Home
last modified time | relevance | path

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

/external/grpc-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.h88 static const int proto_suffix_length = strlen(".proto"); in GetModuleAndMessagePath() local
89 if (!(file_name.size() > static_cast<size_t>(proto_suffix_length) && in GetModuleAndMessagePath()
Dpython_generator.cc754 static const int proto_suffix_length = strlen(".proto"); in Generate() local
755 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()