Home
last modified time | relevance | path

Searched defs:_apply (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/util/
Dtuple.hpp58 struct _apply<F, T, integral_sequence<Is...>> { struct
59 typedef typename std::remove_reference<F>::type func_type;
62 ) value_type;
65 eval(F &&f, T &&t) { in eval()
/external/trappy/trappy/plotter/
DConstraint.py112 def _apply(self): member in Constraint
/external/python/cpython2/Lib/
Dstringold.py133 _apply = apply variable
Ddecimal.py3999 def _apply(self, a): member in Context