Home
last modified time | relevance | path

Searched refs:is_begin (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/locale/boundary/
Dindex.hpp179 … segment_index_iterator(bool is_begin,mapping_type const *map,rule_type mask,bool full_select) : in segment_index_iterator() argument
184 if(is_begin) in segment_index_iterator()
362 … boundary_point_index_iterator(bool is_begin,mapping_type const *map,rule_type mask) : in boundary_point_index_iterator() argument
366 if(is_begin) in boundary_point_index_iterator()
/third_party/json/include/nlohmann/detail/iterators/
Dprimitive_iterator.hpp48 constexpr bool is_begin() const noexcept in is_begin() function in nlohmann::detail::primitive_iterator_t
Diter_impl.hpp262 if (JSON_HEDLEY_LIKELY(m_it.primitive_iterator.is_begin())) in operator *()
296 if (JSON_HEDLEY_LIKELY(m_it.primitive_iterator.is_begin())) in operator ->()
/third_party/json/include/nlohmann/
Djson.hpp1941 if (JSON_HEDLEY_UNLIKELY(!first.m_it.primitive_iterator.is_begin() in basic_json()
4047 if (JSON_HEDLEY_UNLIKELY(!pos.m_it.primitive_iterator.is_begin())) in erase()
4160 if (JSON_HEDLEY_LIKELY(!first.m_it.primitive_iterator.is_begin() in erase()
/third_party/json/single_include/nlohmann/
Djson.hpp10665 constexpr bool is_begin() const noexcept in is_begin() function in nlohmann::detail::primitive_iterator_t
11031 if (JSON_HEDLEY_LIKELY(m_it.primitive_iterator.is_begin())) in operator *()
11065 if (JSON_HEDLEY_LIKELY(m_it.primitive_iterator.is_begin())) in operator ->()
18429 if (JSON_HEDLEY_UNLIKELY(!first.m_it.primitive_iterator.is_begin() in basic_json()
20535 if (JSON_HEDLEY_UNLIKELY(!pos.m_it.primitive_iterator.is_begin())) in erase()
20648 if (JSON_HEDLEY_LIKELY(!first.m_it.primitive_iterator.is_begin() in erase()
/third_party/boost/boost/polygon/detail/
Dpolygon_arbitrary_formation.hpp762 inline bool is_begin() const { in is_begin() function in boost::polygon::scanline_base::vertex_half_edge