Searched defs:IListRef (Results 1 – 4 of 4) sorted by relevance
158 class IListRef; variable526 IListRef() : tag_(IListRefTag::None) {} in IListRef() function528 IListRef(const boxed_type& boxed) : tag_(IListRefTag::Boxed) { in IListRef() function532 IListRef(const unboxed_type& unboxed) : tag_(IListRefTag::Unboxed) { in IListRef() function536 IListRef(const std::initializer_list<T>& list) : tag_(IListRefTag::Unboxed) { in IListRef() function544 IListRef(UnboxedConstructorArgs&&... args) : tag_(IListRefTag::Unboxed) { in IListRef() function548 IListRef(const materialized_type& materialized) : tag_(IListRefTag::Materialized) { in IListRef() function
10 class IListRef; variable
35 class IListRef; variable
45 template<class T> class IListRef; variable