Home
last modified time | relevance | path

Searched defs:get_head (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/multi_index/detail/
Dcons_stdtuple.hpp74 const head_type& get_head()const{return std::get<N>(t);} in get_head() function
/third_party/mesa3d/src/compiler/glsl/
Dlist.h591 inline const exec_node *exec_list::get_head() const in get_head() function
596 inline exec_node *exec_list::get_head() in get_head() function
/third_party/boost/boost/tuple/detail/
Dtuple_basic.hpp274 get_head() { return head; } in get_head() function
280 get_head() const { return head; } in get_head() function
365 get_head() { return head; } in get_head() function
370 get_head() const { return head; } in get_head() function