Searched refs:KeyTypeHandler (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dmap_entry_lite.h66 typedef MapTypeHandler<kKeyFieldType, Key> KeyTypeHandler; typedef in class:google::protobuf::internal::MapEntryLite
71 typedef typename KeyTypeHandler::TypeOnMemory KeyOnMemory;
76 typedef typename KeyTypeHandler::MapEntryAccessorType KeyMapEntryAccessorType;
86 kKeyFieldNumber, KeyTypeHandler::kWireType);
95 KeyTypeHandler::DeleteNoArena(key_);
103 return KeyTypeHandler::GetExternalReference(key_);
112 return KeyTypeHandler::EnsureMutable(&key_, GetArenaNoVirtual());
144 if (!KeyTypeHandler::Read(input, mutable_key())) {
173 size += has_key() ? kTagSize + KeyTypeHandler::ByteSize(key()) : 0;
179 KeyTypeHandler
[all...]
H A Dmap_entry.h115 typedef MapTypeHandler<kKeyFieldType, Key> KeyTypeHandler; typedef in class:google::protobuf::internal::MapEntry
120 typedef typename KeyTypeHandler::MapEntryAccessorType KeyMapEntryAccessorType;
H A Dmap_field.h223 typedef MapTypeHandler<kKeyFieldType, Key> KeyTypeHandler; typedef in class:google::protobuf::internal::MapField
H A Dmap_field_inl.h462 size += KeyTypeHandler::SpaceUsedInMap(it->first);

Completed in 140 milliseconds