Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface.cc704 : mode_(MODE_COMPILE), in CommandLineInterface()
795 if (mode_ == MODE_COMPILE) { in Run()
853 if (mode_ == MODE_ENCODE || mode_ == MODE_DECODE) { in Run()
872 if (mode_ == MODE_PRINT) { in Run()
905 mode_ = MODE_COMPILE; in Clear()
998 bool decoding_raw = (mode_ == MODE_DECODE) && codec_type_.empty(); in ParseArguments()
1007 if (mode_ == MODE_COMPILE && output_directives_.empty() && in ParseArguments()
1012 if (mode_ != MODE_COMPILE && !dependency_out_name_.empty()) { in ParseArguments()
1166 if (mode_ != MODE_COMPILE) { in InterpretArgument()
1217 if (mode_ != MODE_COMPILE) { in InterpretArgument()
[all …]
Dcommand_line_interface.h331 Mode mode_; variable
/frameworks/av/media/codec2/core/include/
DC2Config.h1761 C2IntraRefreshStruct(C2Config::intra_refresh_mode_t mode_, float period_) in C2IntraRefreshStruct()
1762 : mode(mode_), period(period_) { } in C2IntraRefreshStruct()
2124 inline C2TimestampGapAdjustmentStruct(mode_t mode_, uint64_t value_) in C2TimestampGapAdjustmentStruct()
2125 : mode(mode_), value(value_) { } in C2TimestampGapAdjustmentStruct()