/external/protobuf/src/google/protobuf/util/ |
D | json_util_test.cc | 52 using proto3::BAR; 53 using proto3::FOO; 54 using proto3::TestAny; 55 using proto3::TestEnumValue; 56 using proto3::TestMap; 57 using proto3::TestMessage; 58 using proto3::TestOneof; 200 orig.set_enum_value(proto3::BAR); in TEST_F() 201 orig.add_repeated_enum_value(proto3::FOO); in TEST_F() 202 orig.add_repeated_enum_value(proto3::BAR); in TEST_F() [all …]
|
/external/nanopb-c/tests/options/ |
D | proto3_options.proto | 1 syntax = "proto3"; 8 int32 proto3_off = 2 [(nanopb).proto3 = false]; 9 int32 proto3_on = 3 [(nanopb).proto3 = true];
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | UnknownFieldSetSchema.java | 37 private final boolean proto3; field in UnknownFieldSetSchema 39 public UnknownFieldSetSchema(boolean proto3) { in UnknownFieldSetSchema() argument 40 this.proto3 = proto3; in UnknownFieldSetSchema()
|
/external/perfetto/protos/perfetto/trace/chrome/ |
D | chrome_trace_packet.proto | 17 // 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/datasets/google_message1/proto3/ |
D | benchmark_message1_proto3.proto | 1 // Benchmark messages for proto3. 3 syntax = "proto3"; 5 package benchmarks.proto3;
|
/external/golang-protobuf/protoc-gen-go/testdata/proto3/ |
D | proto3.proto | 32 syntax = "proto3"; 34 package proto3; package 36 option go_package = "github.com/golang/protobuf/protoc-gen-go/testdata/proto3";
|
/external/protobuf/objectivec/Tests/ |
D | unittest_runtime_proto3.proto | 30 syntax = "proto3"; 57 // No 'group' in proto3. 76 // No 'group' in proto3. 96 // No 'group' in proto3.
|
/external/protobuf/csharp/protos/ |
D | map_unittest_proto3.proto | 33 // 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/csharp/src/Google.Protobuf/ |
D | Google.Protobuf.csproj | 15 <PackageTags>Protocol;Buffers;Binary;Serialization;Format;Google;proto;proto3</PackageTags> 16 <PackageReleaseNotes>C# proto3 support</PackageReleaseNotes>
|
/external/tensorflow/tensorflow/core/profiler/ |
D | profiler_options.proto | 1 syntax = "proto3"; 7 // Some default value of option are not proto3 default value. Use this version 8 // to determine if we should use default option value instead of proto3
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
D | map_unittest_proto3.proto | 33 // uses proto3 messages. This makes it suitable for testing 34 // implementations which only support proto3. 36 // required fields in proto3. 37 syntax = "proto3";
|
/external/tensorflow/tensorflow/tools/proto_text/ |
D | BUILD | 2 # 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/tensorflow/tensorflow/core/framework/ |
D | tensor_slice_test.cc | 271 TensorSliceProto proto3; in TEST() local 272 ASSERT_TRUE(proto3.ParseFromArray(pb3, sizeof(pb3) - 1)); in TEST() 273 TensorSlice ts3(proto3); in TEST()
|
/external/protobuf/ruby/tests/ |
D | test_import.proto | 1 syntax = "proto3";
|
D | test_ruby_package.proto | 1 syntax = "proto3";
|
/external/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
D | test_import.proto | 1 syntax = "proto3";
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | empty.proto | 2 syntax = "proto3";
|
/external/nanopb-c/tests/map/ |
D | map.proto | 1 syntax = "proto3";
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | backend_configs.proto | 1 syntax = "proto3"; 12 // Remember that proto3 doesn't give clients a way to tell the difference
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | error_codes.proto | 1 syntax = "proto3";
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generated_pkg_implicit.proto | 1 syntax = "proto3";
|
D | ruby_generated_pkg_explicit.proto | 1 syntax = "proto3";
|
/external/nanopb-c/tests/regression/issue_249/ |
D | test.proto | 1 syntax = "proto3";
|
/external/nanopb-c/tests/regression/issue_227/ |
D | unaligned_uint64.proto | 1 syntax = "proto3";
|
/external/nanopb-c/tests/regression/issue_247/ |
D | padding.proto | 1 syntax = "proto3";
|