HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 626 - 650 of 5760) sorted by null

<<21222324252627282930>>

  /external/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
ctor_queue_alloc.pass.cpp 36 typedef std::queue<T, C> base; typedef in struct:test
38 typedef typename base::container_type container_type;
40 explicit test(const allocator_type& a) : base(a) {}
41 test(const container_type& c, const allocator_type& a) : base(c, a) {}
42 test(const test& q, const allocator_type& a) : base(q, a) {}
ctor_rcontainer_alloc.pass.cpp 40 typedef std::queue<T, C> base; typedef in struct:test
42 typedef typename base::container_type container_type;
44 explicit test(const allocator_type& a) : base(a) {}
45 test(const container_type& c, const allocator_type& a) : base(c, a) {}
46 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
47 test(test&& q, const allocator_type& a) : base(std::move(q), a) {}
ctor_rqueue_alloc.pass.cpp 40 typedef std::queue<T, C> base; typedef in struct:test
42 typedef typename base::container_type container_type;
44 explicit test(const allocator_type& a) : base(a) {}
45 test(const container_type& c, const allocator_type& a) : base(c, a) {}
46 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
47 test(test&& q, const allocator_type& a) : base(std::move(q), a) {}
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
ctor_container_alloc.pass.cpp 37 typedef std::stack<int, C> base; typedef in struct:test
39 explicit test(const test_allocator<int>& a) : base(a) {}
40 test(const container_type& c, const test_allocator<int>& a) : base(c, a) {}
42 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {}
43 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
ctor_copy_alloc.pass.cpp 36 typedef std::stack<T, C> base; typedef in struct:test
38 typedef typename base::container_type container_type;
40 explicit test(const allocator_type& a) : base(a) {}
41 test(const container_type& c, const allocator_type& a) : base(c, a) {}
42 test(const test& q, const allocator_type& a) : base(q, a) {}
ctor_rcontainer_alloc.pass.cpp 40 typedef std::stack<T, C> base; typedef in struct:test
42 typedef typename base::container_type container_type;
44 explicit test(const allocator_type& a) : base(a) {}
45 test(const container_type& c, const allocator_type& a) : base(c, a) {}
46 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
47 test(test&& q, const allocator_type& a) : base(std::move(q), a) {}
ctor_rqueue_alloc.pass.cpp 40 typedef std::stack<T, C> base; typedef in struct:test
42 typedef typename base::container_type container_type;
44 explicit test(const allocator_type& a) : base(a) {}
45 test(const container_type& c, const allocator_type& a) : base(c, a) {}
46 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
47 test(test&& q, const allocator_type& a) : base(std::move(q), a) {}
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.current_path/
current_path.pass.cpp 72 const path base = StaticEnv::Dir; local
73 current_path(base);
  /external/libcxx/test/std/input.output/iostream.format/ext.manip/
put_money.pass.cpp 25 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 ch = base::traits_type::eof())
40 if (ch != base::traits_type::eof())
45 base::setp(const_cast<CharT*>(str_.data()),
47 base::pbump(n+1);
put_time.pass.cpp 25 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 ch = base::traits_type::eof())
40 if (ch != 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/input.streams/istream/istream_sentry/
ctor.pass.cpp 27 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
36 base::setg(const_cast<CharT*>(str_.data()),
41 CharT* eback() const {return base::eback();}
42 CharT* gptr() const {return base::gptr();}
43 CharT* egptr() const {return base::egptr();}
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
bool.pass.cpp 25 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
34 base::setg(const_cast<CharT*>(str_.data()),
39 CharT* eback() const {return base::eback();}
40 CharT* gptr() const {return base::gptr();}
41 CharT* egptr() const {return base::egptr();}
double.pass.cpp 25 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
34 base::setg(const_cast<CharT*>(str_.data()),
39 CharT* eback() const {return base::eback();}
40 CharT* gptr() const {return base::gptr();}
41 CharT* egptr() const {return base::egptr();}
float.pass.cpp 25 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
34 base::setg(const_cast<CharT*>(str_.data()),
39 CharT* eback() const {return base::eback();}
40 CharT* gptr() const {return base::gptr();}
41 CharT* egptr() const {return base::egptr();}
int.pass.cpp 25 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
34 base::setg(const_cast<CharT*>(str_.data()),
39 CharT* eback() const {return base::eback();}
40 CharT* gptr() const {return base::gptr();}
41 CharT* egptr() const {return base::egptr();}
long.pass.cpp 25 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
34 base::setg(const_cast<CharT*>(str_.data()),
39 CharT* eback() const {return base::eback();}
40 CharT* gptr() const {return base::gptr();}
41 CharT* egptr() const {return base::egptr();}
long_double.pass.cpp 25 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
34 base::setg(const_cast<CharT*>(str_.data()),
39 CharT* eback() const {return base::eback();}
40 CharT* gptr() const {return base::gptr();}
41 CharT* egptr() const {return base::egptr();}
long_long.pass.cpp 25 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
34 base::setg(const_cast<CharT*>(str_.data()),
39 CharT* eback() const {return base::eback();}
40 CharT* gptr() const {return base::gptr();}
41 CharT* egptr() const {return base::egptr();}
pointer.pass.cpp 29 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
38 base::setg(const_cast<CharT*>(str_.data()),
43 CharT* eback() const {return base::eback();}
44 CharT* gptr() const {return base::gptr();}
45 CharT* egptr() const {return base::egptr();}
short.pass.cpp 25 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
34 base::setg(const_cast<CharT*>(str_.data()),
39 CharT* eback() const {return base::eback();}
40 CharT* gptr() const {return base::gptr();}
41 CharT* egptr() const {return base::egptr();}
unsigned_int.pass.cpp 25 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
34 base::setg(const_cast<CharT*>(str_.data()),
39 CharT* eback() const {return base::eback();}
40 CharT* gptr() const {return base::gptr();}
41 CharT* egptr() const {return base::egptr();}
unsigned_long.pass.cpp 25 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
34 base::setg(const_cast<CharT*>(str_.data()),
39 CharT* eback() const {return base::eback();}
40 CharT* gptr() const {return base::gptr();}
41 CharT* egptr() const {return base::egptr();}
unsigned_long_long.pass.cpp 25 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
34 base::setg(const_cast<CharT*>(str_.data()),
39 CharT* eback() const {return base::eback();}
40 CharT* gptr() const {return base::gptr();}
41 CharT* egptr() const {return base::egptr();}
unsigned_short.pass.cpp 25 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
34 base::setg(const_cast<CharT*>(str_.data()),
39 CharT* eback() const {return base::eback();}
40 CharT* gptr() const {return base::gptr();}
41 CharT* egptr() const {return base::egptr();}
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
chart.pass.cpp 23 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
32 base::setg(const_cast<CharT*>(str_.data()),
37 CharT* eback() const {return base::eback();}
38 CharT* gptr() const {return base::gptr();}
39 CharT* egptr() const {return base::egptr();}

Completed in 157 milliseconds

<<21222324252627282930>>