|
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::EnumValue * | google::protobuf::util::converter::FindEnumValueByNameOrNull (const google::protobuf::Enum *enum_type, StringPiece enum_name) |
|
const google::protobuf::EnumValue * | google::protobuf::util::converter::FindEnumValueByNameWithoutUnderscoreOrNull (const google::protobuf::Enum *enum_type, StringPiece enum_name) |
|
const google::protobuf::EnumValue * | google::protobuf::util::converter::FindEnumValueByNumberOrNull (const google::protobuf::Enum *enum_type, int32 value) |
|
const google::protobuf::Field * | google::protobuf::util::converter::FindFieldInTypeByNumberOrNull (const google::protobuf::Type *type, int32 number) |
|
const google::protobuf::Field * | google::protobuf::util::converter::FindFieldInTypeOrNull (const google::protobuf::Type *type, StringPiece field_name) |
|
const google::protobuf::Field * | google::protobuf::util::converter::FindJsonFieldInTypeOrNull (const google::protobuf::Type *type, StringPiece json_name) |
|
const google::protobuf::Option * | google::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) |
|