Home
last modified time | relevance | path

Searched defs:SerializedData (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/rust/cpp_kernel/
Dserialized_data.h33 extern "C" struct SerializedData { struct
39 inline bool SerializeMsg(const google::protobuf::MessageLite* msg, SerializedData* out) { in SerializeMsg() argument
/third_party/protobuf/rust/
Dcpp.rs219 pub struct SerializedData { struct
225 impl SerializedData { impl
274 impl Deref for SerializedData { implementation
283 impl Drop for SerializedData { implementation
291 impl fmt::Debug for SerializedData { implementation
Dupb.rs65 pub type SerializedData = upb::OwnedArenaBox<[u8]>; typedef
67 impl SealedInternal for SerializedData {} implementation
69 impl IntoProxied<ProtoBytes> for SerializedData { implementation
/third_party/protobuf/rust/test/cpp/interop/
Dmain.rs33 fn SerializeTestAllTypes(msg: *const c_void) -> protobuf_cpp::__runtime::SerializedData; in SerializeTestAllTypes()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs300 public ByteString SerializedData { get; } property in Google.Protobuf.Reflection.FileDescriptor