/external/tensorflow/tensorflow/stream_executor/lib/ |
str_util.h | 30 inline string StripSuffixString(absl::string_view str,
|
/external/perfetto/src/ipc/protoc_plugin/ |
ipc_generator.cc | 43 using google::protobuf::StripSuffixString; 118 return StripSuffixString(file.name(), ".proto");
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_helpers.cc | 116 return StripSuffixString(filename, ".protodevel"); 118 return StripSuffixString(filename, ".proto");
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
rocm_diagnostics.cc | 182 auto stripped_dso_version = port::StripSuffixString(dso_version, ".ld64"); 213 port::StripSuffixString(kernel_version, ".ld64");
|
/external/nos/host/generic/libnos/generator/ |
main.cpp | 37 using ::google::protobuf::StripSuffixString; 86 const auto header = StripSuffixString(file, ".proto") + ".pb.h";
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
cuda_diagnostics.cc | 266 auto stripped_dso_version = port::StripSuffixString(dso_version, ".ld64"); 299 port::StripSuffixString(kernel_version, ".ld64");
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_helpers.cc | 171 return StripSuffixString(filename, ".protodevel"); 173 return StripSuffixString(filename, ".proto");
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_helpers.cc | 269 return StripSuffixString(filename, ".protodevel"); 271 return StripSuffixString(filename, ".proto"); 479 worker = StripSuffixString(worker, "_p"); 482 worker = StripSuffixString(worker, "Array"); [all...] |
/external/perfetto/src/protozero/protoc_plugin/ |
protozero_generator.cc | 43 using google::protobuf::StripSuffixString; 83 return StripSuffixString(proto->name(), ".proto") + ".pbzero";
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 284 return StripSuffixString(filename, ".protodevel"); 286 return StripSuffixString(filename, ".proto");
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_helpers.cc | 157 return StripSuffixString(filename, ".protodevel"); 159 return StripSuffixString(filename, ".proto");
|
/external/protobuf/src/google/protobuf/stubs/ |
strutil.h | 130 // StripSuffixString() 141 inline string StripSuffixString(const string& str, const string& suffix) { [all...] |
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 83 return StripSuffixString(filename, suffix); [all...] |
/external/protobuf/src/google/protobuf/compiler/js/ |
js_generator.cc | 151 return StripSuffixString(filename, suffix); [all...] |