Classes | Namespaces | Typedefs | Functions | Variables
third_party/protobuf/src/google/protobuf/map.h File Reference
#include <functional>
#include <initializer_list>
#include <iterator>
#include <limits>
#include <map>
#include <string>
#include <type_traits>
#include <utility>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/generated_enum_util.h>
#include <google/protobuf/map_type_handler.h>
#include <google/protobuf/stubs/hash.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Include dependency graph for third_party/protobuf/src/google/protobuf/map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  google::protobuf::Map< Key, T >::const_iterator
 
class  google::protobuf::Map< Key, T >::InnerMap
 
struct  google::protobuf::is_proto_enum< T >
 
class  google::protobuf::Map< Key, T >::iterator
 
class  google::protobuf::Map< Key, T >::InnerMap::iterator_base< KeyValueType >
 
class  google::protobuf::Map< Key, T >
 
class  google::protobuf::Map< Key, T >
 
class  google::protobuf.internal::MapAllocator< U >
 
class  google::protobuf.internal::MapField< Derived, Key, T, kKeyFieldType, kValueFieldType >
 
class  google::protobuf.internal::MapFieldLite< Derived, Key, T, key_wire_type, value_wire_type >
 
struct  google::protobuf::MapPair< Key, T >
 
struct  google::protobuf::Map< Key, T >::InnerMap::Node
 
struct  google::protobuf.internal::MapAllocator< U >::rebind< X >
 
struct  google::protobuf.internal::TransparentSupport< key_type >
 
class  google::protobuf.internal::TypeDefinedMapFieldBase< Key, T >
 

Namespaces

 google
 
 google::protobuf
 
 google.protobuf.internal
 

Typedefs

template<typename T >
using google.protobuf.internal::KeyForTree = typename std::conditional< std::is_scalar< T >::value, T, std::reference_wrapper< const T > >::type
 
template<typename Key >
using google.protobuf.internal::TreeForMap = std::map< KeyForTree< Key >, void *, typename TransparentSupport< Key >::less, MapAllocator< std::pair< const KeyForTree< Key >, void * > >>
 

Functions

size_t google.protobuf.internal::MapValueSpaceUsedExcludingSelfLong (bool)
 
size_t google.protobuf.internal::MapValueSpaceUsedExcludingSelfLong (const std::string &str)
 
template<typename T , typename = decltype(std::declval<const T&>().SpaceUsedLong())>
size_t google.protobuf.internal::MapValueSpaceUsedExcludingSelfLong (const T &message)
 
template<typename Key >
PROTOBUF_NOINLINE size_t google.protobuf.internal::SpaceUsedInTable (void **table, size_t num_buckets, size_t num_elements, size_t sizeof_node)
 
template<typename Map , typename = typename std::enable_if< !std::is_scalar<typename Map::key_type>::value || !std::is_scalar<typename Map::mapped_type>::value>::type>
size_t google.protobuf.internal::SpaceUsedInValues (const Map *map)
 
size_t google.protobuf.internal::SpaceUsedInValues (const void *)
 
bool google.protobuf.internal::TableEntryIsEmpty (void *const *table, size_t b)
 
bool google.protobuf.internal::TableEntryIsList (void *const *table, size_t b)
 
bool google.protobuf.internal::TableEntryIsNonEmptyList (void *const *table, size_t b)
 
bool google.protobuf.internal::TableEntryIsTree (void *const *table, size_t b)
 

Variables

constexpr size_t google.protobuf.internal::kGlobalEmptyTableSize = 1
 


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:22