Home
last modified time | relevance | path

Searched refs:proto3 (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/external/nanopb-c/tests/options/
Dproto3_options.proto1 syntax = "proto3";
8 int32 proto3_off = 2 [(nanopb).proto3 = false];
9 int32 proto3_on = 3 [(nanopb).proto3 = true];
/external/perfetto/protos/perfetto/trace/chrome/
Dchrome_trace_packet.proto17 // Use proto3 syntax as an optimization. The difference is that proto2 stores
19 // proto3 completely drops them. Since during validation we only need to check
20 // for the presence of the trusted fields below, we can use proto3 as a way to
23 // See https://developers.google.com/protocol-buffers/docs/proto3#unknowns and
26 syntax = "proto3";
/external/perfetto/protos/perfetto/trace/
Dtrusted_packet.proto17 // Use proto3 syntax as an optimization. The difference is that proto2 stores
19 // proto3 completely drops them. Since during validation we only need to check
20 // for the presence of the trusted fields below, we can use proto3 as a way to
23 // See https://developers.google.com/protocol-buffers/docs/proto3#unknowns and
26 syntax = "proto3";
/external/protobuf/benchmarks/
Dbenchmark_messages_proto3.proto1 // Benchmark messages for proto3.
3 syntax = "proto3";
5 package benchmarks.proto3;
/external/protobuf/src/google/protobuf/util/
Djson_util_test.cc47 using proto3::FOO;
48 using proto3::BAR;
49 using proto3::TestMessage;
50 using proto3::TestMap;
/external/protobuf/objectivec/Tests/
Dunittest_runtime_proto3.proto30 syntax = "proto3";
57 // No 'group' in proto3.
76 // No 'group' in proto3.
96 // No 'group' in proto3.
/external/golang-protobuf/protoc-gen-go/testdata/proto3/
Dproto3.proto32 syntax = "proto3";
34 package proto3; package
36 option go_package = "github.com/golang/protobuf/protoc-gen-go/testdata/proto3";
/external/libprotobuf-mutator/
DREADME.md79 "proto2" and "proto3" handle invalid UTF-8 strings differently. In both cases
80 string should be UTF-8, however only "proto3" enforces that. So if fuzzer is
82 invalid UTF-8. If it's a "proto3" message type, only valid UTF-8 will be used.
/external/protobuf/src/google/protobuf/
Dmap_unittest_proto3.proto33 // uses proto3 messages. This makes it suitable for testing
34 // implementations which only support proto3.
36 // required fields in proto3.
37 syntax = "proto3";
/external/protobuf/
DCHANGES.txt137 converted to "lowerCamelCase" in proto3 JSON format. This option can be
140 * Added conformance tests to ensure implementations are following proto3 JSON
163 - Updated the JSON utility to comply with proto3 JSON specification.
166 * Added proto3 JSON format utility. It includes support for all field types
193 * Added proto3 support for JavaScript. The runtime is written in pure
207 the proto3 language guide:
209 https://developers.google.com/protocol-buffers/docs/proto3#json
212 proto3-conformant JSON serializers and parsers. Until then, do not rely
295 Most proto3 features supported:
306 * Introduced two new language implementations (Objective-C, C#) to proto3.
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbackend_configs.proto1 syntax = "proto3";
10 // Remember that proto3 doesn't give clients a way to tell the difference
/external/tensorflow/tensorflow/core/framework/
Dtensor_slice_test.cc271 TensorSliceProto proto3; in TEST() local
272 ASSERT_TRUE(proto3.ParseFromArray(pb3, sizeof(pb3) - 1)); in TEST()
273 TensorSlice ts3(proto3); in TEST()
/external/tensorflow/tensorflow/tools/proto_text/
DBUILD2 # This package provides build-time generation of proto3 text format functions
8 # Note that proto3 well-known types (e.g. Any) are not handled in a special way
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dstruct.proto31 // Proto to test proto3 struct.
32 syntax = "proto3";
Dtimestamp_duration.proto31 // Proto to test proto3 Timestamp and Duration.
32 syntax = "proto3";
/external/nanopb-c/tests/map/
Dmap.proto1 syntax = "proto3";
/external/nanopb-c/tests/regression/issue_249/
Dtest.proto1 syntax = "proto3";
/external/nanopb-c/tests/regression/issue_227/
Dunaligned_uint64.proto1 syntax = "proto3";
/external/nanopb-c/tests/regression/issue_247/
Dpadding.proto1 syntax = "proto3";
/external/nanopb-c/tests/regression/issue_256/
Dsubmsg_array.proto1 syntax = "proto3";
/external/tensorflow/tensorflow/core/protobuf/
Dtransport_options.proto1 syntax = "proto3";
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr.proto1 syntax = "proto3";
/external/opencensus-java/contrib/appengine_standard_util/src/main/proto/
Dtrace_id.proto1 syntax = "proto3";
/external/nos/host/generic/nugget/proto/nugget/app/protoapi/
Dgchips_types.proto1 syntax = "proto3";
/external/tensorflow/tensorflow/core/debug/
Ddebugger_event_metadata.proto1 syntax = "proto3";

12345678910>>...15