HomeSort by relevance Sort by last modified time
    Searched full:streambuf (Results 126 - 150 of 652) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 0 // Streambuf iterators
37 #include <streambuf>
98 /// Construct start of streambuf iterator.
103 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
118 /// Advance the iterator. Calls streambuf.sbumpc().
133 /// Advance the iterator. Calls streambuf.sbumpc().
227 /// Construct output iterator from streambuf.
231 /// Write character to streambuf. Calls streambuf.sputc().
272 // Overloads for streambuf iterators
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 0 // Streambuf iterators
37 #include <streambuf>
98 /// Construct start of streambuf iterator.
103 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
118 /// Advance the iterator. Calls streambuf.sbumpc().
133 /// Advance the iterator. Calls streambuf.sbumpc().
227 /// Construct output iterator from streambuf.
231 /// Write character to streambuf. Calls streambuf.sputc().
272 // Overloads for streambuf iterators
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 0 // Streambuf iterators
37 #include <streambuf>
98 /// Construct start of streambuf iterator.
103 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
118 /// Advance the iterator. Calls streambuf.sbumpc().
133 /// Advance the iterator. Calls streambuf.sbumpc().
227 /// Construct output iterator from streambuf.
231 /// Write character to streambuf. Calls streambuf.sputc().
272 // Overloads for streambuf iterators
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf_iterator.h 0 // Streambuf iterators
37 #include <streambuf>
98 /// Construct start of streambuf iterator.
103 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
118 /// Advance the iterator. Calls streambuf.sbumpc().
133 /// Advance the iterator. Calls streambuf.sbumpc().
227 /// Construct output iterator from streambuf.
231 /// Write character to streambuf. Calls streambuf.sputc().
272 // Overloads for streambuf iterators
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 0 // Streambuf iterators
37 #include <streambuf>
105 /// Construct start of streambuf iterator.
110 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
125 /// Advance the iterator. Calls streambuf.sbumpc().
140 /// Advance the iterator. Calls streambuf.sbumpc().
234 /// Construct output iterator from streambuf.
238 /// Write character to streambuf. Calls streambuf.sputc().
279 // Overloads for streambuf iterators
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 0 // Streambuf iterators
37 #include <streambuf>
117 /// Construct start of streambuf iterator.
122 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
137 /// Advance the iterator. Calls streambuf.sbumpc().
152 /// Advance the iterator. Calls streambuf.sbumpc().
246 /// Construct output iterator from streambuf.
250 /// Write character to streambuf. Calls streambuf.sputc().
291 // Overloads for streambuf iterators
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 0 // Streambuf iterators
37 #include <streambuf>
105 /// Construct start of streambuf iterator.
110 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
125 /// Advance the iterator. Calls streambuf.sbumpc().
140 /// Advance the iterator. Calls streambuf.sbumpc().
234 /// Construct output iterator from streambuf.
238 /// Write character to streambuf. Calls streambuf.sputc().
279 // Overloads for streambuf iterators
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 0 // Streambuf iterators
37 #include <streambuf>
117 /// Construct start of streambuf iterator.
122 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
137 /// Advance the iterator. Calls streambuf.sbumpc().
152 /// Advance the iterator. Calls streambuf.sbumpc().
246 /// Construct output iterator from streambuf.
250 /// Write character to streambuf. Calls streambuf.sputc().
291 // Overloads for streambuf iterators
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
streambuf_iterator.h 0 // Streambuf iterators
35 #include <streambuf>
115 /// Construct start of streambuf iterator.
120 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
135 /// Advance the iterator. Calls streambuf.sbumpc().
150 /// Advance the iterator. Calls streambuf.sbumpc().
244 /// Construct output iterator from streambuf.
248 /// Write character to streambuf. Calls streambuf.sputc().
289 // Overloads for streambuf iterators
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
clear.pass.cpp 17 #include <streambuf>
20 struct testbuf : public std::streambuf {};
exceptions_iostate.pass.cpp 17 #include <streambuf>
20 struct testbuf : public std::streambuf {};
setstate.pass.cpp 17 #include <streambuf>
20 struct testbuf : public std::streambuf {};
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /external/clang/INPUTS/
all-std-headers.cpp 45 #include <streambuf>
  /external/stlport/stlport/using/
iosfwd 26 using _STLP_NEW_IO_NAMESPACE::streambuf;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
setbuf.pass.cpp 14 // streambuf* setbuf(char* s, streamsize n);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/
types.pass.cpp 20 static_assert((std::is_base_of<std::streambuf, std::strstreambuf>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
basic_ios.pass.cpp 34 std::istream is((std::streambuf*)0);
ios_base.pass.cpp 32 std::istream is((std::streambuf*)0);
istream.pass.cpp 34 std::istream is((std::streambuf*)0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/
arrow.pass.cpp 18 #include <streambuf>

Completed in 303 milliseconds

1 2 3 4 56 7 8 91011>>