#include <cstdint>
#include <type_traits>
#include <google/protobuf/parse_context.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_message_tctable_decl.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/port.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/generated_message_tctable_impl.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
Classes | |
class | google::protobuf.internal::TcParser::ScopedArenaSwap |
class | google::protobuf.internal::TcParser |
Namespaces | |
google::protobuf | |
google.protobuf.internal | |
Macros | |
#define | CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) return nullptr /* NOLINT */ |
#define | PROTOBUF_TC_PARAM_PASS msg, ptr, ctx, table, hasbits, data |
#define | PROTOBUF_TC_PARSE_REPEATED1(MESSAGE) ::google::protobuf::internal::TcParser::RepeatedParseMessage<MESSAGE, uint8_t> |
#define | PROTOBUF_TC_PARSE_REPEATED2(MESSAGE) ::google::protobuf::internal::TcParser::RepeatedParseMessage<MESSAGE, uint16_t> |
#define | PROTOBUF_TC_PARSE_SINGULAR1(MESSAGE) ::google::protobuf::internal::TcParser::SingularParseMessage<MESSAGE, uint8_t> |
#define | PROTOBUF_TC_PARSE_SINGULAR2(MESSAGE) ::google::protobuf::internal::TcParser::SingularParseMessage<MESSAGE, uint16_t> |
Functions | |
template<size_t align> | |
void | google.protobuf.internal::AlignFail (uintptr_t address) |
template void | google.protobuf.internal::AlignFail< 4 > (uintptr_t) |
template void | google.protobuf.internal::AlignFail< 8 > (uintptr_t) |
Definition at line 64 of file generated_message_tctable_impl.h.
#define PROTOBUF_TC_PARSE_REPEATED1 | ( | MESSAGE | ) | ::google::protobuf::internal::TcParser::RepeatedParseMessage<MESSAGE, uint8_t> |
Definition at line 85 of file generated_message_tctable_impl.h.
#define PROTOBUF_TC_PARSE_REPEATED2 | ( | MESSAGE | ) | ::google::protobuf::internal::TcParser::RepeatedParseMessage<MESSAGE, uint16_t> |
Definition at line 92 of file generated_message_tctable_impl.h.
#define PROTOBUF_TC_PARSE_SINGULAR1 | ( | MESSAGE | ) | ::google::protobuf::internal::TcParser::SingularParseMessage<MESSAGE, uint8_t> |
Definition at line 71 of file generated_message_tctable_impl.h.
#define PROTOBUF_TC_PARSE_SINGULAR2 | ( | MESSAGE | ) | ::google::protobuf::internal::TcParser::SingularParseMessage<MESSAGE, uint16_t> |
Definition at line 78 of file generated_message_tctable_impl.h.