Home
last modified time | relevance | path

Searched refs:GetRepeatedInt64 (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtest_util.cc2775 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 …]
Dgenerated_message_reflection.h317 int64 GetRepeatedInt64 (const Message& message,
Dmessage.h618 virtual int64 GetRepeatedInt64 (const Message& message,
Dextension_set.h298 int64 GetRepeatedInt64 (int number, int index) const;
/external/libprotobuf-mutator/src/
Dfield_instance.h108 ? reflection().GetRepeatedInt64(*message_, descriptor_, index_) in Load()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc216 int64 value = reflection->GetRepeatedInt64( in Item()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go667 func (m *TestAllTypes) GetRepeatedInt64() []int64 { func