Searched refs:GetRepeatedInt32 (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | test_util.cc | 2774 EXPECT_EQ(201 , reflection->GetRepeatedInt32 (message, F("repeated_int32" ), 0)); in ExpectAllFieldsSetViaReflection2() 2778 EXPECT_EQ(205 , reflection->GetRepeatedInt32 (message, F("repeated_sint32" ), 0)); in ExpectAllFieldsSetViaReflection2() 2782 EXPECT_EQ(209 , reflection->GetRepeatedInt32 (message, F("repeated_sfixed32"), 0)); in ExpectAllFieldsSetViaReflection2() 2816 EXPECT_EQ(301 , reflection->GetRepeatedInt32 (message, F("repeated_int32" ), 1)); in ExpectAllFieldsSetViaReflection2() 2820 EXPECT_EQ(305 , reflection->GetRepeatedInt32 (message, F("repeated_sint32" ), 1)); in ExpectAllFieldsSetViaReflection2() 2824 EXPECT_EQ(309 , reflection->GetRepeatedInt32 (message, F("repeated_sfixed32"), 1)); in ExpectAllFieldsSetViaReflection2() 2941 EXPECT_EQ(601 , reflection->GetRepeatedInt32 (message, F("packed_int32" ), 0)); in ExpectPackedFieldsSetViaReflection() 2945 EXPECT_EQ(605 , reflection->GetRepeatedInt32 (message, F("packed_sint32" ), 0)); in ExpectPackedFieldsSetViaReflection() 2949 EXPECT_EQ(609 , reflection->GetRepeatedInt32 (message, F("packed_sfixed32"), 0)); in ExpectPackedFieldsSetViaReflection() 2957 EXPECT_EQ(701 , reflection->GetRepeatedInt32 (message, F("packed_int32" ), 1)); in ExpectPackedFieldsSetViaReflection() [all …]
|
D | generated_message_reflection.h | 315 int32 GetRepeatedInt32 (const Message& message,
|
D | message.h | 615 virtual int32 GetRepeatedInt32 (const Message& message,
|
D | repeated_field_reflection_unittest.cc | 700 EXPECT_EQ(1234, refl->GetRepeatedInt32(*dynamic_message, in TEST()
|
D | extension_set.h | 297 int32 GetRepeatedInt32 (int number, int index) const;
|
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 102 ? reflection().GetRepeatedInt32(*message_, descriptor_, index_) in Load()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 210 int32 value = reflection->GetRepeatedInt32( in Item()
|
/external/golang-protobuf/conformance/internal/conformance_proto/ |
D | conformance.pb.go | 660 func (m *TestAllTypes) GetRepeatedInt32() []int32 { func
|
/external/protobuf/src/google/protobuf/util/ |
D | message_differencer_unittest.cc | 1514 result1 *= reflection1->GetRepeatedInt32(message1, ra_field, i); in IsMatch() 1517 result2 *= reflection2->GetRepeatedInt32(message2, ra_field, i); in IsMatch()
|