Home
last modified time | relevance | path

Searched defs:front (Results 1 – 25 of 126) sorted by relevance

123456

/third_party/boost/boost/fusion/sequence/intrinsic/
Dfront.hpp23 struct front struct
31 front(Sequence& seq) in front() function
39 front(Sequence const& seq) in front() function
/third_party/icu/icu4c/source/layoutex/
DLXUtilities.cpp79 le_int32 front, back; in reverse() local
91 le_int32 front, back; in reverse() local
/third_party/flutter/skia/src/gpu/
DGrAllocator.h117 void* front() { in front() function
126 const void* front() const { in front() function
322 T& front() { in front() function
329 const T& front() const { in front() function
/third_party/flutter/skia/include/core/
DSkDeque.h40 const void* front() const { return fFront; } in front() function
43 void* front() { in front() function
/third_party/boost/boost/mpl/
Dfront.hpp28 struct front struct
/third_party/boost/boost/thread/csbl/
Ddevector.hpp76 reference front() BOOST_NOEXCEPT in front() function in boost::csbl::devector
79 const_reference front() const BOOST_NOEXCEPT in front() function in boost::csbl::devector
/third_party/boost/boost/asio/detail/
Dop_queue.hpp51 static Operation*& front(op_queue<Operation>& q) in front() function in boost::asio::detail::op_queue_access
86 Operation* front() in front() function in boost::asio::detail::op_queue
/third_party/boost/boost/msm/front/euml/
Dquerying.hpp17 namespace boost { namespace msm { namespace front { namespace euml namespace
Diteration.hpp18 namespace boost { namespace msm { namespace front { namespace euml namespace
Dphoenix_placeholders.hpp16 namespace boost { namespace msm { namespace front { namespace euml namespace
/third_party/boost/libs/mpl/doc/src/refmanual/
Dfront.rst3 front title
/third_party/boost/boost/msm/front/
Dcommon_states.hpp21 namespace boost { namespace msm { namespace front namespace
Dcompletion_event.hpp14 namespace boost { namespace msm { namespace front namespace
/third_party/boost/boost/spirit/home/classic/iterator/
Dfixed_size_queue.hpp233 T& front() in front() function in boost::spirit::fixed_size_queue
238 const T& front() const in front() function in boost::spirit::fixed_size_queue
/third_party/boost/boost/pending/
Dmutable_queue.hpp116 value_type& front() { return c.front(); } in front() function in boost::mutable_queue
119 const value_type& front() const { return c.front(); } in front() function in boost::mutable_queue
Dqueue.hpp52 reference front() { return c.front(); } in front() function in boost::queue
53 const_reference front() const { return c.front(); } in front() function in boost::queue
/third_party/boost/boost/stl_interfaces/
Dview_interface.hpp139 constexpr auto front() noexcept(noexcept(*std::declval<D &>().begin())) in front() function
145 constexpr auto front() const in front() function
/third_party/boost/boost/bimap/container_adaptor/
Dsequence_container_adaptor.hpp223 BOOST_DEDUCED_TYPENAME base_::reference front() in front() function in boost::bimaps::container_adaptor::sequence_container_adaptor
241 BOOST_DEDUCED_TYPENAME base_::const_reference front() const in front() function in boost::bimaps::container_adaptor::sequence_container_adaptor
/third_party/node/deps/nghttp2/lib/
Dnghttp2_queue.h40 nghttp2_queue_cell *front, *back; member
Dnghttp2_queue.c66 nghttp2_queue_cell *front = queue->front; in nghttp2_queue_pop() local
/third_party/boost/boost/lockfree/
Dspsc_queue.hpp331 const T& front(const T * internal_buffer) const in front() function in boost::lockfree::detail::ringbuffer_base
337 T& front(T * internal_buffer) in front() function in boost::lockfree::detail::ringbuffer_base
509 const T& front(void) const in front() function in boost::lockfree::detail::compile_time_sized_ringbuffer
514 T& front(void) in front() function in boost::lockfree::detail::compile_time_sized_ringbuffer
647 const T& front(void) const in front() function in boost::lockfree::detail::runtime_sized_ringbuffer
652 T& front(void) in front() function in boost::lockfree::detail::runtime_sized_ringbuffer
1013 const T& front() const in front() function in boost::lockfree::spsc_queue
1020 T& front() in front() function in boost::lockfree::spsc_queue
/third_party/boost/boost/msm/front/detail/
Drow2_helper.hpp17 namespace boost { namespace msm { namespace front namespace
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCAtlas.h139 const GrCCAtlas& front() const { SkASSERT(!this->empty()); return fAtlases.front(); } in front() function
140 GrCCAtlas& front() { SkASSERT(!this->empty()); return fAtlases.front(); } in front() function
/third_party/boost/boost/graph/detail/
Dsparse_ordering.hpp77 inline value_type& front() in front() function in boost::sparse::rcm_queue
87 inline const value_type& front() const in front() function in boost::sparse::rcm_queue
/third_party/boost/boost/range/
Dsub_range.hpp70 reference front() in front() function in boost::range_detail::sub_range_base
75 const_reference front() const in front() function in boost::range_detail::sub_range_base

123456