Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dcast.h239 ? inst->simple_holder_constructed in holder_constructed()
244 inst->simple_holder_constructed = v;
364 simple_holder_constructed = false; in allocate_layout()
/external/python/pybind11/include/pybind11/detail/
Dcommon.h455 bool simple_holder_constructed : 1; member