/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | 9 * or implied. Any use is at your own risk. 68 * First, basic_string always stores a null character at the end; 96 // a block of memory whose size is at least n + 1. 437 const_reference at(size_type __n) const { function in class:basic_string 443 reference at(size_type __n) { function in class:basic_string [all...] |
_vector.h | 16 * or implied. Any use is at your own risk. 210 reference at(size_type __n) { _M_range_check(__n); return (*this)[__n]; } function in class:vector 211 const_reference at(size_type __n) const { _M_range_check(__n); return (*this)[__n]; } function in class:vector
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_bvector.h | 9 // Free Software Foundation; either version 3, or (at your option) 702 at(size_type __n) function in class:vector 706 at(size_type __n) const function in class:vector
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
vstring.h | 8 // Free Software Foundation; either version 3, or (at your option) 217 * NB: @a __s must have at least @a __n characters, '\\0' has no special 525 * see at().) 542 * see at().) Unshares the string. 566 at(size_type __n) const function in class:__versa_string 569 std::__throw_out_of_range(__N("__versa_string::at")); 585 at(size_type __n) function in class:__versa_string 588 std::__throw_out_of_range(__N("__versa_string::at")); 595 * Returns a read/write reference to the data at the first 603 * Returns a read-only (constant) reference to the data at the firs [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
vstring.h | 9 // Free Software Foundation; either version 3, or (at your option) 222 * NB: @a __s must have at least @a __n characters, '\\0' has no special 543 * see at().) 560 * see at().) Unshares the string. 584 at(size_type __n) const function in class:__versa_string 587 std::__throw_out_of_range(__N("__versa_string::at")); 603 at(size_type __n) function in class:__versa_string 606 std::__throw_out_of_range(__N("__versa_string::at")); 613 * Returns a read/write reference to the data at the first 621 * Returns a read-only (constant) reference to the data at the firs [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
vstring.h | 9 // Free Software Foundation; either version 3, or (at your option) 222 * NB: @a __s must have at least @a __n characters, '\\0' has no special 543 * see at().) 560 * see at().) Unshares the string. 584 at(size_type __n) const function in class:__versa_string 587 std::__throw_out_of_range(__N("__versa_string::at")); 603 at(size_type __n) function in class:__versa_string 606 std::__throw_out_of_range(__N("__versa_string::at")); 613 * Returns a read/write reference to the data at the first 621 * Returns a read-only (constant) reference to the data at the firs [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_bvector.h | 9 // Free Software Foundation; either version 3, or (at your option) 702 at(size_type __n) function in class:vector 706 at(size_type __n) const function in class:vector
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | 8 // Free Software Foundation; either version 3, or (at your option) 217 * NB: @a __s must have at least @a __n characters, '\\0' has no special 525 * see at().) 542 * see at().) Unshares the string. 566 at(size_type __n) const function in class:__versa_string 569 std::__throw_out_of_range(__N("__versa_string::at")); 585 at(size_type __n) function in class:__versa_string 588 std::__throw_out_of_range(__N("__versa_string::at")); 595 * Returns a read/write reference to the data at the first 603 * Returns a read-only (constant) reference to the data at the firs [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | 9 * or implied. Any use is at your own risk. 68 * First, basic_string always stores a null character at the end; 96 // a block of memory whose size is at least n + 1. 437 const_reference at(size_type __n) const { function in class:basic_string 443 reference at(size_type __n) { function in class:basic_string [all...] |
_vector.h | 16 * or implied. Any use is at your own risk. 210 reference at(size_type __n) { _M_range_check(__n); return (*this)[__n]; } function in class:vector 211 const_reference at(size_type __n) const { _M_range_check(__n); return (*this)[__n]; } function in class:vector
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_bvector.h | 9 // Free Software Foundation; either version 3, or (at your option) 702 at(size_type __n) function in class:vector 706 at(size_type __n) const function in class:vector
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | 8 // Free Software Foundation; either version 3, or (at your option) 217 * NB: @a __s must have at least @a __n characters, '\\0' has no special 525 * see at().) 542 * see at().) Unshares the string. 566 at(size_type __n) const function in class:__versa_string 569 std::__throw_out_of_range(__N("__versa_string::at")); 585 at(size_type __n) function in class:__versa_string 588 std::__throw_out_of_range(__N("__versa_string::at")); 595 * Returns a read/write reference to the data at the first 603 * Returns a read-only (constant) reference to the data at the firs [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | 9 * or implied. Any use is at your own risk. 68 * First, basic_string always stores a null character at the end; 96 // a block of memory whose size is at least n + 1. 437 const_reference at(size_type __n) const { function in class:basic_string 443 reference at(size_type __n) { function in class:basic_string [all...] |
_vector.h | 16 * or implied. Any use is at your own risk. 210 reference at(size_type __n) { _M_range_check(__n); return (*this)[__n]; } function in class:vector 211 const_reference at(size_type __n) const { _M_range_check(__n); return (*this)[__n]; } function in class:vector
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_bvector.h | 9 // Free Software Foundation; either version 3, or (at your option) 702 at(size_type __n) function in class:vector 706 at(size_type __n) const function in class:vector
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | 8 // Free Software Foundation; either version 3, or (at your option) 217 * NB: @a __s must have at least @a __n characters, '\\0' has no special 525 * see at().) 542 * see at().) Unshares the string. 566 at(size_type __n) const function in class:__versa_string 569 std::__throw_out_of_range(__N("__versa_string::at")); 585 at(size_type __n) function in class:__versa_string 588 std::__throw_out_of_range(__N("__versa_string::at")); 595 * Returns a read/write reference to the data at the first 603 * Returns a read-only (constant) reference to the data at the firs [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | 9 * or implied. Any use is at your own risk. 68 * First, basic_string always stores a null character at the end; 96 // a block of memory whose size is at least n + 1. 437 const_reference at(size_type __n) const { function in class:basic_string 443 reference at(size_type __n) { function in class:basic_string [all...] |
_vector.h | 16 * or implied. Any use is at your own risk. 210 reference at(size_type __n) { _M_range_check(__n); return (*this)[__n]; } function in class:vector 211 const_reference at(size_type __n) const { _M_range_check(__n); return (*this)[__n]; } function in class:vector
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_bvector.h | 9 // Free Software Foundation; either version 3, or (at your option) 702 at(size_type __n) function in class:vector 706 at(size_type __n) const function in class:vector
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
vstring.h | 8 // Free Software Foundation; either version 3, or (at your option) 217 * NB: @a __s must have at least @a __n characters, '\\0' has no special 525 * see at().) 542 * see at().) Unshares the string. 566 at(size_type __n) const function in class:__versa_string 569 std::__throw_out_of_range(__N("__versa_string::at")); 585 at(size_type __n) function in class:__versa_string 588 std::__throw_out_of_range(__N("__versa_string::at")); 595 * Returns a read/write reference to the data at the first 603 * Returns a read-only (constant) reference to the data at the firs [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
vstring.h | 9 // Free Software Foundation; either version 3, or (at your option) 222 * NB: @a __s must have at least @a __n characters, '\\0' has no special 543 * see at().) 560 * see at().) Unshares the string. 584 at(size_type __n) const function in class:__versa_string 587 std::__throw_out_of_range(__N("__versa_string::at")); 603 at(size_type __n) function in class:__versa_string 606 std::__throw_out_of_range(__N("__versa_string::at")); 613 * Returns a read/write reference to the data at the first 621 * Returns a read-only (constant) reference to the data at the firs [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
hashtable_policy.h | 8 // Free Software Foundation; either version 3, or (at your option) 354 // The only tricky part is that we're caching the element count at 424 // DR 761. unordered_map needs an at() member function. 426 at(const _Key& __k); 429 at(const _Key& __k) const; 471 at(const _Key& __k) function in class:__detail::_Map_base 479 __throw_out_of_range(__N("_Map_base::at")); 487 at(const _Key& __k) const function in class:__detail::_Map_base 495 __throw_out_of_range(__N("_Map_base::at")); [all...] |
stl_deque.h | 9 // Free Software Foundation; either version 3, or (at your option) 487 //standard container and at the same time makes use of the EBO 575 * at first. 648 * constant-time manipulation of elements at either end. 668 * map_size is at least 8. %map is an array of map_size 684 * /middle/ %map pointers will be valid, and the ones at the edges 888 * input iterators are used, then this will do at most 2N calls to the 1265 at(size_type __n) function in class:deque 1283 at(size_type __n) const function in class:deque [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | 9 * or implied. Any use is at your own risk. 68 * First, basic_string always stores a null character at the end; 96 // a block of memory whose size is at least n + 1. 437 const_reference at(size_type __n) const { function in class:basic_string 443 reference at(size_type __n) { function in class:basic_string [all...] |
_vector.h | 16 * or implied. Any use is at your own risk. 210 reference at(size_type __n) { _M_range_check(__n); return (*this)[__n]; } function in class:vector 211 const_reference at(size_type __n) const { _M_range_check(__n); return (*this)[__n]; } function in class:vector
|