Searched refs:base (Results 126 - 150 of 3637) sorted by relevance

1234567891011>>

/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_comp_alloc.pass.cpp24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; typedef in struct:test
25 typedef typename base::container_type container_type;
26 typedef typename base::value_compare value_compare;
28 explicit test(const test_allocator<int>& a) : base(a) {}
30 : base(comp, a) {}
32 const test_allocator<int>& a) : base(comp, c, a) {}
35 const test_allocator<int>& a) : base(comp, std::move(c), a) {}
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
40 using base::c;
H A Dctor_comp_cont_alloc.pass.cpp35 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; typedef in struct:test
36 typedef typename base::container_type container_type;
37 typedef typename base::value_compare value_compare;
39 explicit test(const test_allocator<int>& a) : base(a) {}
41 : base(comp, a) {}
43 const test_allocator<int>& a) : base(comp, c, a) {}
46 const test_allocator<int>& a) : base(comp, std::move(c), a) {}
47 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
51 using base::c;
H A Dctor_comp_rcont_alloc.pass.cpp35 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; typedef in struct:test
36 typedef typename base::container_type container_type;
37 typedef typename base::value_compare value_compare;
39 explicit test(const test_allocator<int>& a) : base(a) {}
41 : base(comp, a) {}
43 const test_allocator<int>& a) : base(comp, c, a) {}
46 const test_allocator<int>& a) : base(comp, std::move(c), a) {}
47 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
51 using base::c;
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dpbackfail.pass.cpp23 typedef std::basic_filebuf<CharT> base; typedef in struct:test_buf
24 typedef typename base::char_type char_type;
25 typedef typename base::int_type int_type;
26 typedef typename base::traits_type traits_type;
28 char_type* eback() const {return base::eback();}
29 char_type* gptr() const {return base::gptr();}
30 char_type* egptr() const {return base::egptr();}
31 void gbump(int n) {base::gbump(n);}
33 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);}
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
H A Dbasic_ios.pass.cpp25 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof()) argument
40 if (__c != base::traits_type::eof())
45 base::setp(const_cast<CharT*>(str_.data()),
47 base::pbump(n+1);
H A Dios_base.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof()) argument
39 if (__c != base::traits_type::eof())
44 base::setp(const_cast<CharT*>(str_.data()),
46 base::pbump(n+1);
H A Dostream.pass.cpp25 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof()) argument
40 if (__c != base::traits_type::eof())
45 base::setp(const_cast<CharT*>(str_.data()),
47 base::pbump(n+1);
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Ddouble.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof()) argument
39 if (__c != base::traits_type::eof())
44 base::setp(const_cast<CharT*>(str_.data()),
46 base::pbump(n+1);
H A Dfloat.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof()) argument
39 if (__c != base::traits_type::eof())
44 base::setp(const_cast<CharT*>(str_.data()),
46 base::pbump(n+1);
H A Dint.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof()) argument
39 if (__c != base::traits_type::eof())
44 base::setp(const_cast<CharT*>(str_.data()),
46 base::pbump(n+1);
H A Dlong.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof()) argument
39 if (__c != base::traits_type::eof())
44 base::setp(const_cast<CharT*>(str_.data()),
46 base::pbump(n+1);
H A Dlong_double.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof()) argument
39 if (__c != base::traits_type::eof())
44 base::setp(const_cast<CharT*>(str_.data()),
46 base::pbump(n+1);
H A Dlong_long.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof()) argument
39 if (__c != base::traits_type::eof())
44 base::setp(const_cast<CharT*>(str_.data()),
46 base::pbump(n+1);
H A Dpointer.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof()) argument
39 if (__c != base::traits_type::eof())
44 base::setp(const_cast<CharT*>(str_.data()),
46 base::pbump(n+1);
H A Dshort.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof()) argument
39 if (__c != base::traits_type::eof())
44 base::setp(const_cast<CharT*>(str_.data()),
46 base::pbump(n+1);
H A Dunsigned_int.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof()) argument
39 if (__c != base::traits_type::eof())
44 base::setp(const_cast<CharT*>(str_.data()),
46 base::pbump(n+1);
H A Dunsigned_long.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof()) argument
39 if (__c != base::traits_type::eof())
44 base::setp(const_cast<CharT*>(str_.data()),
46 base::pbump(n+1);
H A Dunsigned_long_long.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof()) argument
39 if (__c != base::traits_type::eof())
44 base::setp(const_cast<CharT*>(str_.data()),
46 base::pbump(n+1);
H A Dunsigned_short.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof()) argument
39 if (__c != base::traits_type::eof())
44 base::setp(const_cast<CharT*>(str_.data()),
46 base::pbump(n+1);
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
H A Dchar.pass.cpp25 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof()) argument
40 if (__c != base::traits_type::eof())
45 base::setp(const_cast<CharT*>(str_.data()),
47 base::pbump(n+1);
H A Dchar_pointer.pass.cpp25 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof()) argument
40 if (__c != base::traits_type::eof())
45 base::setp(const_cast<CharT*>(str_.data()),
47 base::pbump(n+1);
H A Dsigned_char.pass.cpp25 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof()) argument
40 if (__c != base::traits_type::eof())
45 base::setp(const_cast<CharT*>(str_.data()),
47 base::pbump(n+1);
H A Dsigned_char_pointer.pass.cpp25 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof()) argument
40 if (__c != base::traits_type::eof())
45 base::setp(const_cast<CharT*>(str_.data()),
47 base::pbump(n+1);
H A Dunsigned_char.pass.cpp25 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof()) argument
40 if (__c != base::traits_type::eof())
45 base::setp(const_cast<CharT*>(str_.data()),
47 base::pbump(n+1);
H A Dunsigned_char_pointer.pass.cpp25 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof()) argument
40 if (__c != base::traits_type::eof())
45 base::setp(const_cast<CharT*>(str_.data()),
47 base::pbump(n+1);

Completed in 265 milliseconds

1234567891011>>