webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions | Variables
utility.cc File Reference
#include <google/protobuf/util/internal/utility.h>
#include <google/protobuf/stubs/callback.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/wrappers.pb.h>
#include <google/protobuf/descriptor.pb.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/util/internal/constants.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/stubs/map_util.h>
#include <google/protobuf/stubs/mathlimits.h>

Namespaces

 google
 
 google::protobuf
 
 google::protobuf::util
 
 google::protobuf::util::converter
 

Functions

bool google::protobuf::util::converter::GetBoolOptionOrDefault (const google::protobuf::RepeatedPtrField< google::protobuf::Option > &options, const string &option_name, bool default_value)
 
int64 google::protobuf::util::converter::GetInt64OptionOrDefault (const google::protobuf::RepeatedPtrField< google::protobuf::Option > &options, const string &option_name, int64 default_value)
 
double google::protobuf::util::converter::GetDoubleOptionOrDefault (const google::protobuf::RepeatedPtrField< google::protobuf::Option > &options, const string &option_name, double default_value)
 
string google::protobuf::util::converter::GetStringOptionOrDefault (const google::protobuf::RepeatedPtrField< google::protobuf::Option > &options, const string &option_name, const string &default_value)
 
template<typename T >
void google::protobuf::util::converter::ParseFromAny (const string &data, T *result)
 
bool google::protobuf::util::converter::GetBoolFromAny (const google::protobuf::Any &any)
 
int64 google::protobuf::util::converter::GetInt64FromAny (const google::protobuf::Any &any)
 
double google::protobuf::util::converter::GetDoubleFromAny (const google::protobuf::Any &any)
 
string google::protobuf::util::converter::GetStringFromAny (const google::protobuf::Any &any)
 
const StringPiece google::protobuf::util::converter::GetTypeWithoutUrl (StringPiece type_url)
 
const string google::protobuf::util::converter::GetFullTypeWithUrl (StringPiece simple_type)
 
const google::protobuf::Optiongoogle::protobuf::util::converter::FindOptionOrNull (const google::protobuf::RepeatedPtrField< google::protobuf::Option > &options, const string &option_name)
 
const google::protobuf::Fieldgoogle::protobuf::util::converter::FindFieldInTypeOrNull (const google::protobuf::Type *type, StringPiece field_name)
 
const google::protobuf::Fieldgoogle::protobuf::util::converter::FindJsonFieldInTypeOrNull (const google::protobuf::Type *type, StringPiece json_name)
 
const google::protobuf::EnumValuegoogle::protobuf::util::converter::FindEnumValueByNameOrNull (const google::protobuf::Enum *enum_type, StringPiece enum_name)
 
const google::protobuf::EnumValuegoogle::protobuf::util::converter::FindEnumValueByNumberOrNull (const google::protobuf::Enum *enum_type, int32 value)
 
string google::protobuf::util::converter::ToCamelCase (const StringPiece input)
 
string google::protobuf::util::converter::ToSnakeCase (StringPiece input)
 
 google::protobuf::util::converter::GOOGLE_PROTOBUF_DECLARE_ONCE (well_known_types_init_)
 
void google::protobuf::util::converter::DeleteWellKnownTypes ()
 
void google::protobuf::util::converter::InitWellKnownTypes ()
 
bool google::protobuf::util::converter::IsWellKnownType (const string &type_name)
 
bool google::protobuf::util::converter::IsValidBoolString (const string &bool_string)
 
bool google::protobuf::util::converter::IsMap (const google::protobuf::Field &field, const google::protobuf::Type &type)
 
bool google::protobuf::util::converter::IsMessageSetWireFormat (const google::protobuf::Type &type)
 
string google::protobuf::util::converter::DoubleAsString (double value)
 
string google::protobuf::util::converter::FloatAsString (float value)
 
bool google::protobuf::util::converter::SafeStrToFloat (StringPiece str, float *value)
 

Variables

set< string > * google::protobuf::util::converter::well_known_types_ = NULL
 
const char * google::protobuf::util::converter::well_known_types_name_array_ []