• Home
  • Raw
  • Download

Lines Matching +refs:protobuf +refs:mode

64   * Added DiscardUnknownFields API for python protobuf message.
147 - Fixed wire-format for google.protobuf.Value/ListValue.
148 - Fixed precision loss when converting google.protobuf.Timestamp.
200 * This is the first beta release of protobuf v3.0.0. Not all languages
226 * Introduced new utility functions/classes in the google/protobuf/util
230 - JsonUtil: support converting protobuf binary format to/from JSON.
354 https://github.com/jskeet/protobuf-csharp-port. The original project was
369 import "google/protobuf/any.proto";
371 google.protobuf.Any any_field = 1;
419 Descriptor objects (which describe the protobuf schema and allow
447 Unlike several existing third-party Ruby extensions for protobuf, this
458 of JavaNano features compared with the official Java protobuf:
491 When protobuf was initially opensourced it implemented Protocol Buffers
496 The main intent of introducing proto3 is to clean up protobuf before
555 fraction of CPU-time spent in protobuf code and arena allocation is a
567 of protobuf messages and does not affect wire format. Your existing code
575 google::protobuf::Arena arena;
576 // Allocate a protobuf message in the arena.
605 * Fixed WhichOneof() to work with de-serialized protobuf messages.
705 * Added pickle support for protobuf messages.
729 * Experimental C++ implementation now requires C++ protobuf library installed.
742 extend google.protobuf.FieldOptions {
802 protobuf 2.3.0 or above, at least.
816 any language. See src/google/protobuf/compiler/plugin.proto.
853 * Lite mode: The "optimize_for = LITE_RUNTIME" option causes the compiler
867 * google::protobuf::GetEnumDescriptor<SomeGeneratedEnumType>() returns the
873 * Lite mode: The "optimize_for = LITE_RUNTIME" option causes the compiler
953 (google/protobuf/io/gzip_stream.h)
995 support blocking mode.
1017 * Changes to input_stream.py should make protobuf compatible with appengine.
1045 * In debug mode, log error messages when string-type fields are found to
1084 import "google/protobuf/descriptor.proto"
1085 extend google.protobuf.FieldOptions {
1129 * New flags --encode and --decode can be used to convert between protobuf text