Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc115 const To& GetConstRefAtOffset(const Message& message, uint32 offset) { in GetConstRefAtOffset() function
1836 return GetConstRefAtOffset<Type>(message, in GetRawNonOneof()
1853 return GetConstRefAtOffset<Type>(message, schema_.GetFieldOffset(field)); in GetRaw()
1868 return &GetConstRefAtOffset<uint32>(message, schema_.HasBitsOffset()); in GetHasBits()
1878 return GetConstRefAtOffset<uint32>( in GetOneofCase()
1889 return GetConstRefAtOffset<ExtensionSet>(message, in GetExtensionSet()
1904 return GetConstRefAtOffset<InternalMetadataWithArena>( in GetInternalMetadataWithArena()