#include <google/protobuf/text_format.h>
#include <float.h>
#include <math.h>
#include <stdio.h>
#include <algorithm>
#include <climits>
#include <limits>
#include <vector>
#include <google/protobuf/stubs/stringprintf.h>
#include <google/protobuf/any.h>
#include <google/protobuf/descriptor.pb.h>
#include <google/protobuf/io/strtod.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/tokenizer.h>
#include <google/protobuf/io/zero_copy_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/dynamic_message.h>
#include <google/protobuf/map_field.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/unknown_field_set.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/stubs/map_util.h>
#include <google/protobuf/stubs/stl_util.h>
#include <google/protobuf/port_def.inc>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google.protobuf.internal | |
Macros | |
#define | DO(STATEMENT) |
#define | FORWARD_IMPL(fn, ...) |
#define | OUTPUT_FIELD(CPPTYPE, METHOD) |
#define | SET_FIELD(CPPTYPE, VALUE) |
Functions | |
void | google::protobuf::CheckFieldIndex (const FieldDescriptor *field, int index) |
#define DO | ( | STATEMENT | ) |
Definition at line 237 of file text_format.cc.
#define FORWARD_IMPL | ( | fn, | |
... | |||
) |
Definition at line 1548 of file text_format.cc.
#define OUTPUT_FIELD | ( | CPPTYPE, | |
METHOD | |||
) |
#define SET_FIELD | ( | CPPTYPE, | |
VALUE | |||
) |
|
private |
Definition at line 1776 of file text_format.cc.
|
private |
Definition at line 1531 of file text_format.cc.