Searched defs:SerializedData (Results 1 – 5 of 5) sorted by relevance
33 extern "C" struct SerializedData { struct39 inline bool SerializeMsg(const google::protobuf::MessageLite* msg, SerializedData* out) { in SerializeMsg() argument
219 pub struct SerializedData { struct225 impl SerializedData { impl274 impl Deref for SerializedData { implementation283 impl Drop for SerializedData { implementation291 impl fmt::Debug for SerializedData { implementation
65 pub type SerializedData = upb::OwnedArenaBox<[u8]>; typedef67 impl SealedInternal for SerializedData {} implementation69 impl IntoProxied<ProtoBytes> for SerializedData { implementation
33 fn SerializeTestAllTypes(msg: *const c_void) -> protobuf_cpp::__runtime::SerializedData; in SerializeTestAllTypes()
300 public ByteString SerializedData { get; } property in Google.Protobuf.Reflection.FileDescriptor