Home
last modified time | relevance | path

Searched refs:JSON_HEDLEY_LIKELY (Results 1 - 9 of 9) sorted by relevance

/third_party/json/include/nlohmann/
H A Djson.hpp1394 if (JSON_HEDLEY_LIKELY(is_boolean())) in get_impl()
1515 if (JSON_HEDLEY_LIKELY(ptr != nullptr)) in get_ref_impl()
1929 if (JSON_HEDLEY_LIKELY(is_array())) in at()
1952 if (JSON_HEDLEY_LIKELY(is_array())) in at()
2059 if (JSON_HEDLEY_LIKELY(is_array())) in operator []()
2097 if (JSON_HEDLEY_LIKELY(is_array())) in operator []()
2118 if (JSON_HEDLEY_LIKELY(is_object())) in operator []()
2132 if (JSON_HEDLEY_LIKELY(is_object())) in operator []()
2171 if (JSON_HEDLEY_LIKELY(is_object())) in operator []()
2187 if (JSON_HEDLEY_LIKELY(is_objec in operator []()
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Dlexer.hpp225 if (JSON_HEDLEY_LIKELY(*range <= current && current <= *(++range))) in next_byte_in_range()
334 if (JSON_HEDLEY_LIKELY(get() == '\\' && get() == 'u')) in scan_string()
345 if (JSON_HEDLEY_LIKELY(0xDC00 <= codepoint2 && codepoint2 <= 0xDFFF)) in scan_string()
1352 if (JSON_HEDLEY_LIKELY(current != std::char_traits<char_type>::eof())) in get()
1393 if (JSON_HEDLEY_LIKELY(current != std::char_traits<char_type>::eof())) in unget()
H A Dinput_adapters.hpp150 if (JSON_HEDLEY_LIKELY(current != end)) in get_character()
/third_party/json/include/nlohmann/detail/iterators/
H A Diter_impl.hpp310 if (JSON_HEDLEY_LIKELY(m_it.primitive_iterator.is_begin())) in operator *()
352 if (JSON_HEDLEY_LIKELY(m_it.primitive_iterator.is_begin())) in operator ->()
708 if (JSON_HEDLEY_LIKELY(m_it.primitive_iterator.get_value() == -n)) in operator []()
726 if (JSON_HEDLEY_LIKELY(m_object->is_object())) in key()
/third_party/json/include/nlohmann/thirdparty/hedley/
H A Dhedley_undef.hpp94 #undef JSON_HEDLEY_LIKELY macro
H A Dhedley.hpp1339 #if defined(JSON_HEDLEY_LIKELY)
1340 #undef JSON_HEDLEY_LIKELY macro
1358 # define JSON_HEDLEY_LIKELY(expr) __builtin_expect (!!(expr), 1 ) macro
1389 # define JSON_HEDLEY_LIKELY(expr) __builtin_expect(!!(expr), 1)
1395 # define JSON_HEDLEY_LIKELY(expr) (!!(expr))
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp1518 #if defined(JSON_HEDLEY_LIKELY)
1519 #undef JSON_HEDLEY_LIKELY macro
1537 # define JSON_HEDLEY_LIKELY(expr) __builtin_expect (!!(expr), 1 ) macro
1568 # define JSON_HEDLEY_LIKELY(expr) __builtin_expect(!!(expr), 1)
1574 # define JSON_HEDLEY_LIKELY(expr) (!!(expr))
5347 if (JSON_HEDLEY_LIKELY(current != end))
6627 if (JSON_HEDLEY_LIKELY(*range <= current && current <= *(++range)))
6736 if (JSON_HEDLEY_LIKELY(get() == '\\' && get() == 'u'))
6747 if (JSON_HEDLEY_LIKELY(0xDC00 <= codepoint2 && codepoint2 <= 0xDFFF))
7754 if (JSON_HEDLEY_LIKELY(curren
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp1655 #if defined(JSON_HEDLEY_LIKELY)
1656 #undef JSON_HEDLEY_LIKELY macro
1674 # define JSON_HEDLEY_LIKELY(expr) __builtin_expect (!!(expr), 1 ) macro
1705 # define JSON_HEDLEY_LIKELY(expr) __builtin_expect(!!(expr), 1)
1711 # define JSON_HEDLEY_LIKELY(expr) (!!(expr))
6219 if (JSON_HEDLEY_LIKELY(current != end)) in get_character()
7526 if (JSON_HEDLEY_LIKELY(*range <= current && current <= *(++range)))
7635 if (JSON_HEDLEY_LIKELY(get() == '\\' && get() == 'u'))
7646 if (JSON_HEDLEY_LIKELY(0xDC00 <= codepoint2 && codepoint2 <= 0xDFFF))
8653 if (JSON_HEDLEY_LIKELY(curren
24528 #undef JSON_HEDLEY_LIKELY global() macro
[all...]
/third_party/json/include/nlohmann/detail/output/
H A Dserializer.hpp590 if (JSON_HEDLEY_LIKELY(state == UTF8_ACCEPT)) in dump_escaped()

Completed in 37 milliseconds