Home
last modified time | relevance | path

Searched refs:CORD (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_lite.proto86 optional string optional_cord = 25 [ctype=CORD];
125 repeated string repeated_cord = 55 [ctype=CORD];
153 optional string default_cord = 85 [ctype=CORD,default="123"];
222 optional string optional_cord_extension_lite = 25 [ctype=CORD];
264 repeated string repeated_cord_extension_lite = 55 [ctype=CORD];
295 optional string default_cord_extension_lite = 85 [ctype=CORD, default="123"];
Dunittest.proto104 optional string optional_cord = 25 [ctype=CORD];
142 repeated string repeated_cord = 55 [ctype=CORD];
169 optional string default_cord = 85 [ctype=CORD,default="123"];
225 optional string optional_cord_extension = 25 [ctype=CORD];
265 repeated string repeated_cord_extension = 55 [ctype=CORD];
296 optional string default_cord_extension = 85 [ctype=CORD, default="123"];
464 optional string CordField = 6 [ctype=CORD];
471 repeated string RepeatedCordField = 12 [ctype=CORD];
536 optional string cord_with_zero = 26 [ctype=CORD,
Dunittest_custom_options.proto99 optional string field1 = 1 [ctype=CORD,
Ddescriptor.proto350 CORD = 1; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_lite.proto86 optional string optional_cord = 25 [ctype=CORD];
125 repeated string repeated_cord = 55 [ctype=CORD];
153 optional string default_cord = 85 [ctype=CORD,default="123"];
222 optional string optional_cord_extension_lite = 25 [ctype=CORD];
264 repeated string repeated_cord_extension_lite = 55 [ctype=CORD];
295 optional string default_cord_extension_lite = 85 [ctype=CORD, default="123"];
Dunittest.proto104 optional string optional_cord = 25 [ctype=CORD];
142 repeated string repeated_cord = 55 [ctype=CORD];
169 optional string default_cord = 85 [ctype=CORD,default="123"];
225 optional string optional_cord_extension = 25 [ctype=CORD];
265 repeated string repeated_cord_extension = 55 [ctype=CORD];
296 optional string default_cord_extension = 85 [ctype=CORD, default="123"];
464 optional string CordField = 6 [ctype=CORD];
471 repeated string RepeatedCordField = 12 [ctype=CORD];
536 optional string cord_with_zero = 26 [ctype=CORD,
Dunittest_custom_options.proto99 optional string field1 = 1 [ctype=CORD,
Ddescriptor.proto350 CORD = 1; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_reference_types_nano.proto44 optional string optional_cord = 25 [ctype=CORD];
72 repeated string repeated_cord = 55 [ctype=CORD];
Dunittest_nano.proto84 optional string optional_cord = 25 [ctype=CORD];
117 repeated string repeated_cord = 55 [ctype=CORD];
159 optional string default_cord = 85 [ctype=CORD,default="123"];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_lite.proto89 optional string optional_cord = 25 [ctype=CORD];
128 repeated string repeated_cord = 55 [ctype=CORD];
156 optional string default_cord = 85 [ctype=CORD,default="123"];
234 optional string optional_cord_extension_lite = 25 [ctype=CORD];
276 repeated string repeated_cord_extension_lite = 55 [ctype=CORD];
307 optional string default_cord_extension_lite = 85 [ctype=CORD, default="123"];
Dunittest.proto107 optional string optional_cord = 25 [ctype=CORD];
145 repeated string repeated_cord = 55 [ctype=CORD];
172 optional string default_cord = 85 [ctype=CORD,default="123"];
249 optional string optional_cord_extension = 25 [ctype=CORD];
289 repeated string repeated_cord_extension = 55 [ctype=CORD];
320 optional string default_cord_extension = 85 [ctype=CORD, default="123"];
498 optional string CordField = 6 [ctype=CORD];
505 repeated string RepeatedCordField = 12 [ctype=CORD];
579 optional string cord_with_zero = 26 [ctype=CORD,
653 string foo_cord = 3 [ctype=CORD];
[all …]
Dunittest_no_field_presence.proto83 string optional_cord = 25 [ctype=CORD];
112 repeated string repeated_cord = 55 [ctype=CORD];
Dunittest_no_arena.proto111 optional string optional_cord = 25 [ctype=CORD];
149 repeated string repeated_cord = 55 [ctype=CORD];
176 optional string default_cord = 85 [ctype=CORD,default="123"];
Dunittest_proto3_lite.proto92 string optional_cord = 25 [ctype=CORD];
135 repeated string repeated_cord = 55 [ctype=CORD];
Dunittest_proto3_arena.proto92 string optional_cord = 25 [ctype=CORD];
135 repeated string repeated_cord = 55 [ctype=CORD];
Dunittest_proto3_arena_lite.proto93 string optional_cord = 25 [ctype=CORD];
136 repeated string repeated_cord = 55 [ctype=CORD];
Dunittest_custom_options.proto104 optional string field1 = 1 [ctype=CORD,
Ddescriptor_unittest.cc2348 options->set_ctype(FieldOptions::CORD); in TEST_F()
2368 EXPECT_EQ(FieldOptions::CORD, bar->options().ctype()); in TEST_F()
2736 EXPECT_EQ(FieldOptions::CORD, field->options().ctype()); in TEST()
Ddescriptor.proto463 CORD = 1; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto68 message Data6 { repeated string data = 1 [ctype=CORD]; }
94 optional string some_cord = 28 [ctype=CORD];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/
Ddefault_value_test.proto45 bytes bytes_value = 17 [ctype = CORD];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance.proto157 string optional_cord = 25 [ctype=CORD];
185 repeated string repeated_cord = 55 [ctype=CORD];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java235 assertEquals(DescriptorProtos.FieldOptions.CType.CORD, in testFieldDescriptor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java236 assertEquals(DescriptorProtos.FieldOptions.CType.CORD, in testFieldDescriptor()

12