Home
last modified time | relevance | path

Searched defs:GetRepeatedField (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Dreflection_internal.h120 static const RepeatedFieldType* GetRepeatedField(const Field* data) { in GetRepeatedField() function
177 static const RepeatedFieldType* GetRepeatedField(const Field* data) { in GetRepeatedField() function
246 static const RepeatedFieldType* GetRepeatedField(const Field* data) { in GetRepeatedField() function
Dmap_field.cc69 const RepeatedPtrFieldBase& MapFieldBase::GetRepeatedField() const { in GetRepeatedField() function in google::protobuf::internal::MapFieldBase
Dmap_field_test.cc141 TEST_F(MapFieldBasePrimitiveTest, GetRepeatedField) { in TEST_F() argument
Dgenerated_message_reflection.cc2190 inline const Type& GeneratedMessageReflection::GetRepeatedField( in GetRepeatedField() function in google::protobuf::internal::GeneratedMessageReflection
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go556 func (m *GoTest) GetRepeatedField() []*GoTestField { func