webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <string>
#include <iterator>
#include <google/protobuf/stubs/casts.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/type_traits.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/message_lite.h>
Go to the source code of this file.
Namespaces | |
google::upb | |
google::upb::google_opensource | |
google::protobuf | |
google.protobuf.internal | |
Macros | |
#define | DECLARE_SPECIALIZATIONS_FOR_BASE_PROTO_TYPES(TypeName) |
Functions | |
void | google.protobuf.internal::LogIndexOutOfBounds (int index, int size) |
template<typename Iter > | |
int | google.protobuf.internal::CalculateReserve (Iter begin, Iter end, std::forward_iterator_tag) |
template<typename Iter > | |
int | google.protobuf.internal::CalculateReserve (Iter, Iter, std::input_iterator_tag) |
template<typename Iter > | |
int | google.protobuf.internal::CalculateReserve (Iter begin, Iter end) |
#define DECLARE_SPECIALIZATIONS_FOR_BASE_PROTO_TYPES | ( | TypeName | ) |