OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:basic_string
(Results
151 - 175
of
606
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h
18
* The only diference rely on the allocator used to instanciate the
basic_string
.
76
* As the __iostring_allocator allocator will only be used in the
basic_string
implementation
78
* the
basic_string
. This is why the associated __stl_alloc_rebind has only one template
97
struct __basic_iostring : public
basic_string
<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > {
100
* must always be presized to the allocator static buffer size because the
basic_string
implementation
105
typedef
basic_string
<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
132
# define _STLP_BASIC_IOSTRING(_CharT)
basic_string
<_CharT, char_traits<_CharT>, allocator<_CharT> >
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h
18
* The only diference rely on the allocator used to instanciate the
basic_string
.
76
* As the __iostring_allocator allocator will only be used in the
basic_string
implementation
78
* the
basic_string
. This is why the associated __stl_alloc_rebind has only one template
97
struct __basic_iostring : public
basic_string
<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > {
100
* must always be presized to the allocator static buffer size because the
basic_string
implementation
105
typedef
basic_string
<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
132
# define _STLP_BASIC_IOSTRING(_CharT)
basic_string
<_CharT, char_traits<_CharT>, allocator<_CharT> >
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h
18
* The only diference rely on the allocator used to instanciate the
basic_string
.
76
* As the __iostring_allocator allocator will only be used in the
basic_string
implementation
78
* the
basic_string
. This is why the associated __stl_alloc_rebind has only one template
97
struct __basic_iostring : public
basic_string
<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > {
100
* must always be presized to the allocator static buffer size because the
basic_string
implementation
105
typedef
basic_string
<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
132
# define _STLP_BASIC_IOSTRING(_CharT)
basic_string
<_CharT, char_traits<_CharT>, allocator<_CharT> >
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h
18
* The only diference rely on the allocator used to instanciate the
basic_string
.
76
* As the __iostring_allocator allocator will only be used in the
basic_string
implementation
78
* the
basic_string
. This is why the associated __stl_alloc_rebind has only one template
97
struct __basic_iostring : public
basic_string
<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > {
100
* must always be presized to the allocator static buffer size because the
basic_string
implementation
105
typedef
basic_string
<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
132
# define _STLP_BASIC_IOSTRING(_CharT)
basic_string
<_CharT, char_traits<_CharT>, allocator<_CharT> >
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h
18
* The only diference rely on the allocator used to instanciate the
basic_string
.
76
* As the __iostring_allocator allocator will only be used in the
basic_string
implementation
78
* the
basic_string
. This is why the associated __stl_alloc_rebind has only one template
97
struct __basic_iostring : public
basic_string
<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > {
100
* must always be presized to the allocator static buffer size because the
basic_string
implementation
105
typedef
basic_string
<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
132
# define _STLP_BASIC_IOSTRING(_CharT)
basic_string
<_CharT, char_traits<_CharT>, allocator<_CharT> >
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iostream_string.h
18
* The only diference rely on the allocator used to instanciate the
basic_string
.
76
* As the __iostring_allocator allocator will only be used in the
basic_string
implementation
78
* the
basic_string
. This is why the associated __stl_alloc_rebind has only one template
97
struct __basic_iostring : public
basic_string
<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > {
100
* must always be presized to the allocator static buffer size because the
basic_string
implementation
105
typedef
basic_string
<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
132
# define _STLP_BASIC_IOSTRING(_CharT)
basic_string
<_CharT, char_traits<_CharT>, allocator<_CharT> >
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp
22
std::
basic_string
<CharT> str_;
27
testbuf(const std::
basic_string
<CharT>& str)
35
std::
basic_string
<CharT> str() const
36
{return std::
basic_string
<CharT>(base::pbase(), base::pptr());}
get_streambuf_chart.pass.cpp
23
std::
basic_string
<CharT> str_;
28
testbuf(const std::
basic_string
<CharT>& str)
36
std::
basic_string
<CharT> str() const
37
{return std::
basic_string
<CharT>(base::pbase(), base::pptr());}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/
back.pass.cpp
40
typedef std::
basic_string
<char, std::char_traits<char>, min_allocator<char>> S;
front.pass.cpp
40
typedef std::
basic_string
<char, std::char_traits<char>, min_allocator<char>> S;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/
clear.pass.cpp
44
typedef std::
basic_string
<char, std::char_traits<char>, min_allocator<char>> S;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/
begin.pass.cpp
43
typedef std::
basic_string
<char, std::char_traits<char>, min_allocator<char>> S;
crbegin.pass.cpp
40
typedef std::
basic_string
<char, std::char_traits<char>, min_allocator<char>> S;
rbegin.pass.cpp
43
typedef std::
basic_string
<char, std::char_traits<char>, min_allocator<char>> S;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_append/
push_back.pass.cpp
38
typedef std::
basic_string
<char, std::char_traits<char>, min_allocator<char>> S;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/
pop_back.pass.cpp
38
typedef std::
basic_string
<char, std::char_traits<char>, min_allocator<char>> S;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/
iter_initializer_list.pass.cpp
30
typedef std::
basic_string
<char, std::char_traits<char>, min_allocator<char>> S;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_op_plus_equal/
char.pass.cpp
12
//
basic_string
<charT,traits,Allocator>& operator+=(charT c);
39
typedef std::
basic_string
<char, std::char_traits<char>, min_allocator<char>> S;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/
stream_insert.pass.cpp
15
// const
basic_string
<charT,traits,Allocator>& str);
57
typedef std::
basic_string
<char, std::char_traits<char>, min_allocator<char>> S;
65
typedef std::
basic_string
<char, std::char_traits<char>, min_allocator<char>> S;
74
typedef std::
basic_string
<wchar_t, std::char_traits<wchar_t>, min_allocator<wchar_t>> S;
82
typedef std::
basic_string
<wchar_t, std::char_traits<wchar_t>, min_allocator<wchar_t>> S;
/external/clang/test/Misc/
diagnostic-crash.cpp
7
class
basic_string
;
8
typedef
basic_string
<wchar_t> wstring;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
alloc.pass.cpp
12
// explicit
basic_string
(const Allocator& a = Allocator());
70
test<std::
basic_string
<char, std::char_traits<char>, test_allocator<char> > >();
72
test2<std::
basic_string
<char, std::char_traits<char>, min_allocator<char> > >();
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
io.hpp
42
os << std::
basic_string
<char_type>( beg, end - beg );
55
os << std::
basic_string
<CharT1,Tr>( beg, end - beg );
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
messages_members.h
52
messages<_CharT>::open(const
basic_string
<char>& __s, const locale& __loc,
63
messages<_CharT>::do_open(const
basic_string
<char>&, const locale&) const
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
messages_members.h
52
messages<_CharT>::open(const
basic_string
<char>& __s, const locale& __loc,
63
messages<_CharT>::do_open(const
basic_string
<char>&, const locale&) const
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
messages_members.h
52
messages<_CharT>::open(const
basic_string
<char>& __s, const locale& __loc,
63
messages<_CharT>::do_open(const
basic_string
<char>&, const locale&) const
Completed in 603 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>