class MapFieldBaseForParse

Defined at line 857 of file ../../third_party/protobuf/src/google/protobuf/map.h

Base class used by TcParser to extract the map object from a map field.

We keep it here to avoid a dependency into map_field.h from the main TcParser

code, since that would bring in Message too.

Protected Members

const VTable * vtable_

Public Methods

const UntypedMapBase & GetMap ()

Defined at line 859 of file ../../third_party/protobuf/src/google/protobuf/map.h

UntypedMapBase * MutableMap ()

Defined at line 862 of file ../../third_party/protobuf/src/google/protobuf/map.h

Protected Methods

void MapFieldBaseForParse (const VTable * vtable)

Defined at line 871 of file ../../third_party/protobuf/src/google/protobuf/map.h

void ~MapFieldBaseForParse ()

Defined at line 873 of file ../../third_party/protobuf/src/google/protobuf/map.h

Records