Lines Matching defs:get_child
162 ChildOptions* (Options::* get_child)()) {
164 // Options instance, we call get_child() on the original Options and then
168 return original->LookupImpl((options->*get_child)());
173 ChildOptions* (Options::* get_child)())
174 : original(original), get_child(get_child) {}
177 ChildOptions* (Options::* get_child)();
181 new AdaptedField(original, get_child));
187 ChildOptions* (Options::* get_child)()) {
189 Convert(original.field, get_child),
199 ChildOptions* (Options::* get_child)()) {
203 Convert(original.target_field, get_child),
212 ChildOptions* (Options::* get_child)()) {
217 options_.emplace(pair.first, Convert(pair.second, get_child));
220 implications_.emplace(pair.first, Convert(pair.second, get_child));