Searched refs:context_chain_ (Results 1 – 2 of 2) sorted by relevance
84 std::vector<ContextChainElement> context_chain_; variable
213 context_chain_.push_back(context_chain_element); in ContextBuilder()220 for (auto rit = context_chain_.rbegin(); rit != context_chain_.rend(); in ContextBuilder()234 for (ContextChainElement& element : context_chain_) { in UpdateValues()