Searched refs:StripSuffix (Results 1 – 2 of 2) sorted by relevance
32 inline bool StripSuffix(grpc::string* filename, const grpc::string& suffix) { in StripSuffix() function55 if (!StripSuffix(&filename, ".protodevel")) { in StripProto()56 StripSuffix(&filename, ".proto"); in StripProto()
2067 input = string(absl::StripSuffix(input, ":0")); in StripZeroOutputIndexFromInputs()