Namespaces | Functions
protobuf/src/google/protobuf/util/internal/utility.cc File Reference
#include <google/protobuf/util/internal/utility.h>
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <limits>
#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/port_def.inc>
Include dependency graph for protobuf/src/google/protobuf/util/internal/utility.cc:

Go to the source code of this file.

Namespaces

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

Functions

void google::protobuf::util::converter::DeleteWellKnownTypes ()
 
std::string google::protobuf::util::converter::DoubleAsString (double value)
 
std::string google::protobuf::util::converter::EnumValueNameToLowerCamelCase (const StringPiece input)
 
const google::protobuf::EnumValuegoogle::protobuf::util::converter::FindEnumValueByNameOrNull (const google::protobuf::Enum *enum_type, StringPiece enum_name)
 
const google::protobuf::EnumValuegoogle::protobuf::util::converter::FindEnumValueByNameWithoutUnderscoreOrNull (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)
 
const google::protobuf::Fieldgoogle::protobuf::util::converter::FindFieldInTypeByNumberOrNull (const google::protobuf::Type *type, int32 number)
 
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::Optiongoogle::protobuf::util::converter::FindOptionOrNull (const RepeatedPtrField< google::protobuf::Option > &options, StringPiece option_name)
 
std::string google::protobuf::util::converter::FloatAsString (float value)
 
bool google::protobuf::util::converter::GetBoolFromAny (const google::protobuf::Any &any)
 
bool google::protobuf::util::converter::GetBoolOptionOrDefault (const RepeatedPtrField< google::protobuf::Option > &options, StringPiece option_name, bool default_value)
 
double google::protobuf::util::converter::GetDoubleFromAny (const google::protobuf::Any &any)
 
double google::protobuf::util::converter::GetDoubleOptionOrDefault (const RepeatedPtrField< google::protobuf::Option > &options, StringPiece option_name, double default_value)
 
const std::string google::protobuf::util::converter::GetFullTypeWithUrl (StringPiece simple_type)
 
int64 google::protobuf::util::converter::GetInt64FromAny (const google::protobuf::Any &any)
 
int64_t google::protobuf::util::converter::GetInt64OptionOrDefault (const RepeatedPtrField< google::protobuf::Option > &options, StringPiece option_name, int64_t default_value)
 
std::string google::protobuf::util::converter::GetStringFromAny (const google::protobuf::Any &any)
 
std::string google::protobuf::util::converter::GetStringOptionOrDefault (const RepeatedPtrField< google::protobuf::Option > &options, StringPiece option_name, StringPiece default_value)
 
const StringPiece google::protobuf::util::converter::GetTypeWithoutUrl (StringPiece type_url)
 
void google::protobuf::util::converter::InitWellKnownTypes ()
 
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)
 
bool google::protobuf::util::converter::IsValidBoolString (StringPiece bool_string)
 
bool google::protobuf::util::converter::IsWellKnownType (const std::string &type_name)
 
template<typename T >
void google::protobuf::util::converter::ParseFromAny (const std::string &data, T *result)
 
bool google::protobuf::util::converter::SafeStrToFloat (StringPiece str, float *value)
 
std::string google::protobuf::util::converter::ToCamelCase (const StringPiece input)
 
std::string google::protobuf::util::converter::ToSnakeCase (StringPiece input)
 


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