Lines Matching refs:options_
28 options_.emplace(name,
41 options_.emplace(
54 options_.emplace(
67 options_.emplace(
81 options_.emplace(name, OptionInfo {
94 options_.emplace(
107 options_.emplace(name, OptionInfo{kNoOp, nullptr, env_setting, help_text});
115 options_.emplace(name,
141 auto it = options_.find(to);
142 CHECK_NE(it, options_.end());
151 auto it = options_.find(to);
152 CHECK_NE(it, options_.end());
216 for (const auto& pair : child_options_parser.options_)
217 options_.emplace(pair.first, Convert(pair.second, get_child));
374 auto it = options_.find(name);
376 if ((it == options_.end() ||
400 if (it == options_.end()) {