Searched defs:ContextList (Results 1 – 1 of 1) sorted by relevance
75 ContextList() : value_(0) {} in ContextList() function76 explicit ContextList(Context context) : value_(context) {} in ContextList() function77 ContextList(const ContextList& other) : value_(other.value_) {} in ContextList() function