Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmap_type_handler.h337 struct MapEntryFuncs { struct
338 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()