Searched refs:front (Results 1 - 25 of 419) sorted by relevance

1234567891011>>

/prebuilts/misc/common/swig/include/2.0.11/lua/
H A Dstd_vector.i38 T front()const; // only read front & back
H A D_std_common.i19 note: I allow front(), back() & pop_back() to throw exceptions
34 T front()const throw (std::out_of_range){ // only read front & back
36 throw std::out_of_range("in "#CLASS"::front()");
37 return self->front();
47 /* push/pop for front/back
48 also note: front & back are read only methods, not used for writing
/prebuilts/misc/common/swig/include/2.0.11/ruby/
H A Drubystdautodoc.swg26 AUTODOC(front, "Return the first element in $class");
H A Dstd_common.i39 instantiations required using %template). The STL containers define the 'front' method and the typemap
40 below is used whenever the front method is wrapped returning an enum. This typemap simply picks up the
64 %typemap(out, fragment="SWIG_Traits_enum_"{Type}) const enum SWIGTYPE& front %{$typemap(out, const enum SWIGTYPE&)%}
/prebuilts/misc/common/swig/include/2.0.11/octave/
H A Dstd_common.i36 instantiations required using %template). The STL containers define the 'front' method and the typemap
37 below is used whenever the front method is wrapped returning an enum. This typemap simply picks up the
61 %typemap(out, fragment="SWIG_Traits_enum_"{Type}) const enum SWIGTYPE& front %{$typemap(out, const enum SWIGTYPE&)%}
/prebuilts/misc/common/swig/include/2.0.11/python/
H A Dstd_common.i38 instantiations required using %template). The STL containers define the 'front' method and the typemap
39 below is used whenever the front method is wrapped returning an enum. This typemap simply picks up the
63 %typemap(out, fragment="SWIG_Traits_enum_"{Type}) const enum SWIGTYPE& front %{$typemap(out, const enum SWIGTYPE&)%}
/prebuilts/misc/common/swig/include/2.0.11/r/
H A Dstd_common.i37 instantiations required using %template). The STL containers define the 'front' method and the typemap
38 below is used whenever the front method is wrapped returning an enum. This typemap simply picks up the
62 %typemap(out, fragment="SWIG_Traits_enum_"{Type}) const enum SWIGTYPE& front %{$typemap(out, const enum SWIGTYPE&)%}
/prebuilts/misc/common/swig/include/2.0.11/std/
H A Dstd_container.i63 const value_type& front() const;
84 value_type front() const;
H A Dstd_queue.i20 const value_type& front() const;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_queue.h96 reference front() { return c.front(); } function in class:queue
97 const_reference front() const { return c.front(); } function in class:queue
222 const_reference top() const { return c.front(); }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_queue.h96 reference front() { return c.front(); } function in class:queue
97 const_reference front() const { return c.front(); } function in class:queue
222 const_reference top() const { return c.front(); }
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_queue.h96 reference front() { return c.front(); } function in class:queue
97 const_reference front() const { return c.front(); } function in class:queue
222 const_reference top() const { return c.front(); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_queue.h84 * that supports @c front, @c back, @c push_back, and @c pop_front,
162 front() function in class:queue
165 return c.front();
173 front() const function in class:queue
176 return c.front();
335 * any type that supports @c front(), @c push_back, @c pop_back,
476 return c.front();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_queue.h84 * that supports @c front, @c back, @c push_back, and @c pop_front,
162 front() function in class:queue
165 return c.front();
173 front() const function in class:queue
176 return c.front();
335 * any type that supports @c front(), @c push_back, @c pop_back,
476 return c.front();
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_queue.h96 reference front() { return c.front(); } function in class:queue
97 const_reference front() const { return c.front(); } function in class:queue
222 const_reference top() const { return c.front(); }
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_queue.h96 reference front() { return c.front(); } function in class:queue
97 const_reference front() const { return c.front(); } function in class:queue
222 const_reference top() const { return c.front(); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_queue.h84 * that supports @c front, @c back, @c push_back, and @c pop_front,
162 front() function in class:queue
165 return c.front();
173 front() const function in class:queue
176 return c.front();
335 * any type that supports @c front(), @c push_back, @c pop_back,
476 return c.front();
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_queue.h96 reference front() { return c.front(); } function in class:queue
97 const_reference front() const { return c.front(); } function in class:queue
222 const_reference top() const { return c.front(); }
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_queue.h96 reference front() { return c.front(); } function in class:queue
97 const_reference front() const { return c.front(); } function in class:queue
222 const_reference top() const { return c.front(); }
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_queue.h84 * that supports @c front, @c back, @c push_back, and @c pop_front,
162 front() function in class:queue
165 return c.front();
173 front() const function in class:queue
176 return c.front();
335 * any type that supports @c front(), @c push_back, @c pop_back,
476 return c.front();
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_queue.h96 reference front() { return c.front(); } function in class:queue
97 const_reference front() const { return c.front(); } function in class:queue
222 const_reference top() const { return c.front(); }
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h98 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } function in class:vector
99 const_reference front() const { return cast_traits::to_value_type_cref(_M_impl.front()); } function in class:vector
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h98 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } function in class:vector
99 const_reference front() const { return cast_traits::to_value_type_cref(_M_impl.front()); } function in class:vector
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h98 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } function in class:vector
99 const_reference front() const { return cast_traits::to_value_type_cref(_M_impl.front()); } function in class:vector
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h98 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } function in class:vector
99 const_reference front() const { return cast_traits::to_value_type_cref(_M_impl.front()); } function in class:vector

Completed in 609 milliseconds

1234567891011>>