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.
 
 
 
 
 
 
Yamil Morales 582e80eb8a Set up for Rust-cpp Protobuf implementation message matcher. 4 months ago
..
BUILD Set up for Rust-cpp Protobuf implementation message matcher. 4 months ago
compare.cc Set up for Rust-cpp Protobuf implementation message matcher. 4 months ago
compare.h Set up for Rust-cpp Protobuf implementation message matcher. 4 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 Rust: cut down on the amount of generated C++ code needed for maps 4 months ago
map.h Rust: cut down on the amount of generated C++ code needed for maps 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