HomeSort by relevance Sort by last modified time
    Searched defs:stdio_filebuf (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_filebuf.h 25 /** @file ext/stdio_filebuf.h
47 * stdio_filebuf<char>.
50 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> class in inherits:std::basic_filebuf
65 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} function in class:stdio_filebuf
75 * closed when the stdio_filebuf is closed/destroyed.
77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
88 * stdio_filebuf is closed/destroyed.
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
98 ~stdio_filebuf();
123 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf(
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) function in class:stdio_filebuf
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, function in class:stdio_filebuf
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_filebuf.h 25 /** @file ext/stdio_filebuf.h
47 * stdio_filebuf<char>.
50 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> class in inherits:std::basic_filebuf
65 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} function in class:stdio_filebuf
75 * closed when the stdio_filebuf is closed/destroyed.
77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
88 * stdio_filebuf is closed/destroyed.
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
98 ~stdio_filebuf();
123 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf(
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) function in class:stdio_filebuf
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, function in class:stdio_filebuf
    [all...]
  /frameworks/native/services/vr/performanced/
stdio_filebuf.h 47 class stdio_filebuf class in namespace:android::dvr
57 explicit stdio_filebuf(FILE* __fp);
58 ~stdio_filebuf() override;
75 stdio_filebuf(const stdio_filebuf&);
76 stdio_filebuf& operator=(const stdio_filebuf&);
84 stdio_filebuf<_CharT>::stdio_filebuf(FILE* __fp) function in class:android::dvr::stdio_filebuf
92 stdio_filebuf<_CharT>::~stdio_filebuf()
    [all...]

Completed in 87 milliseconds