Lines Matching refs:npos
1955 if (size_and_type.first != npos)
2188 if (result == 0 || result == npos) // because dim elements shall not have zeros, result = 0 means overflow happened; it also can't be npos as it is used to initialize size in get_ubjson_size_type()
2234 result.first = npos; // size
2493 if (input_format == input_format_t::bjdata && size_and_type.first != npos && (size_and_type.second & (1 << 8)) != 0)
2536 if (size_and_type.first != npos)
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)
2951 static JSON_INLINE_VARIABLE constexpr std::size_t npos = static_cast<std::size_t>(-1);
3006 constexpr std::size_t binary_reader<BasicJsonType, InputAdapterType, SAX>::npos;