Searched defs:is_range (Results 1 – 8 of 8) sorted by relevance
| /third_party/json/include/nlohmann/detail/meta/ |
| D | type_traits.hpp | 256 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/ |
| D | re-parser.c | 947 bool is_range = false; in re_parse_char_class() local
|
| /third_party/ffmpeg/libavutil/ |
| D | opt.h | 330 int is_range; member
|
| /third_party/openssl/crypto/x509/ |
| D | v3_asid.c | 526 int i1 = 0, i2 = 0, i3 = 0, is_range = 0, which = 0; in v2i_ASIdentifiers() local
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| D | v3_asid.c | 535 int i1 = 0, i2 = 0, i3 = 0, is_range = 0, which = 0; in v2i_ASIdentifiers() local
|
| /third_party/json/tests/abi/include/nlohmann/ |
| D | json_v3_10_5.hpp | 3557 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/ |
| D | json.hpp | 3652 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/ |
| D | catch.hpp | 2008 struct is_range : detail::is_range_impl<T> { struct 2013 struct is_range<T^> { struct 2014 static const bool value = false;
|