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