Searched defs:GetRepeatedMessage (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc535 const MessageLite& ExtensionSet::GetRepeatedMessage( function in class:google::protobuf::internal::ExtensionSet
H A Dgenerated_message_reflection.cc1030 const Message& GeneratedMessageReflection::GetRepeatedMessage( function in class:google::protobuf::internal::GeneratedMessageReflection
1032 USAGE_CHECK_ALL(GetRepeatedMessage, REPEATED, MESSAGE);
1036 GetExtensionSet(message).GetRepeatedMessage(field->number(), index));
/external/protobuf/src/google/protobuf/
H A Dextension_set.cc443 const MessageLite& ExtensionSet::GetRepeatedMessage( function in class:google::protobuf::internal::ExtensionSet
H A Dgenerated_message_reflection.cc999 const Message& GeneratedMessageReflection::GetRepeatedMessage( function in class:google::protobuf::internal::GeneratedMessageReflection
1001 USAGE_CHECK_ALL(GetRepeatedMessage, REPEATED, MESSAGE);
1005 GetExtensionSet(message).GetRepeatedMessage(field->number(), index));

Completed in 128 milliseconds