Lines Matching full:param
82 @param[in] adapter input adapter to read from
97 @param[in] format the binary format to parse
98 @param[in] sax_ a SAX event processor
99 @param[in] strict whether to expect the input to be consumed completed
100 @param[in] tag_handler how to treat CBOR tags
188 @param[in,out] result A reference to the string variable where the read
214 @param[in] len The length (including the zero-byte at the end) of the
216 @param[in,out] result A reference to the string variable where the read
237 @param[in] len The length of the byte array to be read.
238 @param[in,out] result A reference to the binary variable where the read
264 @param[in] element_type The BSON element type, c.f. http://bsonspec.org/spec.html
265 @param[in] element_type_parse_position The position in the input stream,
347 @param[in] is_array Determines if the element list being read is to be
413 @param[in] get_char whether a new character should be retrieved from the
416 @param[in] tag_handler how CBOR tags should be treated
907 @param[out] result created string
1003 @param[out] result created byte array
1097 @param[in] len the length of the array or static_cast<std::size_t>(-1) for an
1099 @param[in] tag_handler how CBOR tags should be treated
1135 @param[in] len the length of the object or static_cast<std::size_t>(-1) for an
1137 @param[in] tag_handler how CBOR tags should be treated
1573 @param[out] result created string
1656 @param[out] result created byte array
1768 @param[in] len the length of the array
1790 @param[in] len the length of the object
1824 @param[in] get_char whether a new character should be retrieved from the
1842 @param[out] result created string
1843 @param[in] get_char whether a new character should be retrieved from the
1941 @param[out] dim an integer vector storing the ND array dimensions
1999 @param[out] result determined size
2000 @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
2005 @param[in] prefix type marker if already read, otherwise set to 0
2227 @param[out] result pair of the size and the type
2228 @param[in] inside_ndarray whether the parser is parsing an ND array dimensional vector
2296 @param prefix the previously read or set type prefix
2776 @param[in] format the current format (for diagnostics)
2777 @param[out] result number of type @a NumberType
2820 @param[in] format the current format (for diagnostics)
2821 @param[in] len number of characters to read
2822 @param[out] result string created by reading @a len bytes
2853 @param[in] format the current format (for diagnostics)
2854 @param[in] len number of bytes to read
2855 @param[out] result byte array created by reading @a len bytes
2883 @param[in] format the current format (for diagnostics)
2884 @param[in] context further context information (for diagnostics)
2909 @param[in] format the current format
2910 @param[in] detail a detailed error message
2911 @param[in] context further context information