TrinityCore
|
#include <stddef.h>
#include <iterator>
#include <string>
#include <utility>
#include <vector>
#include <google/protobuf/stubs/common.h>
Go to the source code of this file.
Classes | |
struct | google::protobuf::internal::RemoveConst< T > |
struct | google::protobuf::internal::RemoveConst< const T > |
Namespaces | |
google::protobuf | |
google::protobuf::internal | |
Functions | |
template<class Collection > | |
const Collection::value_type::second_type & | google::protobuf::FindOrDie (const Collection &collection, const typename Collection::value_type::first_type &key) |
template<class Collection > | |
Collection::value_type::second_type & | google::protobuf::FindOrDie (Collection &collection, const typename Collection::value_type::first_type &key) |
template<class Collection > | |
const Collection::value_type::second_type & | google::protobuf::FindOrDieNoPrint (const Collection &collection, const typename Collection::value_type::first_type &key) |
template<class Collection > | |
Collection::value_type::second_type & | google::protobuf::FindOrDieNoPrint (Collection &collection, const typename Collection::value_type::first_type &key) |
template<class Collection > | |
const Collection::value_type::second_type & | google::protobuf::FindWithDefault (const Collection &collection, const typename Collection::value_type::first_type &key, const typename Collection::value_type::second_type &value) |
template<class Collection > | |
const Collection::value_type::second_type * | google::protobuf::FindOrNull (const Collection &collection, const typename Collection::value_type::first_type &key) |
template<class Collection > | |
Collection::value_type::second_type * | google::protobuf::FindOrNull (Collection &collection, const typename Collection::value_type::first_type &key) |
template<class Collection > | |
Collection::value_type::second_type | google::protobuf::FindPtrOrNull (const Collection &collection, const typename Collection::value_type::first_type &key) |
template<class Collection > | |
Collection::value_type::second_type | google::protobuf::FindPtrOrNull (Collection &collection, const typename Collection::value_type::first_type &key) |
template<class Collection > | |
Collection::value_type::second_type::element_type * | google::protobuf::FindLinkedPtrOrNull (const Collection &collection, const typename Collection::value_type::first_type &key) |
template<class Collection > | |
Collection::value_type::second_type::element_type & | google::protobuf::FindLinkedPtrOrDie (const Collection &collection, const typename Collection::value_type::first_type &key) |
template<class Collection , class Key , class Value > | |
bool | google::protobuf::FindCopy (const Collection &collection, const Key &key, Value *const value) |
template<class Collection , class Key > | |
bool | google::protobuf::ContainsKey (const Collection &collection, const Key &key) |
template<class Collection , class Key , class Value > | |
bool | google::protobuf::ContainsKeyValuePair (const Collection &collection, const Key &key, const Value &value) |
template<class Collection > | |
bool | google::protobuf::InsertOrUpdate (Collection *const collection, const typename Collection::value_type &vt) |
template<class Collection > | |
bool | google::protobuf::InsertOrUpdate (Collection *const collection, const typename Collection::value_type::first_type &key, const typename Collection::value_type::second_type &value) |
template<class Collection , class InputIterator > | |
void | google::protobuf::InsertOrUpdateMany (Collection *const collection, InputIterator first, InputIterator last) |
template<class Collection > | |
bool | google::protobuf::InsertAndDeleteExisting (Collection *const collection, const typename Collection::value_type::first_type &key, const typename Collection::value_type::second_type &value) |
template<class Collection > | |
bool | google::protobuf::InsertIfNotPresent (Collection *const collection, const typename Collection::value_type &vt) |
template<class Collection > | |
bool | google::protobuf::InsertIfNotPresent (Collection *const collection, const typename Collection::value_type::first_type &key, const typename Collection::value_type::second_type &value) |
template<class Collection > | |
void | google::protobuf::InsertOrDie (Collection *const collection, const typename Collection::value_type &value) |
template<class Collection > | |
void | google::protobuf::InsertOrDieNoPrint (Collection *const collection, const typename Collection::value_type &value) |
template<class Collection > | |
void | google::protobuf::InsertOrDie (Collection *const collection, const typename Collection::value_type::first_type &key, const typename Collection::value_type::second_type &data) |
template<class Collection > | |
void | google::protobuf::InsertOrDieNoPrint (Collection *const collection, const typename Collection::value_type::first_type &key, const typename Collection::value_type::second_type &data) |
template<class Collection > | |
Collection::value_type::second_type & | google::protobuf::InsertKeyOrDie (Collection *const collection, const typename Collection::value_type::first_type &key) |
template<class Collection > | |
Collection::value_type::second_type & | google::protobuf::LookupOrInsert (Collection *const collection, const typename Collection::value_type &vt) |
template<class Collection > | |
Collection::value_type::second_type & | google::protobuf::LookupOrInsert (Collection *const collection, const typename Collection::value_type::first_type &key, const typename Collection::value_type::second_type &value) |
template<typename Sequence , typename Collection > | |
void | google::protobuf::AddTokenCounts (const Sequence &sequence, const typename Collection::value_type::second_type &increment, Collection *const count_map) |
template<class Collection > | |
Collection::value_type::second_type & | google::protobuf::LookupOrInsertNew (Collection *const collection, const typename Collection::value_type::first_type &key) |
template<class Collection , class Arg > | |
Collection::value_type::second_type & | google::protobuf::LookupOrInsertNew (Collection *const collection, const typename Collection::value_type::first_type &key, const Arg &arg) |
template<class Collection > | |
Collection::value_type::second_type::element_type * | google::protobuf::LookupOrInsertNewLinkedPtr (Collection *const collection, const typename Collection::value_type::first_type &key) |
template<class Collection , class Arg > | |
Collection::value_type::second_type::element_type * | google::protobuf::LookupOrInsertNewLinkedPtr (Collection *const collection, const typename Collection::value_type::first_type &key, const Arg &arg) |
template<class Collection > | |
Collection::value_type::second_type & | google::protobuf::LookupOrInsertNewSharedPtr (Collection *const collection, const typename Collection::value_type::first_type &key) |
template<class Collection , class Arg > | |
Collection::value_type::second_type & | google::protobuf::LookupOrInsertNewSharedPtr (Collection *const collection, const typename Collection::value_type::first_type &key, const Arg &arg) |
template<class Collection > | |
bool | google::protobuf::UpdateReturnCopy (Collection *const collection, const typename Collection::value_type::first_type &key, const typename Collection::value_type::second_type &value, typename Collection::value_type::second_type *previous) |
template<class Collection > | |
bool | google::protobuf::UpdateReturnCopy (Collection *const collection, const typename Collection::value_type &vt, typename Collection::value_type::second_type *previous) |
template<class Collection > | |
Collection::value_type::second_type *const | google::protobuf::InsertOrReturnExisting (Collection *const collection, const typename Collection::value_type &vt) |
template<class Collection > | |
Collection::value_type::second_type *const | google::protobuf::InsertOrReturnExisting (Collection *const collection, const typename Collection::value_type::first_type &key, const typename Collection::value_type::second_type &data) |
template<class Collection > | |
Collection::value_type::second_type | google::protobuf::EraseKeyReturnValuePtr (Collection *const collection, const typename Collection::value_type::first_type &key) |
template<class MapContainer , class KeyContainer > | |
void | google::protobuf::InsertKeysFromMap (const MapContainer &map_container, KeyContainer *key_container) |
template<class MapContainer , class KeyContainer > | |
void | google::protobuf::AppendKeysFromMap (const MapContainer &map_container, KeyContainer *key_container) |
template<class MapContainer , class KeyType > | |
void | google::protobuf::AppendKeysFromMap (const MapContainer &map_container, vector< KeyType > *key_container) |
template<class MapContainer , class ValueContainer > | |
void | google::protobuf::AppendValuesFromMap (const MapContainer &map_container, ValueContainer *value_container) |
template<class MapContainer , class ValueType > | |
void | google::protobuf::AppendValuesFromMap (const MapContainer &map_container, vector< ValueType > *value_container) |