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

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h215 vh{inst->simple_layout ? inst->simple_value_holder : &inst->nonsimple.values_and_holders[vpos]}
234 return inst->simple_layout
239 if (inst->simple_layout)
247 return inst->simple_layout
252 if (inst->simple_layout)
290 if (!inst->simple_layout)
354 simple_layout =
358 if (simple_layout) {
395 if (!simple_layout)
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h384 /// Storage for pointers and holder; see simple_layout, below, for a description
416 bool simple_layout : 1; member in struct:instance

Completed in 16 milliseconds