Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dreflection_internal.h118 static const RepeatedFieldType* GetRepeatedField(const Field* data) { in GetRepeatedField() function
174 static const RepeatedFieldType* GetRepeatedField(const Field* data) { in GetRepeatedField() function
241 static const RepeatedFieldType* GetRepeatedField(const Field* data) { in GetRepeatedField() function
Dmap_field.cc46 const RepeatedPtrFieldBase& MapFieldBase::GetRepeatedField() const { in GetRepeatedField() function in google::protobuf::internal::MapFieldBase
Dmap_field_test.cc136 TEST_F(MapFieldBasePrimitiveTest, GetRepeatedField) { in TEST_F() argument
Dgenerated_message_reflection.cc2142 const Type& Reflection::GetRepeatedField(const Message& message, in GetRepeatedField() function in google::protobuf::Reflection
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go556 func (m *GoTest) GetRepeatedField() []*GoTestField { func