template <typename MapT>
class MapSorterFlat
Defined at line 231 of file ../../third_party/protobuf/src/src/google/protobuf/generated_message_util.h
MapSorterFlat stores keys inline with pointers to map entries, so that
keys can be compared without indirection. This type is used for maps with
keys that are not strings.
Public Methods
void MapSorterFlat<MapT> (const MapT & m)
Defined at line 255 of file ../../third_party/protobuf/src/src/google/protobuf/generated_message_util.h
size_t size ()
Defined at line 265 of file ../../third_party/protobuf/src/src/google/protobuf/generated_message_util.h
const_iterator begin ()
Defined at line 266 of file ../../third_party/protobuf/src/src/google/protobuf/generated_message_util.h
const_iterator end ()
Defined at line 267 of file ../../third_party/protobuf/src/src/google/protobuf/generated_message_util.h