HomeSort by relevance Sort by last modified time
    Searched defs:at (Results 326 - 350 of 462) sorted by null

<<111213141516171819

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 10 // Free Software Foundation; either version 3, or (at your option)
57 * @c push_back, @c at, and array access are supported.
85 * object at the front.
456 * NB: @a s must have at least @a n characters, '\\0' has no special
715 * see at().)
732 * see at().) Unshares the string.
756 at(size_type __n) const
759 __throw_out_of_range(__N("basic_string::at"));
775 at(size_type __n) function in class:basic_string
778 __throw_out_of_range(__N("basic_string::at"));
    [all...]
stl_deque.h 9 // Free Software Foundation; either version 3, or (at your option)
404 //standard container and at the same time makes use of the EBO
485 * at first.
558 * constant-time manipulation of elements at either end.
578 * map_size is at least 8. %map is an array of map_size
594 * /middle/ %map pointers will be valid, and the ones at the edges
771 * input iterators are used, then this will do at most 2N calls to the
1095 at(size_type __n) function in class:deque
1113 at(size_type __n) const function in class:deque
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 10 // Free Software Foundation; either version 3, or (at your option)
60 * @c push_back, @c at, and @c %array access are supported.
88 * object at the front.
475 * NB: @a s must have at least @a n characters, &apos;\\0&apos;
815 * see at().)
832 * see at().) Unshares the string.
856 at(size_type __n) const
859 __throw_out_of_range(__N("basic_string::at"));
865 * Returns a read/write reference to the data at the first
873 * Returns a read-only (constant) reference to the data at the firs
909 at(size_type __n) function in class:basic_string
    [all...]
stl_bvector.h 9 // Free Software Foundation; either version 3, or (at your option)
712 at(size_type __n) function in class:vector
716 at(size_type __n) const function in class:vector
stl_deque.h 9 // Free Software Foundation; either version 3, or (at your option)
485 //standard container and at the same time makes use of the EBO
566 * at first.
639 * constant-time manipulation of elements at either end.
659 * map_size is at least 8. %map is an array of map_size
675 * /middle/ %map pointers will be valid, and the ones at the edges
879 * input iterators are used, then this will do at most 2N calls to the
1256 at(size_type __n) function in class:deque
1274 at(size_type __n) const function in class:deque
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h 10 // Free Software Foundation; either version 3, or (at your option)
60 * @c push_back, @c at, and @c %array access are supported.
88 * object at the front.
475 * NB: @a s must have at least @a n characters, &apos;\\0&apos;
815 * see at().)
832 * see at().) Unshares the string.
856 at(size_type __n) const
859 __throw_out_of_range(__N("basic_string::at"));
865 * Returns a read/write reference to the data at the first
873 * Returns a read-only (constant) reference to the data at the firs
909 at(size_type __n) function in class:basic_string
    [all...]
stl_bvector.h 9 // Free Software Foundation; either version 3, or (at your option)
712 at(size_type __n) function in class:vector
716 at(size_type __n) const function in class:vector
stl_deque.h 9 // Free Software Foundation; either version 3, or (at your option)
485 //standard container and at the same time makes use of the EBO
566 * at first.
639 * constant-time manipulation of elements at either end.
659 * map_size is at least 8. %map is an array of map_size
675 * /middle/ %map pointers will be valid, and the ones at the edges
879 * input iterators are used, then this will do at most 2N calls to the
1256 at(size_type __n) function in class:deque
1274 at(size_type __n) const function in class:deque
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 10 // Free Software Foundation; either version 3, or (at your option)
57 * @c push_back, @c at, and array access are supported.
85 * object at the front.
456 * NB: @a s must have at least @a n characters, '\\0' has no special
715 * see at().)
732 * see at().) Unshares the string.
756 at(size_type __n) const
759 __throw_out_of_range(__N("basic_string::at"));
775 at(size_type __n) function in class:basic_string
778 __throw_out_of_range(__N("basic_string::at"));
    [all...]
stl_deque.h 9 // Free Software Foundation; either version 3, or (at your option)
404 //standard container and at the same time makes use of the EBO
485 * at first.
558 * constant-time manipulation of elements at either end.
578 * map_size is at least 8. %map is an array of map_size
594 * /middle/ %map pointers will be valid, and the ones at the edges
771 * input iterators are used, then this will do at most 2N calls to the
1095 at(size_type __n) function in class:deque
1113 at(size_type __n) const function in class:deque
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 16 * or implied. Any use is at your own risk.
502 reference at(size_type __n) function in class:__BVECTOR_QUALIFIED
504 const_reference at(size_type __n) const function in class:__BVECTOR_QUALIFIED
_deque.h 16 * or implied. Any use is at your own risk.
453 reference at(size_type __n) function in class:deque
455 const_reference at(size_type __n) const function in class:deque
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 10 // Free Software Foundation; either version 3, or (at your option)
57 * @c push_back, @c at, and array access are supported.
85 * object at the front.
456 * NB: @a s must have at least @a n characters, '\\0' has no special
715 * see at().)
732 * see at().) Unshares the string.
756 at(size_type __n) const
759 __throw_out_of_range(__N("basic_string::at"));
775 at(size_type __n) function in class:basic_string
778 __throw_out_of_range(__N("basic_string::at"));
    [all...]
