Home
last modified time | relevance | path

Searched refs:proto_suffix_length (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/compiler/
Druby_generator_helpers-inl.h31 static const unsigned proto_suffix_length = 6; // length of ".proto" in ServicesFilename() local
32 if (file->name().size() > proto_suffix_length && in ServicesFilename()
35 file->name().substr(0, file->name().size() - proto_suffix_length) + in ServicesFilename()
Dpython_generator_helpers.h104 static const int proto_suffix_length = strlen(".proto"); in GetModuleAndMessagePath() local
105 if (!(file_name.size() > static_cast<size_t>(proto_suffix_length) && in GetModuleAndMessagePath()
Dpython_generator.cc892 static const int proto_suffix_length = strlen(".proto"); in Generate() local
893 if (file->name().size() > static_cast<size_t>(proto_suffix_length) && in Generate()
896 file->name().substr(0, file->name().size() - proto_suffix_length); in Generate()