Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tuple/include/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
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dlist.h589 inline const exec_node *exec_list::get_head() const in get_head() function
594 inline exec_node *exec_list::get_head() in get_head() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dcons_stdtuple.hpp74 const head_type& get_head()const{return std::get<N>(t);} in get_head() function
/aosp_15_r20/external/AFLplusplus/include/
H A Dlist.h57 static inline element_t *get_head(list_t *list) { in get_head() function
/aosp_15_r20/external/bcc/src/cc/api/
H A DBPFTable.h187 virtual StatusTuple get_head(const ValueType& value) { in get_head() function