#include <utility>
#include <iterator>
#include <limits>
#include <string>
#include <type_traits>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/repeated_ptr_field.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/port.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google.protobuf.internal | |
Macros | |
#define | PROTO_MEMSWAP_DEF_SIZE(reg_type, max_size) |
Functions | |
template<typename Iter > | |
int | google.protobuf.internal::CalculateReserve (Iter begin, Iter end) |
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) |
int | google.protobuf.internal::CalculateReserveSize (int total_size, int new_size) |
template<int kSize> | |
std::enable_if<(kSize==0), void >::type | google.protobuf.internal::memswap (char *, char *) |
template<typename T > | |
internal::RepeatedFieldBackInsertIterator< T > | google::protobuf::RepeatedFieldBackInserter (RepeatedField< T > *const mutable_field) |
template<typename T > | |
void | google.protobuf.internal::SwapBlock (char *p, char *q) |
Variables | |
constexpr int | google.protobuf.internal::kRepeatedFieldLowerClampLimit = 4 |
constexpr int | google.protobuf.internal::kRepeatedFieldUpperClampLimit |
#define PROTO_MEMSWAP_DEF_SIZE | ( | reg_type, | |
max_size | |||
) |
Definition at line 128 of file protobuf/src/google/protobuf/repeated_field.h.