Searched defs:is_placeholder (Results 1 – 5 of 5) sorted by relevance
226 template<typename T> struct is_placeholder { struct227 static const int value = 0;335 struct is_placeholder<placeholder<N>> { struct336 static const int value = N;
376 ItemType item_type, bool is_placeholder, in Item()390 ItemType item_type, bool is_placeholder, in Item()1144 bool is_placeholder, bool is_list) { in Push()
218 bool is_placeholder() const { return is_placeholder_; } in is_placeholder() function
181 void set_is_placeholder(bool is_placeholder) { in set_is_placeholder()
190 bool is_placeholder, in Node()