#include <google/protobuf/compiler/cpp/cpp_parse_function_generator.h>
#include <algorithm>
#include <limits>
#include <string>
#include <google/protobuf/compiler/cpp/cpp_helpers.h>
#include <google/protobuf/wire_format.h>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google::protobuf::compiler | |
google::protobuf::compiler::cpp | |
Functions | |
static uint32_t | google::protobuf::compiler::cpp::ExpectedTag (const FieldDescriptor *field, uint32_t *fallback_tag_ptr) |
std::string | google::protobuf::compiler::cpp::GetTailCallFieldHandlerName (ParseCardinality card, TypeFormat type_format, int tag_length_bytes, const Options &options) |
static bool | google::protobuf::compiler::cpp::ShouldRepeat (const FieldDescriptor *descriptor, WireFormatLite::WireType wiretype) |