HomeSort by relevance Sort by last modified time
    Searched refs:front (Results 376 - 400 of 734) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 180 reference front() { function in class:list
184 const_reference front() const { function in class:list
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 205 reference front() { return *begin(); } function in class:slist
206 const_reference front() const { return *begin(); } function in class:slist
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 735 _Reference __r _IsUnused = __c.front();
740 _Const_reference __r _IsUnused = __c.front();
forward_list.h 744 front() function in class:forward_list
756 front() const function in class:forward_list
766 * @brief Constructs object in %forward_list at the front of the
771 * with Tp(std::forward<Args>(args)...) at the front of the list
783 * @brief Add data to the front of the %forward_list.
787 * element at the front of the %forward_list and assigns the given
    [all...]
stl_list.h 831 front() function in class:list
839 front() const function in class:list
868 * @brief Add data to the front of the %list.
872 * element at the front of the %list and assigns the given data
    [all...]
stl_vector.h 695 front() function in class:vector
703 front() const function in class:vector
727 * range. For a non-empty %vector, data() == &front().
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 180 reference front() { function in class:list
184 const_reference front() const { function in class:list
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 205 reference front() { return *begin(); } function in class:slist
206 const_reference front() const { return *begin(); } function in class:slist
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 735 _Reference __r _IsUnused = __c.front();
740 _Const_reference __r _IsUnused = __c.front();
forward_list.h 744 front() function in class:forward_list
756 front() const function in class:forward_list
766 * @brief Constructs object in %forward_list at the front of the
771 * with Tp(std::forward<Args>(args)...) at the front of the list
783 * @brief Add data to the front of the %forward_list.
787 * element at the front of the %forward_list and assigns the given
    [all...]
stl_list.h 831 front() function in class:list
839 front() const function in class:list
868 * @brief Add data to the front of the %list.
872 * element at the front of the %list and assigns the given data
    [all...]
stl_vector.h 695 front() function in class:vector
703 front() const function in class:vector
727 * range. For a non-empty %vector, data() == &front().
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 180 reference front() { function in class:list
184 const_reference front() const { function in class:list
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 205 reference front() { return *begin(); } function in class:slist
206 const_reference front() const { return *begin(); } function in class:slist
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
boost_concept_check.h 735 _Reference __r _IsUnused = __c.front();
740 _Const_reference __r _IsUnused = __c.front();
forward_list.h 744 front() function in class:forward_list
756 front() const function in class:forward_list
766 * @brief Constructs object in %forward_list at the front of the
771 * with Tp(std::forward<Args>(args)...) at the front of the list
783 * @brief Add data to the front of the %forward_list.
787 * element at the front of the %forward_list and assigns the given
    [all...]
stl_vector.h 695 front() function in class:vector
703 front() const function in class:vector
727 * range. For a non-empty %vector, data() == &front().
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
boost_concept_check.h 738 _Reference __r _IsUnused = __c.front();
743 _Const_reference __r _IsUnused = __c.front();