Lines Matching refs:input
25 #include <nlohmann/detail/input/input_adapters.hpp>
26 #include <nlohmann/detail/input/json_sax.hpp>
27 #include <nlohmann/detail/input/lexer.hpp>
82 @param[in] adapter input adapter to read from
99 @param[in] strict whether to expect the input to be consumed completed
152 exception_message(input_format, concat("expected end of input; last byte: 0x", get_token_string()), "value"), nullptr));
187 @brief Parses a C-style string from the BSON input.
213 input.
236 @brief Parses a byte array input of length @a len from the BSON input.
265 @param[in] element_type_parse_position The position in the input stream,
387 @brief Reads an array from the BSON input and passes it to the SAX-parser.
414 input (true) or whether the last read character should
1825 input (true, default) or whether the last read
1844 input (true, default) or whether the last read
2000 @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
2744 @brief get next character from the input
2746 This function provides the interface to the used input adapter. It does
2747 not throw in case the input reached EOF, but returns a -'ve valued
2750 @return character read from the input
2759 @return character read from the input after ignoring all 'N' entries
2773 @brief read a number from the input
2790 // step 1: read input into array with system's byte order
2817 @brief create a string by reading characters from the input
2828 the input before we run out of string memory.
2850 @brief create a byte array by reading bytes from the input
2861 the input before we run out of memory.
2893 parse_error::create(110, chars_read, exception_message(format, "unexpected end of input", context), nullptr));
2953 /// input adapter
2965 /// input format