|
LLVM
4.0.0
|
#include <RawByteChannel.h>
Static Public Member Functions | |
| static Error | serialize (RawByteChannel &C, const std::string &S) |
| RPC channel serialization for std::strings. More... | |
| static Error | deserialize (RawByteChannel &C, std::string &S) |
| RPC channel deserialization for std::strings. More... | |
Definition at line 149 of file RawByteChannel.h.
|
inlinestatic |
RPC channel deserialization for std::strings.
Definition at line 160 of file RawByteChannel.h.
References llvm::orc::rpc::deserializeSeq(), and llvm::orc::rpc::RawByteChannel::readBytes().
|
inlinestatic |
RPC channel serialization for std::strings.
Definition at line 154 of file RawByteChannel.h.
1.8.6