Searched refs:StripPrefix (Results 1 – 7 of 7) sorted by relevance
93 static const char *StripPrefix(const char *str, const char *prefix) { in StripPrefix() function120 const char *next_char = StripPrefix(line, suppression_types_[type]); in Parse()
118 return absl::StripPrefix(absl::string_view(reinterpret_cast<const char*>( in GetMethod()
48 grpc_generator::StripPrefix(&base_name, "google/protobuf/"); in ImportProtoHeaders()
44 inline bool StripPrefix(grpc::string* name, const grpc::string& prefix) { in StripPrefix() function
118 grpc_generator::StripPrefix(&name, descriptor->file()->package() + "."); in NodeObjectPath()
465 html += string(absl::StripPrefix(OperatorTypeName(op.type), "TensorFlow")); in GetOpLabel()
2052 input = string(absl::StripPrefix(input, "^")); in StripCaretFromArrayNames()2055 output = string(absl::StripPrefix(output, "^")); in StripCaretFromArrayNames()