Searched refs:proto3 (Results 1 – 25 of 362) sorted by relevance
12345678910>>...15
1 syntax = "proto3";8 int32 proto3_off = 2 [(nanopb).proto3 = false];9 int32 proto3_on = 3 [(nanopb).proto3 = true];
17 // Use proto3 syntax as an optimization. The difference is that proto2 stores19 // proto3 completely drops them. Since during validation we only need to check20 // for the presence of the trusted fields below, we can use proto3 as a way to23 // See https://developers.google.com/protocol-buffers/docs/proto3#unknowns and26 syntax = "proto3";
1 // Benchmark messages for proto3.3 syntax = "proto3";5 package benchmarks.proto3;
47 using proto3::FOO;48 using proto3::BAR;49 using proto3::TestMessage;50 using proto3::TestMap;
30 syntax = "proto3";57 // No 'group' in proto3.76 // No 'group' in proto3.96 // No 'group' in proto3.
32 syntax = "proto3";34 package proto3; package36 option go_package = "github.com/golang/protobuf/protoc-gen-go/testdata/proto3";
79 "proto2" and "proto3" handle invalid UTF-8 strings differently. In both cases80 string should be UTF-8, however only "proto3" enforces that. So if fuzzer is82 invalid UTF-8. If it's a "proto3" message type, only valid UTF-8 will be used.
33 // uses proto3 messages. This makes it suitable for testing34 // implementations which only support proto3.36 // required fields in proto3.37 syntax = "proto3";
137 converted to "lowerCamelCase" in proto3 JSON format. This option can be140 * Added conformance tests to ensure implementations are following proto3 JSON163 - Updated the JSON utility to comply with proto3 JSON specification.166 * Added proto3 JSON format utility. It includes support for all field types193 * Added proto3 support for JavaScript. The runtime is written in pure207 the proto3 language guide:209 https://developers.google.com/protocol-buffers/docs/proto3#json212 proto3-conformant JSON serializers and parsers. Until then, do not rely295 Most proto3 features supported:306 * Introduced two new language implementations (Objective-C, C#) to proto3.[all …]
1 syntax = "proto3";10 // Remember that proto3 doesn't give clients a way to tell the difference
271 TensorSliceProto proto3; in TEST() local272 ASSERT_TRUE(proto3.ParseFromArray(pb3, sizeof(pb3) - 1)); in TEST()273 TensorSlice ts3(proto3); in TEST()
2 # This package provides build-time generation of proto3 text format functions8 # Note that proto3 well-known types (e.g. Any) are not handled in a special way
31 // Proto to test proto3 struct.32 syntax = "proto3";
31 // Proto to test proto3 Timestamp and Duration.32 syntax = "proto3";
1 syntax = "proto3";