Home
last modified time | relevance | path

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

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