Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dconstructor_stats.h190 …int cs1_total = cs1.default_constructions + cs1.copy_constructions + cs1.move_constructions + (int… in get() local
192 if (cs2_total > cs1_total) return cs2; in get()