Searched defs:v_h (Results 1 – 5 of 5) sorted by relevance
/external/python/pybind11/include/pybind11/detail/ |
D | init.h | 72 value_and_holder &v_h, Cpp<Class> &&base) { in construct_alias_from_cpp() 96 void construct(value_and_holder &v_h, Cpp<Class> *ptr, bool need_alias) { in construct() 124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() 133 void construct(value_and_holder &v_h, Holder<Class> holder, bool need_alias) { in construct() 150 void construct(value_and_holder &v_h, Cpp<Class> &&result, bool need_alias) { in construct() 163 void construct(value_and_holder &v_h, Alias<Class> &&result, bool) { in construct()
|
/external/libvpx/vpx_dsp/ppc/ |
D | sad_vsx.c | 155 #define PROCESS16_4D(offset, ref, v_h, v_l) \ argument
|
/external/libabigail/tests/data/test-abidiff-exit/ |
D | qualifier-typedef-array-v0.c | 33 H v_h; member
|
D | qualifier-typedef-array-v1.c | 33 volatile H v_h; // same member
|
/external/python/pybind11/include/pybind11/ |
D | cast.h | 590 void load_value(value_and_holder &&v_h) { in load_value()
|