OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proto_suffix_length
(Results
1 - 3
of
3
) sorted by null
/external/grpc-grpc/src/compiler/
ruby_generator_helpers-inl.h
31
static const unsigned
proto_suffix_length
= 6; // length of ".proto"
local
32
if (file->name().size() >
proto_suffix_length
&&
35
file->name().substr(0, file->name().size() -
proto_suffix_length
) +
python_generator_helpers.h
88
static const int
proto_suffix_length
= strlen(".proto");
local
89
if (!(file_name.size() > static_cast<size_t>(
proto_suffix_length
) &&
python_generator.cc
754
static const int
proto_suffix_length
= strlen(".proto");
local
755
if (file->name().size() > static_cast<size_t>(
proto_suffix_length
) &&
758
file->name().substr(0, file->name().size() -
proto_suffix_length
);
Completed in 406 milliseconds