Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dcast.h219 … vh{inst->simple_layout ? inst->simple_value_holder : &inst->nonsimple.values_and_holders[vpos]}
238 return inst->simple_layout in holder_constructed()
243 if (inst->simple_layout)
251 return inst->simple_layout in instance_registered()
256 if (inst->simple_layout)
294 if (!inst->simple_layout)
358 simple_layout = in allocate_layout()
362 if (simple_layout) { in allocate_layout()
399 if (!simple_layout) in deallocate_layout()
/external/python/pybind11/include/pybind11/detail/
Dcommon.h453 bool simple_layout : 1; member