HomeSort by relevance Sort by last modified time
    Searched refs:StripSuffixString (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/stream_executor/lib/
str_util.h 31 inline string StripSuffixString(port::StringPiece str, port::StringPiece suffix) {
  /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/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 258 auto stripped_dso_version = port::StripSuffixString(dso_version, ".ld64");
291 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;
49 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...]

Completed in 356 milliseconds