/external/protobuf/src/google/protobuf/ |
unittest_unknown_enum_values_nano.proto | 44 repeated Enum repeated_field = 2; 56 repeated Enum repeated_field = 2;
|
unknown_field_set_unittest.cc | 411 const FieldDescriptor* repeated_field = local 414 ASSERT_TRUE(repeated_field != NULL); 423 unknown_fields->AddVarint(repeated_field->number(), TestAllTypes::FOO); 424 unknown_fields->AddVarint(repeated_field->number(), 4); // not valid 425 unknown_fields->AddVarint(repeated_field->number(), TestAllTypes::BAZ); 426 unknown_fields->AddVarint(repeated_field->number(), 6); // not valid 445 EXPECT_EQ(repeated_field->number(), unknown_fields.field(1).number()); 449 EXPECT_EQ(repeated_field->number(), unknown_fields.field(2).number()); 475 EXPECT_EQ(repeated_field->number(), unknown_fields.field(1).number()); 479 EXPECT_EQ(repeated_field->number(), unknown_fields.field(2).number()) [all...] |
repeated_field.cc | 37 #include <google/protobuf/repeated_field.h>
|
generated_message_util.h | 92 // places: probably in most cases repeated_field.h. Clean these up so they all
|
SEBS | 30 "repeated_field.cc",
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
map_field_inl.h | 405 RepeatedPtrField<EntryType>* repeated_field = local 409 repeated_field->Clear(); 417 repeated_field->AddAllocated(new_entry); 431 RepeatedPtrField<EntryType>* repeated_field = local 437 repeated_field->begin(); it != repeated_field->end(); ++it) {
|
empty.pb.h | 27 #include <google/protobuf/repeated_field.h>
|
duration.pb.h | 27 #include <google/protobuf/repeated_field.h>
|
source_context.pb.h | 27 #include <google/protobuf/repeated_field.h>
|
timestamp.pb.h | 27 #include <google/protobuf/repeated_field.h>
|
any.pb.h | 27 #include <google/protobuf/repeated_field.h>
|
field_mask.pb.h | 27 #include <google/protobuf/repeated_field.h>
|
/external/protobuf/vsprojects/ |
extract_includes.bat | 28 copy ..\src\google\protobuf\repeated_field.h include\google\protobuf\repeated_field.h
|
libprotobuf-lite.vcproj | 203 RelativePath="..\src\google\protobuf\repeated_field.h" 279 RelativePath="..\src\google\protobuf\repeated_field.cc"
|
libprotobuf.vcproj | 251 RelativePath="..\src\google\protobuf\repeated_field.h" 411 RelativePath="..\src\google\protobuf\repeated_field.cc"
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
generated_message_util.h | 69 // places: probably in most cases repeated_field.h. Clean these up so they all
|
extension_set.h | 65 class RepeatedPtrFieldBase; // repeated_field.h 67 template <typename Element> class RepeatedField; // repeated_field.h 68 template <typename Element> class RepeatedPtrField; // repeated_field.h [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
generated_message_util.h | 69 // places: probably in most cases repeated_field.h. Clean these up so they all
|
extension_set.h | 65 class RepeatedPtrFieldBase; // repeated_field.h 67 template <typename Element> class RepeatedField; // repeated_field.h 68 template <typename Element> class RepeatedPtrField; // repeated_field.h [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
generated_message_util.h | 69 // places: probably in most cases repeated_field.h. Clean these up so they all
|
extension_set.h | 65 class RepeatedPtrFieldBase; // repeated_field.h 67 template <typename Element> class RepeatedField; // repeated_field.h 68 template <typename Element> class RepeatedPtrField; // repeated_field.h [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
generated_message_util.h | 69 // places: probably in most cases repeated_field.h. Clean these up so they all
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
encoding_test.py | 102 repeated_field = messages.StringField(5, repeated=True) variable in class:MessageWithRemappings 123 'repeated_field', 'repeatedField') 320 msg = MessageWithRemappings(repeated_field=['abc', 'def'])
|
/system/tpm/attestation/common/ |
proto_print.py | 352 repeated_field = """ 376 field_code = repeated_field
|
/external/protobuf/src/ |
Makefile.am | 70 google/protobuf/repeated_field.h \ 114 google/protobuf/repeated_field.cc \
|