|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <iostream>#include <stack>#include <google/protobuf/stubs/hash.h>#include <google/protobuf/message.h>#include <google/protobuf/stubs/logging.h>#include <google/protobuf/stubs/common.h>#include <google/protobuf/stubs/mutex.h>#include <google/protobuf/stubs/once.h>#include <google/protobuf/reflection_internal.h>#include <google/protobuf/io/coded_stream.h>#include <google/protobuf/io/zero_copy_stream_impl.h>#include <google/protobuf/descriptor.pb.h>#include <google/protobuf/map_field.h>#include <google/protobuf/descriptor.h>#include <google/protobuf/generated_message_util.h>#include <google/protobuf/reflection_ops.h>#include <google/protobuf/wire_format.h>#include <google/protobuf/stubs/strutil.h>#include <google/protobuf/stubs/map_util.h>#include <google/protobuf/stubs/singleton.h>#include <google/protobuf/stubs/stl_util.h>Namespaces | |
| google::protobuf | |
| google.protobuf.internal | |
Macros | |
| #define | HANDLE_TYPE(TYPE, CPPTYPE, CTYPE) |
| #define | HANDLE_PRIMITIVE_TYPE(TYPE, type) |
Functions | |
| google::protobuf::HANDLE_TYPE (int32, FieldDescriptor::CPPTYPE_INT32, -1) | |
| google::protobuf::HANDLE_TYPE (int64, FieldDescriptor::CPPTYPE_INT64, -1) | |
| google::protobuf::HANDLE_TYPE (uint32, FieldDescriptor::CPPTYPE_UINT32, -1) | |
| google::protobuf::HANDLE_TYPE (uint64, FieldDescriptor::CPPTYPE_UINT64, -1) | |
| google::protobuf::HANDLE_TYPE (float, FieldDescriptor::CPPTYPE_FLOAT, -1) | |
| google::protobuf::HANDLE_TYPE (double, FieldDescriptor::CPPTYPE_DOUBLE, -1) | |
| google::protobuf::HANDLE_TYPE (bool, FieldDescriptor::CPPTYPE_BOOL, -1) | |
| #define HANDLE_TYPE | ( | TYPE, | |
| CPPTYPE, | |||
| CTYPE | |||
| ) |
1.8.13