/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable_policy.h | 8 // Free Software Foundation; either version 3, or (at your option) 483 // The only tricky part is that we're caching the element count at 551 // DR 761. unordered_map needs an at() member function. 553 at(const _Key& __k); 556 at(const _Key& __k) const; 584 at(const _Key& __k) function in class:std::__detail::_Map_base 594 __throw_out_of_range(__N("_Map_base::at")); 602 at(const _Key& __k) const function in class:std::__detail::_Map_base 612 __throw_out_of_range(__N("_Map_base::at"));
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 6 * or implied. Any use is at your own risk. 119 const_reference at(size_type __n) const function in class:__bstr_sum 120 { return _M_get_storage().at(__n); }
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 6 * or implied. Any use is at your own risk. 144 reference at(size_type __n) function in class:deque 145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); } 146 const_reference at(size_type __n) const function in class:deque 147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | 9 // Free Software Foundation; either version 3, or (at your option) 293 * used, then this will do at most 2N calls to the copy 607 * see at().) 630 * see at().) 645 /// Safety check used only from at(). 666 at(size_type __n) function in class:vector 684 at(size_type __n) const function in class:vector 691 * Returns a read/write reference to the data at the first 699 * Returns a read-only (constant) reference to the data at the first 707 * Returns a read/write reference to the data at the las [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable_policy.h | 8 // Free Software Foundation; either version 3, or (at your option) 483 // The only tricky part is that we're caching the element count at 551 // DR 761. unordered_map needs an at() member function. 553 at(const _Key& __k); 556 at(const _Key& __k) const; 584 at(const _Key& __k) function in class:std::__detail::_Map_base 594 __throw_out_of_range(__N("_Map_base::at")); 602 at(const _Key& __k) const function in class:std::__detail::_Map_base 612 __throw_out_of_range(__N("_Map_base::at"));
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 6 * or implied. Any use is at your own risk. 119 const_reference at(size_type __n) const function in class:__bstr_sum 120 { return _M_get_storage().at(__n); }
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 6 * or implied. Any use is at your own risk. 144 reference at(size_type __n) function in class:deque 145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); } 146 const_reference at(size_type __n) const function in class:deque 147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); }
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | 9 // Free Software Foundation; either version 3, or (at your option) 293 * used, then this will do at most 2N calls to the copy 607 * see at().) 630 * see at().) 645 /// Safety check used only from at(). 666 at(size_type __n) function in class:vector 684 at(size_type __n) const function in class:vector 691 * Returns a read/write reference to the data at the first 699 * Returns a read-only (constant) reference to the data at the first 707 * Returns a read/write reference to the data at the las [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable_policy.h | 8 // Free Software Foundation; either version 3, or (at your option) 483 // The only tricky part is that we're caching the element count at 551 // DR 761. unordered_map needs an at() member function. 553 at(const _Key& __k); 556 at(const _Key& __k) const; 584 at(const _Key& __k) function in class:std::__detail::_Map_base 594 __throw_out_of_range(__N("_Map_base::at")); 602 at(const _Key& __k) const function in class:std::__detail::_Map_base 612 __throw_out_of_range(__N("_Map_base::at"));
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 6 * or implied. Any use is at your own risk. 119 const_reference at(size_type __n) const function in class:__bstr_sum 120 { return _M_get_storage().at(__n); }
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 6 * or implied. Any use is at your own risk. 144 reference at(size_type __n) function in class:deque 145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); } 146 const_reference at(size_type __n) const function in class:deque 147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_vector.h | 9 // Free Software Foundation; either version 3, or (at your option) 293 * used, then this will do at most 2N calls to the copy 607 * see at().) 630 * see at().) 645 /// Safety check used only from at(). 666 at(size_type __n) function in class:vector 684 at(size_type __n) const function in class:vector 691 * Returns a read/write reference to the data at the first 699 * Returns a read-only (constant) reference to the data at the first 707 * Returns a read/write reference to the data at the las [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
hashtable_policy.h | 8 // Free Software Foundation; either version 3, or (at your option) 483 // The only tricky part is that we're caching the element count at 551 // DR 761. unordered_map needs an at() member function. 553 at(const _Key& __k); 556 at(const _Key& __k) const; 584 at(const _Key& __k) function in class:std::__detail::_Map_base 594 __throw_out_of_range(__N("_Map_base::at")); 602 at(const _Key& __k) const function in class:std::__detail::_Map_base 612 __throw_out_of_range(__N("_Map_base::at"));
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
hashtable_policy.h | 8 // Free Software Foundation; either version 3, or (at your option) 456 // The only tricky part is that we're caching the element count at 526 // DR 761. unordered_map needs an at() member function. 528 at(const _Key& __k); 531 at(const _Key& __k) const; 577 at(const _Key& __k) function in class:__detail::_Map_base 587 __throw_out_of_range(__N("_Map_base::at")); 595 at(const _Key& __k) const function in class:__detail::_Map_base 605 __throw_out_of_range(__N("_Map_base::at"));
|
stl_vector.h | 9 // Free Software Foundation; either version 3, or (at your option) 340 * used, then this will do at most 2N calls to the copy 737 * see at().) 760 * see at().) 775 /// Safety check used only from at(). 796 at(size_type __n) function in class:vector 814 at(size_type __n) const function in class:vector 821 * Returns a read/write reference to the data at the first 829 * Returns a read-only (constant) reference to the data at the first 837 * Returns a read/write reference to the data at the las [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_vector.h | 9 // Free Software Foundation; either version 3, or (at your option) 383 * used, then this will do at most 2N calls to the copy 747 * see at().) 762 * see at().) 769 /// Safety check used only from at(). 790 at(size_type __n) function in class:vector 808 at(size_type __n) const function in class:vector 815 * Returns a read/write reference to the data at the first 823 * Returns a read-only (constant) reference to the data at the first 831 * Returns a read/write reference to the data at the las [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring.h | 9 // Free Software Foundation; either version 3, or (at your option) 210 * NB: @a __s must have at least @a __n characters, '\\0' has no special 534 * see at().) 551 * see at().) Unshares the string. 575 at(size_type __n) const function in class:__versa_string 578 std::__throw_out_of_range(__N("__versa_string::at")); 594 at(size_type __n) function in class:__versa_string 597 std::__throw_out_of_range(__N("__versa_string::at")); 604 * Returns a read/write reference to the data at the first 612 * Returns a read-only (constant) reference to the data at the firs [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 6 * or implied. Any use is at your own risk. 119 const_reference at(size_type __n) const function in class:__bstr_sum 120 { return _M_get_storage().at(__n); }
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 6 * or implied. Any use is at your own risk. 144 reference at(size_type __n) function in class:deque 145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); } 146 const_reference at(size_type __n) const function in class:deque 147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); }
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_string_sum.h | 6 * or implied. Any use is at your own risk. 119 const_reference at(size_type __n) const function in class:__bstr_sum 120 { return _M_get_storage().at(__n); }
|