Home
last modified time | relevance | path

Searched defs:is_range (Results 1 – 8 of 8) sorted by relevance

/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp256 struct is_range struct
259 using t_ref = typename std::add_lvalue_reference<T>::type;
261 using iterator = detected_t<result_of_begin, t_ref>;
262 using sentinel = detected_t<result_of_end, t_ref>;
267 static constexpr auto is_iterator_begin =
271 …s_same<iterator, nonesuch>::value && !std::is_same<sentinel, nonesuch>::value && is_iterator_begin;
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c947 bool is_range = false; in re_parse_char_class() local
/third_party/ffmpeg/libavutil/
Dopt.h330 int is_range; member
/third_party/openssl/crypto/x509/
Dv3_asid.c526 int i1 = 0, i2 = 0, i3 = 0, is_range = 0, which = 0; in v2i_ASIdentifiers() local
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_asid.c535 int i1 = 0, i2 = 0, i3 = 0, is_range = 0, which = 0; in v2i_ASIdentifiers() local
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp3557 struct is_range struct
3560 using t_ref = typename std::add_lvalue_reference<T>::type;
3562 using iterator = detected_t<result_of_begin, t_ref>;
3563 using sentinel = detected_t<result_of_end, t_ref>;
3568 static constexpr auto is_iterator_begin =
3572 …s_same<iterator, nonesuch>::value && !std::is_same<sentinel, nonesuch>::value && is_iterator_begin;
/third_party/json/single_include/nlohmann/
Djson.hpp3652 struct is_range struct
3655 using t_ref = typename std::add_lvalue_reference<T>::type;
3657 using iterator = detected_t<result_of_begin, t_ref>;
3658 using sentinel = detected_t<result_of_end, t_ref>;
3663 static constexpr auto is_iterator_begin =
3667 …s_same<iterator, nonesuch>::value && !std::is_same<sentinel, nonesuch>::value && is_iterator_begin;
/third_party/libabigail/tests/lib/
Dcatch.hpp2008 struct is_range : detail::is_range_impl<T> { struct
2013 struct is_range<T^> { struct
2014 static const bool value = false;