Searched defs:ContextList (Results 1 – 2 of 2) sorted by relevance
51 typedef std::map<ContextID, TransitionList*> ContextList; typedef
111 ContextList() : value_(0) {} in ContextList() function112 explicit ContextList(Context context) : value_(context) {} in ContextList() function113 ContextList(const ContextList& other) : value_(other.value_) {} in ContextList() function