Home
last modified time | relevance | path

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

12345678910>>...24

/external/protobuf/src/google/protobuf/util/
Djson_util_test.cc52 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/
Dproto3_options.proto1 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/
DUnknownFieldSetSchema.java37 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/
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/protobuf/benchmarks/datasets/google_message1/proto3/
Dbenchmark_message1_proto3.proto1 // Benchmark messages for proto3.
3 syntax = "proto3";
5 package benchmarks.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/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/protobuf/csharp/protos/
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/csharp/src/Google.Protobuf/
DGoogle.Protobuf.csproj15 <PackageTags>Protocol;Buffers;Binary;Serialization;Format;Google;proto;proto3</PackageTags>
16 <PackageReleaseNotes>C# proto3 support</PackageReleaseNotes>
/external/tensorflow/tensorflow/core/profiler/
Dprofiler_options.proto1 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/
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/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/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/protobuf/ruby/tests/
Dtest_import.proto1 syntax = "proto3";
Dtest_ruby_package.proto1 syntax = "proto3";
/external/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Dtest_import.proto1 syntax = "proto3";
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Dempty.proto2 syntax = "proto3";
/external/nanopb-c/tests/map/
Dmap.proto1 syntax = "proto3";
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbackend_configs.proto1 syntax = "proto3";
12 // Remember that proto3 doesn't give clients a way to tell the difference
/external/tensorflow/tensorflow/core/lib/core/
Derror_codes.proto1 syntax = "proto3";
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generated_pkg_implicit.proto1 syntax = "proto3";
Druby_generated_pkg_explicit.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";

12345678910>>...24