Searched refs:proto_suffix_length (Results 1 – 3 of 3) sorted by relevance
31 static const unsigned proto_suffix_length = 6; // length of ".proto" in ServicesFilename() local32 if (file->name().size() > proto_suffix_length && in ServicesFilename()35 file->name().substr(0, file->name().size() - proto_suffix_length) + in ServicesFilename()
88 static const int proto_suffix_length = strlen(".proto"); in GetModuleAndMessagePath() local89 if (!(file_name.size() > static_cast<size_t>(proto_suffix_length) && in GetModuleAndMessagePath()
754 static const int proto_suffix_length = strlen(".proto"); in Generate() local755 if (file->name().size() > static_cast<size_t>(proto_suffix_length) && in Generate()758 file->name().substr(0, file->name().size() - proto_suffix_length); in Generate()