Searched refs:add_not_stage (Results 1 – 2 of 2) sorted by relevance
4005 ::std::string* add_not_stage();4006 void add_not_stage(const ::std::string& value);4008 void add_not_stage(::std::string&& value);4010 void add_not_stage(const char* value);4011 void add_not_stage(const char* value, size_t size);18660 inline ::std::string* NetStateRule::add_not_stage() { in add_not_stage() function18664 inline void NetStateRule::add_not_stage(const ::std::string& value) { in add_not_stage() function18669 inline void NetStateRule::add_not_stage(::std::string&& value) { in add_not_stage() function18674 inline void NetStateRule::add_not_stage(const char* value) { in add_not_stage() function18679 inline void NetStateRule::add_not_stage(const char* value, size_t size) { in add_not_stage() function
12583 input, this->add_not_stage())); in MergePartialFromCodedStream()