Searched refs:proto3 (Results 1 – 25 of 86) sorted by relevance
1234
1 // Benchmark messages for proto3.3 syntax = "proto3";5 package benchmarks.proto3;
30 syntax = "proto3";57 // No 'group' in proto3.76 // No 'group' in proto3.96 // No 'group' in proto3.
1 syntax = "proto3";
49 using proto3::FOO;50 using proto3::BAR;51 using proto3::TestMessage;52 using proto3::TestMap;
33 // uses proto3 messages. This makes it suitable for testing34 // implementations which only support proto3.36 // required fields in proto3.37 syntax = "proto3";
31 syntax = "proto3";74 // Groups are not allowed in proto3.117 // Groups are not allowed in proto3.
31 syntax = "proto3";75 // Groups are not allowed in proto3.118 // Groups are not allowed in proto3.
31 // Proto to test proto3 struct.32 syntax = "proto3";
31 // Proto to test proto3 Timestamp and Duration.32 syntax = "proto3";
31 // Proto to test proto3 maps.32 syntax = "proto3";
269 converted to "lowerCamelCase" in proto3 JSON format. This option can be272 * Added conformance tests to ensure implementations are following proto3 JSON295 - Updated the JSON utility to comply with proto3 JSON specification.298 * Added proto3 JSON format utility. It includes support for all field types325 * Added proto3 support for JavaScript. The runtime is written in pure339 the proto3 language guide:341 https://developers.google.com/protocol-buffers/docs/proto3#json344 proto3-conformant JSON serializers and parsers. Until then, do not rely427 Most proto3 features supported:438 * Introduced two new language implementations (Objective-C, C#) to proto3.[all …]
17 syntax = "proto3";