Searched refs:lastindex (Results 1 – 2 of 2) sorted by relevance
110 int lastindex = proto_file.find_last_of("."); in StripDotProto() local111 return proto_file.substr(0, lastindex); in StripDotProto()
74 int lastindex = proto_file.find_last_of("."); in GetRequireName() local75 return proto_file.substr(0, lastindex) + "_pb"; in GetRequireName()