/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring.tcc | 616 // 211. operator>>(istream&, string&) doesn't set failbit 618 __err |= __ios_base::failbit; 677 __err |= __ios_base::failbit; 693 __err |= __ios_base::failbit;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
vstring.tcc | 615 // 211. operator>>(istream&, string&) doesn't set failbit 617 __err |= __ios_base::failbit; 676 __err |= __ios_base::failbit; 692 __err |= __ios_base::failbit;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_facets_nonio.h | 413 * the end, err |= ios_base::failbit. If parsing reads all the 438 * the end, err |= ios_base::failbit. If parsing reads all the 466 * If an error occurs before the end, err |= ios_base::failbit. If 494 * If an error occurs before the end, err |= ios_base::failbit. If 521 * If an error occurs before the end, err |= ios_base::failbit. If [all...] |
basic_ios.h | 185 * @return True if either the badbit or the failbit is set. 192 { return (this->rdstate() & (badbit | failbit)) != 0; }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
locale_facets_nonio.h | 420 * the end, err |= ios_base::failbit. If parsing reads all the 445 * the end, err |= ios_base::failbit. If parsing reads all the 473 * If an error occurs before the end, err |= ios_base::failbit. If 501 * If an error occurs before the end, err |= ios_base::failbit. If 528 * If an error occurs before the end, err |= ios_base::failbit. If [all...] |
basic_ios.h | 187 * @return True if either the badbit or the failbit is set. 194 { return (this->rdstate() & (badbit | failbit)) != 0; }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
locale_facets_nonio.h | 420 * the end, err |= ios_base::failbit. If parsing reads all the 445 * the end, err |= ios_base::failbit. If parsing reads all the 473 * If an error occurs before the end, err |= ios_base::failbit. If 501 * If an error occurs before the end, err |= ios_base::failbit. If 528 * If an error occurs before the end, err |= ios_base::failbit. If [all...] |
basic_ios.h | 187 * @return True if either the badbit or the failbit is set. 194 { return (this->rdstate() & (badbit | failbit)) != 0; }
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets_nonio.h | 413 * the end, err |= ios_base::failbit. If parsing reads all the 438 * the end, err |= ios_base::failbit. If parsing reads all the 466 * If an error occurs before the end, err |= ios_base::failbit. If 494 * If an error occurs before the end, err |= ios_base::failbit. If 521 * If an error occurs before the end, err |= ios_base::failbit. If [all...] |
basic_ios.h | 185 * @return True if either the badbit or the failbit is set. 192 { return (this->rdstate() & (badbit | failbit)) != 0; }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets_nonio.h | 413 * the end, err |= ios_base::failbit. If parsing reads all the 438 * the end, err |= ios_base::failbit. If parsing reads all the 466 * If an error occurs before the end, err |= ios_base::failbit. If 494 * If an error occurs before the end, err |= ios_base::failbit. If 521 * If an error occurs before the end, err |= ios_base::failbit. If [all...] |
basic_ios.h | 185 * @return True if either the badbit or the failbit is set. 192 { return (this->rdstate() & (badbit | failbit)) != 0; }
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets_nonio.h | 413 * the end, err |= ios_base::failbit. If parsing reads all the 438 * the end, err |= ios_base::failbit. If parsing reads all the 466 * If an error occurs before the end, err |= ios_base::failbit. If 494 * If an error occurs before the end, err |= ios_base::failbit. If 521 * If an error occurs before the end, err |= ios_base::failbit. If [all...] |
basic_ios.h | 185 * @return True if either the badbit or the failbit is set. 192 { return (this->rdstate() & (badbit | failbit)) != 0; }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
locale_facets_nonio.h | 413 * the end, err |= ios_base::failbit. If parsing reads all the 438 * the end, err |= ios_base::failbit. If parsing reads all the 466 * If an error occurs before the end, err |= ios_base::failbit. If 494 * If an error occurs before the end, err |= ios_base::failbit. If 521 * If an error occurs before the end, err |= ios_base::failbit. If [all...] |
basic_ios.h | 185 * @return True if either the badbit or the failbit is set. 192 { return (this->rdstate() & (badbit | failbit)) != 0; }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_facets_nonio.h | 420 * the end, err |= ios_base::failbit. If parsing reads all the 445 * the end, err |= ios_base::failbit. If parsing reads all the 473 * If an error occurs before the end, err |= ios_base::failbit. If 501 * If an error occurs before the end, err |= ios_base::failbit. If 528 * If an error occurs before the end, err |= ios_base::failbit. If [all...] |
basic_ios.h | 187 * @return True if either the badbit or the failbit is set. 194 { return (this->rdstate() & (badbit | failbit)) != 0; }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets_nonio.h | 420 * the end, err |= ios_base::failbit. If parsing reads all the 445 * the end, err |= ios_base::failbit. If parsing reads all the 473 * If an error occurs before the end, err |= ios_base::failbit. If 501 * If an error occurs before the end, err |= ios_base::failbit. If 528 * If an error occurs before the end, err |= ios_base::failbit. If [all...] |
basic_ios.h | 187 * @return True if either the badbit or the failbit is set. 194 { return (this->rdstate() & (badbit | failbit)) != 0; }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_facets_nonio.h | 420 * the end, err |= ios_base::failbit. If parsing reads all the 445 * the end, err |= ios_base::failbit. If parsing reads all the 473 * If an error occurs before the end, err |= ios_base::failbit. If 501 * If an error occurs before the end, err |= ios_base::failbit. If 528 * If an error occurs before the end, err |= ios_base::failbit. If [all...] |
basic_ios.h | 187 * @return True if either the badbit or the failbit is set. 194 { return (this->rdstate() & (badbit | failbit)) != 0; }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets_nonio.h | 420 * the end, err |= ios_base::failbit. If parsing reads all the 445 * the end, err |= ios_base::failbit. If parsing reads all the 473 * If an error occurs before the end, err |= ios_base::failbit. If 501 * If an error occurs before the end, err |= ios_base::failbit. If 528 * If an error occurs before the end, err |= ios_base::failbit. If [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
locale_facets_nonio.h | 420 * the end, err |= ios_base::failbit. If parsing reads all the 445 * the end, err |= ios_base::failbit. If parsing reads all the 473 * If an error occurs before the end, err |= ios_base::failbit. If 501 * If an error occurs before the end, err |= ios_base::failbit. If 528 * If an error occurs before the end, err |= ios_base::failbit. If [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
complex | [all...] |