OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pbackfail
(Results
1 - 25
of
44
) sorted by null
1
2
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
pbackfail.pass.cpp
14
// int_type
pbackfail
(int_type c = EOF);
28
virtual int_type
pbackfail
(int_type c = EOF) {return base::
pbackfail
(c);}
function in struct:test
41
assert(sb.
pbackfail
('3') == '3');
42
assert(sb.
pbackfail
('3') == EOF);
43
assert(sb.
pbackfail
('2') == '2');
44
assert(sb.
pbackfail
(EOF) != EOF);
45
assert(sb.
pbackfail
(EOF) == EOF);
56
assert(sb.
pbackfail
('3') == '3');
57
assert(sb.
pbackfail
('3') == '3')
[
all
...]
/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
pbackfail.pass.cpp
15
// int_type
pbackfail
(int_type c = traits::eof());
30
pbackfail
(typename base::int_type c = base::traits_type::eof())
function in struct:testbuf
31
{return base::
pbackfail
(c);}
40
tb.
pbackfail
();
49
assert(sb.
pbackfail
('3') == '3');
50
assert(sb.
pbackfail
('3') == std::char_traits<char>::eof());
51
assert(sb.
pbackfail
('2') == '2');
52
assert(sb.
pbackfail
(std::char_traits<char>::eof()) != std::char_traits<char>::eof());
53
assert(sb.
pbackfail
(std::char_traits<char>::eof()) == std::char_traits<char>::eof());
63
assert(sb.
pbackfail
('3') == '3')
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
pbackfail.pass.cpp
14
// int_type
pbackfail
(int_type c = EOF);
28
virtual int_type
pbackfail
(int_type c = EOF) {return base::
pbackfail
(c);}
function in struct:test
41
assert(sb.
pbackfail
('3') == '3');
42
assert(sb.
pbackfail
('3') == EOF);
43
assert(sb.
pbackfail
('2') == '2');
44
assert(sb.
pbackfail
(EOF) != EOF);
45
assert(sb.
pbackfail
(EOF) == EOF);
56
assert(sb.
pbackfail
('3') == '3');
57
assert(sb.
pbackfail
('3') == '3')
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
pbackfail.pass.cpp
15
// int_type
pbackfail
(int_type c = traits::eof());
30
pbackfail
(typename base::int_type c = base::type_traits::eof())
function in struct:testbuf
31
{return base::
pbackfail
(c);}
45
assert(sb.
pbackfail
('3') == '3');
46
assert(sb.
pbackfail
('3') == std::char_traits<char>::eof());
47
assert(sb.
pbackfail
('2') == '2');
48
assert(sb.
pbackfail
(std::char_traits<char>::eof()) != std::char_traits<char>::eof());
49
assert(sb.
pbackfail
(std::char_traits<char>::eof()) == std::char_traits<char>::eof());
59
assert(sb.
pbackfail
('3') == '3');
60
assert(sb.
pbackfail
('3') == '3')
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
pbackfail.pass.cpp
14
// int_type
pbackfail
(int_type c = EOF);
28
virtual int_type
pbackfail
(int_type c = EOF) {return base::
pbackfail
(c);}
function in struct:test
41
assert(sb.
pbackfail
('3') == '3');
42
assert(sb.
pbackfail
('3') == EOF);
43
assert(sb.
pbackfail
('2') == '2');
44
assert(sb.
pbackfail
(EOF) != EOF);
45
assert(sb.
pbackfail
(EOF) == EOF);
56
assert(sb.
pbackfail
('3') == '3');
57
assert(sb.
pbackfail
('3') == '3')
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
pbackfail.pass.cpp
15
// int_type
pbackfail
(int_type c = traits::eof());
30
pbackfail
(typename base::int_type c = base::traits_type::eof())
function in struct:testbuf
31
{return base::
pbackfail
(c);}
40
tb.
pbackfail
();
49
assert(sb.
pbackfail
('3') == '3');
50
assert(sb.
pbackfail
('3') == std::char_traits<char>::eof());
51
assert(sb.
pbackfail
('2') == '2');
52
assert(sb.
pbackfail
(std::char_traits<char>::eof()) != std::char_traits<char>::eof());
53
assert(sb.
pbackfail
(std::char_traits<char>::eof()) == std::char_traits<char>::eof());
63
assert(sb.
pbackfail
('3') == '3')
[
all
...]
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
sputbackc.pass.cpp
35
int_type
pbackfail
(int_type = traits_type::eof())
function in struct:test
sungetc.pass.cpp
35
int_type
pbackfail
(int_type = traits_type::eof())
function in struct:test
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
sputbackc.pass.cpp
35
int_type
pbackfail
(int_type c = traits_type::eof())
function in struct:test
sungetc.pass.cpp
35
int_type
pbackfail
(int_type c = traits_type::eof())
function in struct:test
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
sputbackc.pass.cpp
35
int_type
pbackfail
(int_type = traits_type::eof())
function in struct:test
sungetc.pass.cpp
35
int_type
pbackfail
(int_type = traits_type::eof())
function in struct:test
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
pbackfail.pass.cpp
12
// int_type
pbackfail
(int_type c = traits::eof());
33
virtual int_type
pbackfail
(int_type c = traits_type::eof()) {return base::
pbackfail
(c);}
function in struct:test_buf
44
assert(f.
pbackfail
('a') == -1);
52
assert(f.
pbackfail
('a') == 'a');
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
pbackfail.pass.cpp
14
// int_type
pbackfail
(int_type c = traits::eof());
38
virtual int_type
pbackfail
(int_type c = traits_type::eof()) {return base::
pbackfail
(c);}
function in struct:test_buf
48
assert(f.
pbackfail
(L'a') == test_buf::traits_type::eof());
55
assert(f.
pbackfail
(L'a') == test_buf::traits_type::eof());
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
pbackfail.pass.cpp
12
// int_type
pbackfail
(int_type c = traits::eof());
33
virtual int_type
pbackfail
(int_type c = traits_type::eof()) {return base::
pbackfail
(c);}
function in struct:test_buf
44
assert(f.
pbackfail
('a') == -1);
52
assert(f.
pbackfail
('a') == 'a');
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
pbackfail.pass.cpp
14
// int_type
pbackfail
(int_type c = traits::eof());
38
virtual int_type
pbackfail
(int_type c = traits_type::eof()) {return base::
pbackfail
(c);}
function in struct:test_buf
48
assert(f.
pbackfail
(L'a') == test_buf::traits_type::eof());
55
assert(f.
pbackfail
(L'a') == test_buf::traits_type::eof());
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
pbackfail.pass.cpp
12
// int_type
pbackfail
(int_type c = traits::eof());
33
virtual int_type
pbackfail
(int_type c = traits_type::eof()) {return base::
pbackfail
(c);}
function in struct:test_buf
44
assert(f.
pbackfail
('a') == -1);
52
assert(f.
pbackfail
('a') == 'a');
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
pbackfail.pass.cpp
14
// int_type
pbackfail
(int_type c = traits::eof());
38
virtual int_type
pbackfail
(int_type c = traits_type::eof()) {return base::
pbackfail
(c);}
function in struct:test_buf
48
assert(f.
pbackfail
(L'a') == test_buf::traits_type::eof());
55
assert(f.
pbackfail
(L'a') == test_buf::traits_type::eof());
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h
70
// Last character gotten. This is used when
pbackfail
is
116
pbackfail
(int_type __c = traits_type::eof())
function in class:stdio_sync_filebuf
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h
70
// Last character gotten. This is used when
pbackfail
is
116
pbackfail
(int_type __c = traits_type::eof())
function in class:stdio_sync_filebuf
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h
70
// Last character gotten. This is used when
pbackfail
is
116
pbackfail
(int_type __c = traits_type::eof())
function in class:stdio_sync_filebuf
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h
70
// Last character gotten. This is used when
pbackfail
is
116
pbackfail
(int_type __c = traits_type::eof())
function in class:stdio_sync_filebuf
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_sstream.h
81
virtual int_type
pbackfail
(int_type __c);
83
int_type
pbackfail
() {return
pbackfail
(_Traits::eof());}
function in class:basic_stringbuf
_streambuf.c
150
basic_streambuf<_CharT, _Traits>::
pbackfail
(int_type) {
function in class:_Traits
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h
70
// Last character gotten. This is used when
pbackfail
is
116
pbackfail
(int_type __c = traits_type::eof())
function in class:stdio_sync_filebuf
Completed in 362 milliseconds
1
2