|
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::Option * | google::protobuf::util::converter::FindOptionOrNull (const google::protobuf::RepeatedPtrField< google::protobuf::Option > &options, const string &option_name) |
|
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::EnumValue * | google::protobuf::util::converter::FindEnumValueByNameOrNull (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) |
|
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) |
|