Searched defs:MapEntryFuncs (Results 1 – 1 of 1) sorted by relevance
337 struct MapEntryFuncs { struct338 typedef MapTypeHandler<kKeyFieldType, Key> KeyTypeHandler;339 typedef MapTypeHandler<kValueFieldType, Value> ValueTypeHandler;340 enum : int {345 static uint8_t* InternalSerialize(int field_number, const Key& key, in InternalSerialize()358 static size_t ByteSizeLong(const Key& key, const Value& value) { in ByteSizeLong()366 static int GetCachedSize(const Key& key, const Value& value) { in GetCachedSize()