Home
last modified time | relevance | path

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

/external/libcxx/include/
D__locale160 void __install_ctor(const locale&, facet*, long);
208 __install_ctor(__other, __f, __f ? __f->id.__get() : 0);
/external/libcxx/src/
Dlocale.cpp587 locale::__install_ctor(const locale& other, facet* f, long id) in __install_ctor() function in locale