Searched refs:get_last (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/ |
D | functor.hpp | 137 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()
|
D | static_functor_data.hpp | 198 Iterator const& get_last() const { return last_; } in get_last() function in boost::spirit::lex::lexertl::detail::static_data
|
D | functor_data.hpp | 174 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/ |
D | adapt_adt.cpp | 92 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/ |
D | regex.ipp | 47 string_t(first, impl::get_last(first));
|
/third_party/libxml2/python/ |
D | libxml.py | 302 def get_last(self): member in xmlCore 392 last = property(get_last, None, None, "Last sibling node")
|
/third_party/boost/boost/container/ |
D | deque.hpp | 147 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/ |
D | primitives.hpp | 196 : first(first_), last(impl::get_last(first_)) {} in chseq()
|
/third_party/boost/boost/spirit/home/classic/core/primitives/impl/ |
D | primitives.ipp | 35 get_last(IteratorT first)
|