OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_S_construct
(Results
26 - 27
of
27
) sorted by null
1
2
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h
438
: _M_dataplus(
_S_construct
(size_type(), _CharT(), _Alloc()), _Alloc()){ }
510
__str._M_data(
_S_construct
(size_type(), _CharT(), get_allocator()));
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_string.h
441
: _M_dataplus(
_S_construct
(size_type(), _CharT(), _Alloc()), _Alloc()){ }
513
__str._M_data(
_S_construct
(size_type(), _CharT(), get_allocator()));
[
all
...]
Completed in 249 milliseconds
1
2