Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam Cozzette efb57278a9 Protobuf Rust: simplify the MakeCleanup() helper function 4 months ago
..
BUILD Split up cpp_api.h/.cc into smaller units. 5 months ago
debug.cc Enable MessageLite::DebugString to use Message::DebugString where possible. 5 months ago
debug.h Enable MessageLite::DebugString to use Message::DebugString where possible. 5 months ago
map.cc Migrate Repeated::{push, set} and Map::insert to use the IntoProxied trait. 5 months ago
map.h Protobuf Rust: simplify the MakeCleanup() helper function 4 months ago
repeated.cc Rust protobuf: fix memory leaks 4 months ago
rust_alloc_for_cpp_api.h Change to proto2_rust C prefix and proto2::rust C++ namespace 5 months ago
rust_alloc_for_cpp_api.rs Change to proto2_rust C prefix and proto2::rust C++ namespace 5 months ago
serialized_data.h Change to proto2_rust C prefix and proto2::rust C++ namespace 5 months ago
strings.cc Use a std::string as the backing string & bytes type in the C++ kernel. This will allow us to move a ProtoString/Bytes to a message accessor without copying. This change only touches the C++ kernel, as the UPB kernel already uses the native arena-allocated UPB string type for ProtoString/Bytes. 5 months ago
strings.h Use a std::string as the backing string & bytes type in the C++ kernel. This will allow us to move a ProtoString/Bytes to a message accessor without copying. This change only touches the C++ kernel, as the UPB kernel already uses the native arena-allocated UPB string type for ProtoString/Bytes. 5 months ago