Lines Matching refs:first

903     This function first reads starting bytes to determine the expected
999 This function first reads starting bytes to determine the expected
1570 This function first reads starting bytes to determine the expected
1653 This function first reads starting bytes to determine the expected
1955 if (size_and_type.first != npos)
1961 for (std::size_t i = 0; i < size_and_type.first; ++i)
1973 for (std::size_t i = 0; i < size_and_type.first; ++i)
2234 result.first = npos; // size
2268 bool is_error = get_ubjson_size_value(result.first, is_ndarray);
2283 bool is_error = get_ubjson_size_value(result.first, is_ndarray);
2493 if (input_format == input_format_t::bjdata && size_and_type.first != npos && (size_and_type.second & (1 << 8)) != 0)
2498 return p.first < t;
2501 if (JSON_HEDLEY_UNLIKELY(it == bjd_types_map.end() || it->first != size_and_type.second))
2520 if (JSON_HEDLEY_UNLIKELY(!sax->key(key) || !sax->start_array(size_and_type.first) ))
2525 for (std::size_t i = 0; i < size_and_type.first; ++i)
2536 if (size_and_type.first != npos)
2538 if (JSON_HEDLEY_UNLIKELY(!sax->start_array(size_and_type.first)))
2547 for (std::size_t i = 0; i < size_and_type.first; ++i)
2558 for (std::size_t i = 0; i < size_and_type.first; ++i)
2599 if (input_format == input_format_t::bjdata && size_and_type.first != npos && (size_and_type.second & (1 << 8)) != 0)
2607 if (size_and_type.first != npos)
2609 if (JSON_HEDLEY_UNLIKELY(!sax->start_object(size_and_type.first)))
2616 for (std::size_t i = 0; i < size_and_type.first; ++i)
2631 for (std::size_t i = 0; i < size_and_type.first; ++i)