/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | map_test_util.cc | 92 EXPECT_EQ(size, message.GetReflection()->FieldSize( in ExpectMapsSize() 94 EXPECT_EQ(size, message.GetReflection()->FieldSize( in ExpectMapsSize() 96 EXPECT_EQ(size, message.GetReflection()->FieldSize( in ExpectMapsSize() 98 EXPECT_EQ(size, message.GetReflection()->FieldSize( in ExpectMapsSize() 100 EXPECT_EQ(size, message.GetReflection()->FieldSize( in ExpectMapsSize() 102 EXPECT_EQ(size, message.GetReflection()->FieldSize( in ExpectMapsSize() 104 EXPECT_EQ(size, message.GetReflection()->FieldSize( in ExpectMapsSize() 106 EXPECT_EQ(size, message.GetReflection()->FieldSize( in ExpectMapsSize() 108 EXPECT_EQ(size, message.GetReflection()->FieldSize( in ExpectMapsSize() 110 EXPECT_EQ(size, message.GetReflection()->FieldSize( in ExpectMapsSize() [all …]
|
D | test_util.cc | 2746 ASSERT_EQ(2, reflection->FieldSize(message, F("repeated_int32" ))); in ExpectAllFieldsSetViaReflection2() 2747 ASSERT_EQ(2, reflection->FieldSize(message, F("repeated_int64" ))); in ExpectAllFieldsSetViaReflection2() 2748 ASSERT_EQ(2, reflection->FieldSize(message, F("repeated_uint32" ))); in ExpectAllFieldsSetViaReflection2() 2749 ASSERT_EQ(2, reflection->FieldSize(message, F("repeated_uint64" ))); in ExpectAllFieldsSetViaReflection2() 2750 ASSERT_EQ(2, reflection->FieldSize(message, F("repeated_sint32" ))); in ExpectAllFieldsSetViaReflection2() 2751 ASSERT_EQ(2, reflection->FieldSize(message, F("repeated_sint64" ))); in ExpectAllFieldsSetViaReflection2() 2752 ASSERT_EQ(2, reflection->FieldSize(message, F("repeated_fixed32" ))); in ExpectAllFieldsSetViaReflection2() 2753 ASSERT_EQ(2, reflection->FieldSize(message, F("repeated_fixed64" ))); in ExpectAllFieldsSetViaReflection2() 2754 ASSERT_EQ(2, reflection->FieldSize(message, F("repeated_sfixed32"))); in ExpectAllFieldsSetViaReflection2() 2755 ASSERT_EQ(2, reflection->FieldSize(message, F("repeated_sfixed64"))); in ExpectAllFieldsSetViaReflection2() [all …]
|
D | reflection_ops.cc | 72 int count = from_reflection->FieldSize(from, field); in Merge() 162 int size = reflection->FieldSize(message, field); in IsInitialized() 192 int size = reflection->FieldSize(*message, field); in DiscardUnknownFields() 248 int size = reflection->FieldSize(message, field); in FindInitializationErrors()
|
D | wire_format.cc | 832 count = message_reflection->FieldSize(message, field); in SerializeFieldWithCachedSizes() 1004 count = message_reflection->FieldSize(message, field); in FieldByteSize() 1032 count = message_reflection->FieldSize(message, field); in FieldDataOnlyByteSize()
|
D | generated_message_reflection.cc | 764 int GeneratedMessageReflection::FieldSize(const Message& message, in FieldSize() function in google::protobuf::internal::GeneratedMessageReflection 766 USAGE_CHECK_MESSAGE_TYPE(FieldSize); in FieldSize() 767 USAGE_CHECK_REPEATED(FieldSize); in FieldSize() 1043 if (FieldSize(message, field) > 0) { in ListFields()
|
D | generated_message_reflection.h | 220 int FieldSize(const Message& message, const FieldDescriptor* field) const;
|
D | message.h | 427 virtual int FieldSize(const Message& message,
|
D | arena_unittest.cc | 649 EXPECT_EQ(3, r->FieldSize(*arena1_message, fd)); in TEST() 655 EXPECT_EQ(3, r->FieldSize(*arena1_message, fd)); in TEST()
|
D | text_format.cc | 1691 count = reflection->FieldSize(message, field); in PrintField() 1755 int size = reflection->FieldSize(message, field); in PrintShortRepeatedField()
|
D | repeated_field_reflection_unittest.cc | 699 EXPECT_EQ(1, refl->FieldSize(*dynamic_message, fd_repeated_int32)); in TEST()
|
D | descriptor.cc | 1978 count = reflection->FieldSize(options, fields[i]); in RetrieveOptions() 5568 FieldSize(*original_options, original_uninterpreted_options_field); in InterpretOptions()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | encoder.py | 148 def FieldSize(value): function 150 return FieldSize 177 def FieldSize(value): function 179 return FieldSize 203 def FieldSize(value): function 205 return FieldSize 246 def FieldSize(value): function 249 return FieldSize 268 def FieldSize(value): function 271 return FieldSize [all …]
|
/frameworks/opt/gamesdk/samples/tuningfork/prototest/src/ |
D | sztool.cc | 47 size_t FieldSize(const FieldDescriptor* fd, bool outputTypes) { in FieldSize() function 198 std::bind(FieldSize, _1, true)); in main()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/ |
D | javanano_file.cc | 70 int size = reflection->FieldSize(message, fields[i]); in UsesExtensions()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | message_differencer.cc | 630 reflection1->FieldSize(message1, field1) : 1; in CompareWithFieldsInternal() 668 reflection2->FieldSize(message2, field2) : 1; in CompareWithFieldsInternal() 797 const int count1 = reflection1->FieldSize(message1, repeated_field); in CompareRepeatedField() 798 const int count2 = reflection2->FieldSize(message2, repeated_field); in CompareRepeatedField() 1373 message1.GetReflection()->FieldSize(message1, repeated_field); in MatchRepeatedFieldIndices() 1375 message2.GetReflection()->FieldSize(message2, repeated_field); in MatchRepeatedFieldIndices()
|
D | field_mask_util.cc | 420 int size = source_reflection->FieldSize(source, field); \ in MergeMessage() 439 int size = source_reflection->FieldSize(source, field); in MergeMessage()
|
D | message_differencer_unittest.cc | 1513 for (int i = 0; i < reflection1->FieldSize(message1, ra_field); ++i) { in IsMatch() 1516 for (int i = 0; i < reflection2->FieldSize(message2, ra_field); ++i) { in IsMatch()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 85 return message->GetReflection()->FieldSize(*message, in Length() 472 GOOGLE_DCHECK_EQ(size, message->GetReflection()->FieldSize(*message, field)); in Release()
|
D | message.cc | 962 length = reflection->FieldSize(*message, field_descriptor); in CheckAndGetInteger()
|
/frameworks/opt/gamesdk/samples/tuningfork/tfvalidate/ |
D | apk_validator.cpp | 253 int n = as_refl->FieldSize(agg_strat, ann_enum_size_field); in ValidateSettings()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_file.cc | 101 int size = reflection->FieldSize(message, fields[i]); in CollectExtensions()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | parser.cc | 1301 reflection->FieldSize(*options, uninterpreted_option_field)); in ParseOption()
|
D | parser_unittest.cc | 2052 int size = reflection->FieldSize(root, field); in FollowPath()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBDictionary.m | 77 //%static size_t ComputeDict##VALUE_NAME##FieldSize(VALUE_TYPE value, uint32_t fieldNum, GPBDataTyp… 99 //%static size_t ComputeDict##VALUE_NAME##FieldSize(VALUE_TYPE value, uint32_t fieldNum, GPBDataTyp… 125 //%static size_t ComputeDict##VALUE_NAME##FieldSize(VALUE_TYPE VisP##value, uint32_t fieldNum, GPBD… 886 //% size_t msgSize = ComputeDict##KEY_NAME##FieldSize(UNWRAP##KEY_NAME(aKey), kMapKeyFieldNumber… 887 //% msgSize += ComputeDict##VALUE_NAME##FieldSize(UNWRAP##VALUE_NAME(a##VNAME_VAR$u), kMapValueF… 907 //% size_t msgSize = ComputeDict##KEY_NAME##FieldSize(UNWRAP##KEY_NAME(aKey), kMapKeyFieldNumber… 908 //% msgSize += ComputeDict##VALUE_NAME##FieldSize(UNWRAP##VALUE_NAME(a##VNAME_VAR$u), kMapValueF… 1092 //% msgSize += ComputeDict##VALUE_NAME##FieldSize(_values[i], kMapValueFieldNumber, valueDataT… 1111 //% msgSize += ComputeDict##VALUE_NAME##FieldSize(_values[i], kMapValueFieldNumber, valueDataT… 1200 //% size_t msgSize = ComputeDict##KEY_NAME##FieldSize(key->value##KEY_NAME, kMapKeyFieldNumber, ke…
|