stl_deque.h 9 // Free Software Foundation; either version 3, or (at your option)
404 //standard container and at the same time makes use of the EBO
485 * at first.
558 * constant-time manipulation of elements at either end.
578 * map_size is at least 8. %map is an array of map_size
594 * /middle/ %map pointers will be valid, and the ones at the edges
771 * input iterators are used, then this will do at most 2N calls to the
1095 at(size_type __n) function in class:deque
1113 at(size_type __n) const function in class:deque
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 16 * or implied. Any use is at your own risk.
502 reference at(size_type __n) function in class:__BVECTOR_QUALIFIED
504 const_reference at(size_type __n) const function in class:__BVECTOR_QUALIFIED
_deque.h 16 * or implied. Any use is at your own risk.
453 reference at(size_type __n) function in class:deque
455 const_reference at(size_type __n) const function in class:deque
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 10 // Free Software Foundation; either version 3, or (at your option)
57 * @c push_back, @c at, and array access are supported.
85 * object at the front.
456 * NB: @a s must have at least @a n characters, '\\0' has no special
715 * see at().)
732 * see at().) Unshares the string.
756 at(size_type __n) const
759 __throw_out_of_range(__N("basic_string::at"));
775 at(size_type __n) function in class:basic_string
778 __throw_out_of_range(__N("basic_string::at"));
    [all...]
stl_deque.h 9 // Free Software Foundation; either version 3, or (at your option)
404 //standard container and at the same time makes use of the EBO
485 * at first.
558 * constant-time manipulation of elements at either end.
578 * map_size is at least 8. %map is an array of map_size
594 * /middle/ %map pointers will be valid, and the ones at the edges
771 * input iterators are used, then this will do at most 2N calls to the
1095 at(size_type __n) function in class:deque
1113 at(size_type __n) const function in class:deque
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 16 * or implied. Any use is at your own risk.
502 reference at(size_type __n) function in class:__BVECTOR_QUALIFIED
504 const_reference at(size_type __n) const function in class:__BVECTOR_QUALIFIED
_deque.h 16 * or implied. Any use is at your own risk.
453 reference at(size_type __n) function in class:deque
455 const_reference at(size_type __n) const function in class:deque
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 10 // Free Software Foundation; either version 3, or (at your option)
57 * @c push_back, @c at, and array access are supported.
85 * object at the front.
456 * NB: @a s must have at least @a n characters, '\\0' has no special
715 * see at().)
732 * see at().) Unshares the string.
756 at(size_type __n) const
759 __throw_out_of_range(__N("basic_string::at"));
775 at(size_type __n) function in class:basic_string
778 __throw_out_of_range(__N("basic_string::at"));
    [all...]
stl_deque.h 9 // Free Software Foundation; either version 3, or (at your option)
404 //standard container and at the same time makes use of the EBO
485 * at first.
558 * constant-time manipulation of elements at either end.
578 * map_size is at least 8. %map is an array of map_size
594 * /middle/ %map pointers will be valid, and the ones at the edges
771 * input iterators are used, then this will do at most 2N calls to the
1095 at(size_type __n) function in class:deque
1113 at(size_type __n) const function in class:deque
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 10 // Free Software Foundation; either version 3, or (at your option)
60 * @c push_back, @c at, and @c %array access are supported.
88 * object at the front.
475 * NB: @a s must have at least @a n characters, &apos;\\0&apos;
815 * see at().)
832 * see at().) Unshares the string.
856 at(size_type __n) const
859 __throw_out_of_range(__N("basic_string::at"));
865 * Returns a read/write reference to the data at the first
873 * Returns a read-only (constant) reference to the data at the firs
909 at(size_type __n) function in class:basic_string
    [all...]
stl_bvector.h 9 // Free Software Foundation; either version 3, or (at your option)
712 at(size_type __n) function in class:vector
716 at(size_type __n) const function in class:vector
stl_deque.h 9 // Free Software Foundation; either version 3, or (at your option)
485 //standard container and at the same time makes use of the EBO
566 * at first.
639 * constant-time manipulation of elements at either end.
659 * map_size is at least 8. %map is an array of map_size
675 * /middle/ %map pointers will be valid, and the ones at the edges
879 * input iterators are used, then this will do at most 2N calls to the
1256 at(size_type __n) function in class:deque
1274 at(size_type __n) const function in class:deque
    [all...]

Completed in 832 milliseconds

<<111213141516171819