Searched refs:GetRepeatedInt64 (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | test_util.cc | 2775 EXPECT_EQ(202 , reflection->GetRepeatedInt64 (message, F("repeated_int64" ), 0)); in ExpectAllFieldsSetViaReflection2() 2779 EXPECT_EQ(206 , reflection->GetRepeatedInt64 (message, F("repeated_sint64" ), 0)); in ExpectAllFieldsSetViaReflection2() 2783 EXPECT_EQ(210 , reflection->GetRepeatedInt64 (message, F("repeated_sfixed64"), 0)); in ExpectAllFieldsSetViaReflection2() 2817 EXPECT_EQ(302 , reflection->GetRepeatedInt64 (message, F("repeated_int64" ), 1)); in ExpectAllFieldsSetViaReflection2() 2821 EXPECT_EQ(306 , reflection->GetRepeatedInt64 (message, F("repeated_sint64" ), 1)); in ExpectAllFieldsSetViaReflection2() 2825 EXPECT_EQ(310 , reflection->GetRepeatedInt64 (message, F("repeated_sfixed64"), 1)); in ExpectAllFieldsSetViaReflection2() 2942 EXPECT_EQ(602 , reflection->GetRepeatedInt64 (message, F("packed_int64" ), 0)); in ExpectPackedFieldsSetViaReflection() 2946 EXPECT_EQ(606 , reflection->GetRepeatedInt64 (message, F("packed_sint64" ), 0)); in ExpectPackedFieldsSetViaReflection() 2950 EXPECT_EQ(610 , reflection->GetRepeatedInt64 (message, F("packed_sfixed64"), 0)); in ExpectPackedFieldsSetViaReflection() 2958 EXPECT_EQ(702 , reflection->GetRepeatedInt64 (message, F("packed_int64" ), 1)); in ExpectPackedFieldsSetViaReflection() [all …]
|
D | generated_message_reflection.h | 317 int64 GetRepeatedInt64 (const Message& message,
|
D | message.h | 618 virtual int64 GetRepeatedInt64 (const Message& message,
|
D | extension_set.h | 298 int64 GetRepeatedInt64 (int number, int index) const;
|
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 108 ? reflection().GetRepeatedInt64(*message_, descriptor_, index_) in Load()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 216 int64 value = reflection->GetRepeatedInt64( in Item()
|
/external/golang-protobuf/conformance/internal/conformance_proto/ |
D | conformance.pb.go | 667 func (m *TestAllTypes) GetRepeatedInt64() []int64 { func
|