Home
last modified time | relevance | path

Searched refs:simple_value_holder (Results 1 – 2 of 2) sorted by relevance

/external/python/pybind11/include/pybind11/detail/
Dcommon.h423 void *simple_value_holder[1 + instance_simple_holder_in_ptrs()]; member
/external/python/pybind11/include/pybind11/
Dcast.h219 … vh{inst->simple_layout ? inst->simple_value_holder : &inst->nonsimple.values_and_holders[vpos]}
363 simple_value_holder[0] = nullptr; in allocate_layout()