OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decoding_raw
(Results
1 - 1
of
1
) sorted by null
/external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc
770
bool
decoding_raw
= (mode_ == MODE_DECODE) && codec_type_.empty();
local
771
if (
decoding_raw
&& !input_files_.empty()) {
774
} else if (!
decoding_raw
&& input_files_.empty()) {
[
all
...]
Completed in 54 milliseconds