#include <type_traits>
#include <google/protobuf/parse_context.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/map.h>
#include <google/protobuf/map_entry_lite.h>
#include <google/protobuf/port.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
|
template<typename Derived , typename Key , typename T , WireFormatLite::FieldType key_wire_type, WireFormatLite::FieldType value_wire_type> |
bool | google.protobuf.internal::AllAreInitialized (const MapFieldLite< Derived, Key, T, key_wire_type, value_wire_type > &field) |
|
template<typename UnknownType , typename T > |
EnumParseWrapper< UnknownType, T > | google.protobuf.internal::InitEnumParseWrapper (T *map_field, bool(*is_valid)(int), uint32_t field_num, InternalMetadata *metadata) |
|