Home
last modified time | relevance | path

Searched refs:FieldSize (Results 1 – 24 of 24) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test_util.cc92 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 …]
Dtest_util.cc2746 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 …]
Dreflection_ops.cc72 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()
Dwire_format.cc832 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()
Dgenerated_message_reflection.cc764 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()
Dgenerated_message_reflection.h220 int FieldSize(const Message& message, const FieldDescriptor* field) const;
Dmessage.h427 virtual int FieldSize(const Message& message,
Darena_unittest.cc649 EXPECT_EQ(3, r->FieldSize(*arena1_message, fd)); in TEST()
655 EXPECT_EQ(3, r->FieldSize(*arena1_message, fd)); in TEST()
Dtext_format.cc1691 count = reflection->FieldSize(message, field); in PrintField()
1755 int size = reflection->FieldSize(message, field); in PrintShortRepeatedField()
Drepeated_field_reflection_unittest.cc699 EXPECT_EQ(1, refl->FieldSize(*dynamic_message, fd_repeated_int32)); in TEST()
Ddescriptor.cc1978 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/
Dencoder.py148 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/
Dsztool.cc47 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/
Djavanano_file.cc70 int size = reflection->FieldSize(message, fields[i]); in UsesExtensions()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dmessage_differencer.cc630 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()
Dfield_mask_util.cc420 int size = source_reflection->FieldSize(source, field); \ in MergeMessage()
439 int size = source_reflection->FieldSize(source, field); in MergeMessage()
Dmessage_differencer_unittest.cc1513 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/
Drepeated_composite_container.cc85 return message->GetReflection()->FieldSize(*message, in Length()
472 GOOGLE_DCHECK_EQ(size, message->GetReflection()->FieldSize(*message, field)); in Release()
Dmessage.cc962 length = reflection->FieldSize(*message, field_descriptor); in CheckAndGetInteger()
/frameworks/opt/gamesdk/samples/tuningfork/tfvalidate/
Dapk_validator.cpp253 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/
Djava_file.cc101 int size = reflection->FieldSize(message, fields[i]); in CollectExtensions()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc1301 reflection->FieldSize(*options, uninterpreted_option_field)); in ParseOption()
Dparser_unittest.cc2052 int size = reflection->FieldSize(root, field); in FollowPath()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary.m77 //%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…