upb/upbc/common.cc
Go to the documentation of this file.
1 // Copyright (c) 2009-2021, Google LLC
2 // All rights reserved.
3 //
4 // Redistribution and use in source and binary forms, with or without
5 // modification, are permitted provided that the following conditions are met:
6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above copyright
9 // notice, this list of conditions and the following disclaimer in the
10 // documentation and/or other materials provided with the distribution.
11 // * Neither the name of Google LLC nor the
12 // names of its contributors may be used to endorse or promote products
13 // derived from this software without specific prior written permission.
14 //
15 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
16 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18 // ARE DISCLAIMED. IN NO EVENT SHALL Google LLC BE LIABLE FOR ANY DIRECT,
19 // INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21 // LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22 // ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24 // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 
26 #include "upbc/common.h"
27 
28 #include "absl/strings/str_replace.h"
29 
30 namespace upbc {
31 namespace {
32 
33 namespace protobuf = ::google::protobuf;
34 
35 } // namespace
36 
38  size_t lastdot = fname.find_last_of('.');
39  if (lastdot == std::string::npos) {
40  return std::string(fname);
41  }
42  return std::string(fname.substr(0, lastdot));
43 }
44 
46  return absl::StrReplaceAll(str, {{".", "_"}, {"/", "_"}});
47 }
48 
51 }
52 
54  output(
55  "/* This file was generated by upbc (the upb compiler) from the input\n"
56  " * file:\n"
57  " *\n"
58  " * $0\n"
59  " *\n"
60  " * Do not edit -- your changes will be discarded when the file is\n"
61  " * regenerated. */\n\n",
62  file->name());
63 }
64 
66  return ToCIdent(descriptor->full_name());
67 }
68 
70  return ToCIdent(file->name()) + "_upb_file_layout";
71 }
72 
74  return StripExtension(file->name()) + ".upb.h";
75 }
76 
77 } // namespace upbc
xds_interop_client.str
str
Definition: xds_interop_client.py:487
upbc::EmitFileWarning
void EmitFileWarning(const protobuf::FileDescriptor *file, Output &output)
Definition: upb/upbc/common.cc:53
absl::string_view
Definition: abseil-cpp/absl/strings/string_view.h:167
testing::internal::string
::std::string string
Definition: bloaty/third_party/protobuf/third_party/googletest/googletest/include/gtest/internal/gtest-port.h:881
upbc
Definition: upb/upbc/common.cc:30
file
Definition: bloaty/third_party/zlib/examples/gzappend.c:170
google::protobuf
Definition: bloaty/third_party/protobuf/benchmarks/util/data_proto2_to_proto3_util.h:12
common.h
upbc::StripExtension
std::string StripExtension(absl::string_view fname)
Definition: upb/upbc/common.cc:37
upbc::HeaderFilename
std::string HeaderFilename(const google::protobuf::FileDescriptor *file)
Definition: upb/upbc/common.cc:73
absl::AsciiStrToUpper
void AsciiStrToUpper(std::string *s)
Definition: abseil-cpp/absl/strings/ascii.cc:164
gmock_output_test.output
output
Definition: bloaty/third_party/googletest/googlemock/test/gmock_output_test.py:175
upbc::ToPreproc
std::string ToPreproc(absl::string_view str)
Definition: upb/upbc/common.cc:49
upbc::FileLayoutName
std::string FileLayoutName(const google::protobuf::FileDescriptor *file)
Definition: upb/upbc/common.cc:69
absl::StrReplaceAll
std::string StrReplaceAll(absl::string_view s, strings_internal::FixedMapping replacements)
Definition: abseil-cpp/absl/strings/str_replace.cc:71
google::protobuf::Descriptor
Definition: bloaty/third_party/protobuf/src/google/protobuf/descriptor.h:231
absl::string_view::find_last_of
size_type find_last_of(string_view s, size_type pos=npos) const noexcept
Definition: abseil-cpp/absl/strings/string_view.cc:165
upbc::MessageName
std::string MessageName(const protobuf::Descriptor *descriptor)
Definition: upb/upbc/common.cc:65
google::protobuf::FileDescriptor
Definition: bloaty/third_party/protobuf/src/google/protobuf/descriptor.h:1320
file::name
char * name
Definition: bloaty/third_party/zlib/examples/gzappend.c:176
upbc::Output
Definition: upb/upbc/common.h:40
descriptor
static const char descriptor[1336]
Definition: certs.upbdefs.c:16
absl::string_view::substr
constexpr string_view substr(size_type pos=0, size_type n=npos) const
Definition: abseil-cpp/absl/strings/string_view.h:399
upbc::ToCIdent
std::string ToCIdent(absl::string_view str)
Definition: upb/upbc/common.cc:45


grpc
Author(s):
autogenerated on Fri May 16 2025 02:57:59