OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CharT
(Results
376 - 400
of
560
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libcxx/test/std/strings/string.view/string.view.access/
front.pass.cpp
20
template <typename
CharT
>
21
bool test ( const
CharT
*s, size_t len ) {
22
std::basic_string_view<
CharT
> sv ( s, len );
index.pass.cpp
20
template <typename
CharT
>
21
void test ( const
CharT
*s, size_t len ) {
22
std::basic_string_view<
CharT
> sv ( s, len );
/external/libcxx/test/std/strings/string.view/string.view.modifiers/
clear.pass.cpp
20
template<typename
CharT
>
21
void test ( const
CharT
*s, size_t len ) {
22
typedef std::basic_string_view<
CharT
> SV;
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
StreamIoUtil.h
28
template<typename
CharT
>
30
static_assert(std::is_const<
CharT
>::value == false, "cannot use const type");
33
charvectorbuf(std::vector<
CharT
> &vec) {
37
charvectorbuf(
CharT
*begin,
CharT
*end) {
42
charvectorbuf(
CharT
*begin, size_t size) {
47
charvectorbuf(const std::vector<
CharT
> &vec) {
51
charvectorbuf(const
CharT
*begin, const
CharT
*end) {
56
charvectorbuf(const
CharT
*begin, size_t size)
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp.pass.cpp
12
// template <class
charT
, class traits = char_traits<
charT
> >
15
// basic_ostream<
charT
,traits>& seekp(pos_type pos);
22
template <class
CharT
>
24
: public std::basic_streambuf<
CharT
>
26
typedef std::basic_streambuf<
CharT
> base;
tellp.pass.cpp
12
// template <class
charT
, class traits = char_traits<
charT
> >
22
template <class
CharT
>
24
: public std::basic_streambuf<
CharT
>
26
typedef std::basic_streambuf<
CharT
> base;
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.access/
at.pass.cpp
23
template <typename
CharT
>
24
void test ( const
CharT
*s, size_t len ) {
25
std::experimental::basic_string_view<
CharT
> sv ( s, len );
back.pass.cpp
18
template <typename
CharT
>
19
bool test ( const
CharT
*s, size_t len ) {
20
std::experimental::basic_string_view<
CharT
> sv ( s, len );
data.pass.cpp
18
template <typename
CharT
>
19
void test ( const
CharT
*s, size_t len ) {
20
std::experimental::basic_string_view<
CharT
> sv ( s, len );
front.pass.cpp
18
template <typename
CharT
>
19
bool test ( const
CharT
*s, size_t len ) {
20
std::experimental::basic_string_view<
CharT
> sv ( s, len );
index.pass.cpp
18
template <typename
CharT
>
19
void test ( const
CharT
*s, size_t len ) {
20
std::experimental::basic_string_view<
CharT
> sv ( s, len );
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.seeks/
tellp.pass.cpp
12
// template <class
charT
, class traits = char_traits<
charT
> >
22
template <class
CharT
>
24
: public std::basic_streambuf<
CharT
>
26
typedef std::basic_streambuf<
CharT
> base;
/external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
move.pass.cpp
12
// template <class
charT
, class traits = char_traits<
charT
> >
22
template <class
CharT
>
24
: public std::basic_streambuf<
CharT
>
29
template <class
CharT
>
31
: public std::basic_iostream<
CharT
>
33
typedef std::basic_iostream<
CharT
> base;
34
test_iostream(testbuf<
CharT
>* sb) : base(sb) {}
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
move.pass.cpp
14
// template <class
charT
, class traits = char_traits<
charT
> >
22
template <class
CharT
>
24
: public std::basic_streambuf<
CharT
>
29
template <class
CharT
>
31
: public std::basic_istream<
CharT
>
33
typedef std::basic_istream<
CharT
> base;
34
test_istream(testbuf<
CharT
>* sb) : base(sb) {}
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
move.pass.cpp
12
// template <class
charT
, class traits = char_traits<
charT
> >
22
template <class
CharT
>
24
: public std::basic_streambuf<
CharT
>
29
template <class
CharT
>
31
: public std::basic_ostream<
CharT
>
33
typedef std::basic_ostream<
CharT
> base;
34
test_ostream(testbuf<
CharT
>* sb) : base(sb) {}
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
move.pass.cpp
12
// template <class
charT
, class traits = char_traits<
charT
> >
22
template <class
CharT
>
24
: public std::basic_streambuf<
CharT
>
29
template <class
CharT
>
31
: public std::basic_iostream<
CharT
>
33
typedef std::basic_iostream<
CharT
> base;
34
test_iostream(testbuf<
CharT
>* sb) : base(sb) {}
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
move.pass.cpp
12
// template <class
charT
, class traits = char_traits<
charT
> >
22
template <class
CharT
>
24
: public std::basic_streambuf<
CharT
>
29
template <class
CharT
>
31
: public std::basic_istream<
CharT
>
33
typedef std::basic_istream<
CharT
> base;
34
test_istream(testbuf<
CharT
>* sb) : base(sb) {}
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
move.pass.cpp
12
// template <class
charT
, class traits = char_traits<
charT
> >
22
template <class
CharT
>
24
: public std::basic_streambuf<
CharT
>
29
template <class
CharT
>
31
: public std::basic_ostream<
CharT
>
33
typedef std::basic_ostream<
CharT
> base;
34
test_ostream(testbuf<
CharT
>* sb) : base(sb) {}
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
move.pass.cpp
12
// template <class
charT
, class traits = char_traits<
charT
> >
22
template <class
CharT
>
24
: public std::basic_streambuf<
CharT
>
29
template <class
CharT
>
31
: public std::basic_iostream<
CharT
>
33
typedef std::basic_iostream<
CharT
> base;
34
test_iostream(testbuf<
CharT
>* sb) : base(sb) {}
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
move.pass.cpp
12
// template <class
charT
, class traits = char_traits<
charT
> >
22
template <class
CharT
>
24
: public std::basic_streambuf<
CharT
>
29
template <class
CharT
>
31
: public std::basic_istream<
CharT
>
33
typedef std::basic_istream<
CharT
> base;
34
test_istream(testbuf<
CharT
>* sb) : base(sb) {}
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.cons/
move.pass.cpp
12
// template <class
charT
, class traits = char_traits<
charT
> >
22
template <class
CharT
>
24
: public std::basic_streambuf<
CharT
>
29
template <class
CharT
>
31
: public std::basic_ostream<
CharT
>
33
typedef std::basic_ostream<
CharT
> base;
34
test_ostream(testbuf<
CharT
>* sb) : base(sb) {}
/external/clang/test/CXX/lex/lex.literal/lex.ext/
p11.cpp
8
template<typename
CharT
, X<
CharT
>...>
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
default.pass.cpp
14
// template <class
charT
, class traits = char_traits<
charT
> >
24
template <class
CharT
>
26
: public std::basic_streambuf<
CharT
>
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/
locales.pass.cpp
15
// template <class
charT
, class traits = char_traits<
charT
> >
26
template <class
CharT
>
28
: public std::basic_streambuf<
CharT
>
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
swap.pass.cpp
14
// template <class
charT
, class traits = char_traits<
charT
> >
24
template <class
CharT
>
26
: public std::basic_streambuf<
CharT
>
28
typedef std::basic_streambuf<
CharT
> base;
54
void setg(
CharT
* gbeg,
CharT
* gnext,
CharT
* gend)
58
void setp(
CharT
* pbeg,
CharT
* pend
[
all
...]
Completed in 769 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>