Lines Matching defs:true

49 @return true if and only if system's byte order is little endian
107 const bool strict = true,
120 result = parse_cbor_internal(true, tag_handler);
171 get_number<std::int32_t, true>(input_format_t::bson, document_size);
190 @return `true` if the \x00-byte indicating the end of the string was
196 while (true)
205 return true;
220 @return `true` if the string was successfully parsed
242 @return `true` if the byte array was successfully parsed
280 return get_number<double, true>(input_format_t::bson, number) && sax->number_float(static_cast<number_float_t>(number), "");
287 return get_number<std::int32_t, true>(input_format_t::bson, len) && get_bson_string(len, value) && sax->string(value);
304 return get_number<std::int32_t, true>(input_format_t::bson, len) && get_bson_binary(len, value) && sax->binary(value);
320 return get_number<std::int32_t, true>(input_format_t::bson, value) && sax->number_integer(value);
326 return get_number<std::int64_t, true>(input_format_t::bson, value) && sax->number_integer(value);
345 (true --> array, false --> object).
349 array (@a is_array == true).
383 return true;
393 get_number<std::int32_t, true>(input_format_t::bson, document_size);
400 if (JSON_HEDLEY_UNLIKELY(!parse_bson_element_list(/*is_array*/true)))
414 input (true) or whether the last read character should
772 return parse_cbor_internal(true, tag_handler);
810 return parse_cbor_internal(true, tag_handler);
825 case 0xF5: // true
826 return sax->boolean(true);
984 return true;
1084 return true;
1114 if (JSON_HEDLEY_UNLIKELY(!parse_cbor_internal(true, tag_handler)))
1161 if (JSON_HEDLEY_UNLIKELY(!parse_cbor_internal(true, tag_handler)))
1177 if (JSON_HEDLEY_UNLIKELY(!parse_cbor_internal(true, tag_handler)))
1420 case 0xC3: // true
1421 return sax->boolean(true);
1666 return true;
1825 input (true, default) or whether the last read
1830 bool parse_ubjson_internal(const bool get_char = true)
1844 input (true, default) or whether the last read
1849 bool get_ubjson_string(string_t& result, const bool get_char = true)
1948 bool no_ndarray = true;
1995 return true;
2000 @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
2002 is allowed; for output, `true` means an ndarray is found;
2003 is_ndarray can only return `true` when its initial value
2026 return true;
2042 return true;
2058 return true;
2074 return true;
2095 return true;
2110 return true;
2125 return true;
2145 return true;
2166 return true;
2175 return true;
2197 is_ndarray = true;
2201 return true;
2292 return true;
2306 case 'T': // true
2307 return sax->boolean(true);
2677 bool no_ndarray = true;
2813 return true;
2835 bool success = true;
2868 bool success = true;
2895 return true;