Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_stl_binders.cpp57 template <class NestMap> NestMap *times_hundred(int n) { in times_hundred() function
107 m.def("get_nmnc", &times_hundred<std::map<int, std::map<int, E_nc>>>); in TEST_SUBMODULE()
109 m.def("get_numnc", &times_hundred<std::unordered_map<int, std::unordered_map<int, E_nc>>>); in TEST_SUBMODULE()