|
LLVM
4.0.0
|
#include <RawByteChannel.h>
Static Public Member Functions | |
| static Error | serialize (RawByteChannel &C, StringRef S) |
| RPC channel serialization for std::strings. More... | |
Definition at line 125 of file RawByteChannel.h.
|
inlinestatic |
RPC channel serialization for std::strings.
Definition at line 130 of file RawByteChannel.h.
References llvm::orc::rpc::RawByteChannel::appendBytes(), llvm::StringRef::data(), llvm::orc::rpc::serializeSeq(), and llvm::StringRef::size().
1.8.6