Classes | |
class | Output |
Functions | |
void | EmitFileWarning (const protobuf::FileDescriptor *file, Output &output) |
std::string | FileLayoutName (const google::protobuf::FileDescriptor *file) |
std::string | HeaderFilename (const google::protobuf::FileDescriptor *file) |
std::string | MessageName (const protobuf::Descriptor *descriptor) |
std::string | StripExtension (absl::string_view fname) |
std::string | ToCIdent (absl::string_view str) |
std::string | ToPreproc (absl::string_view str) |
void upbc::EmitFileWarning | ( | const protobuf::FileDescriptor * | file, |
Output & | output | ||
) |
Definition at line 53 of file upb/upbc/common.cc.
std::string upbc::FileLayoutName | ( | const google::protobuf::FileDescriptor * | file | ) |
Definition at line 69 of file upb/upbc/common.cc.
std::string upbc::HeaderFilename | ( | const google::protobuf::FileDescriptor * | file | ) |
Definition at line 73 of file upb/upbc/common.cc.
std::string upbc::MessageName | ( | const protobuf::Descriptor * | descriptor | ) |
Definition at line 65 of file upb/upbc/common.cc.
std::string upbc::StripExtension | ( | absl::string_view | fname | ) |
Definition at line 37 of file upb/upbc/common.cc.
std::string upbc::ToCIdent | ( | absl::string_view | str | ) |
Definition at line 45 of file upb/upbc/common.cc.
std::string upbc::ToPreproc | ( | absl::string_view | str | ) |
Definition at line 49 of file upb/upbc/common.cc.