Home
last modified time | relevance | path

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

/third_party/boost/boost/python/
Dwith_custodian_and_ward.hpp19 struct get_prev struct
22 static PyObject* execute(ArgumentPackage const& args, PyObject* = 0) in execute()
29 struct get_prev<0> struct
32 static PyObject* execute(ArgumentPackage const&, PyObject* zeroth) in execute()
/third_party/mesa3d/src/compiler/glsl/
Dlist.h217 inline const exec_node *exec_node::get_prev() const in get_prev() function
222 inline exec_node *exec_node::get_prev() in get_prev() function
/third_party/libxml2/python/
Dlibxml.py317 def get_prev(self): member in xmlCore