template <typename MapT>

class MapSorterFlat

Defined at line 220 of file ../../third_party/protobuf/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 244 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h

size_t size ()

Defined at line 254 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h

const_iterator begin ()

Defined at line 255 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h

const_iterator end ()

Defined at line 256 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h

Records