Home
last modified time | relevance | path

Searched refs:get_last (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Dfunctor.hpp137 if (data.get_first() == data.get_last()) in get_next()
157 for (std::size_t i = 0; i < 10 && it != data.get_last(); ++it, ++i) in get_next()
177 for (std::size_t i = 0; i < 10 && it != data.get_last(); ++it, ++i) in get_next()
Dstatic_functor_data.hpp198 Iterator const& get_last() const { return last_; } in get_last() function in boost::spirit::lex::lexertl::detail::static_data
Dfunctor_data.hpp174 Iterator const& get_last() const { return last_; } in get_last() function in boost::spirit::lex::lexertl::detail::data
/third_party/boost/libs/fusion/test/sequence/
Dadapt_adt.cpp92 const std::string& get_last() const { return last; } in get_last() function in ns::name
123 (obj.get_last(), obj.set_last(val))
147 (const std::string&, const std::string&, obj.get_last(), obj.set_last(val))
/third_party/boost/boost/spirit/home/classic/utility/impl/
Dregex.ipp47 string_t(first, impl::get_last(first));
/third_party/libxml2/python/
Dlibxml.py302 def get_last(self): member in xmlCore
392 last = property(get_last, None, None, "Last sibling node")
/third_party/boost/boost/container/
Ddeque.hpp147 BOOST_CONTAINER_FORCEINLINE Pointer get_last() const { return m_last; } in get_last() function in boost::container::dtl::deque_iterator
159 : m_cur(x.get_cur()), m_first(x.get_first()), m_last(x.get_last()), m_node(x.get_node()) in deque_iterator()
163 : m_cur(x.get_cur()), m_first(x.get_first()), m_last(x.get_last()), m_node(x.get_node()) in deque_iterator()
171 …{ m_cur = x.get_cur(); m_first = x.get_first(); m_last = x.get_last(); m_node = x.get_node(); ret… in operator =()
175 …return deque_iterator<Pointer, false>(this->get_cur(), this->get_first(), this->get_last(), this->… in unconst()
/third_party/boost/boost/spirit/home/classic/core/primitives/
Dprimitives.hpp196 : first(first_), last(impl::get_last(first_)) {} in chseq()
/third_party/boost/boost/spirit/home/classic/core/primitives/impl/
Dprimitives.ipp35 get_last(IteratorT first)