Lines Matching defs:input
2779 // See (/doc/note/io-input-output.md).
5218 // the input before calling wuffs_base__parse_number_fxx. The caller also has
5227 // This affects the literal "inf" as input, but also affects inputs like
5388 // if s was not "inf", when the input is nominally finite but sufficiently
5608 // the input may (but does not need to) be padded with '=' bytes so that the
10492 // not parsing the input as CBOR encountered an error. Even when successful,
10493 // trailing data may remain in input and buffer.
10500 Done(DecodeCborResult& result, sync_io::Input& input, IOBuffer& buffer);
10523 // DecodeCbor calls callbacks based on the CBOR-formatted data in input.
10528 // error (invalid CBOR) or an input error (e.g. network failure).
10531 sync_io::Input& input,
10590 // SelectDecoder returns the image decoder for the input data's file format.
10596 // was overridden, it may examine the input data's starting bytes and still
10683 // not parsing the input encountered an error. Even when successful, trailing
10684 // data may remain in input and buffer.
10697 sync_io::Input& input,
10814 // DecodeImage decodes the image data in input. A variety of image file formats
10828 // - On partial success (e.g. the input file was truncated but we are still
10860 sync_io::Input& input,
10915 // not parsing the input as JSON encountered an error. Even when successful,
10916 // trailing data may remain in input and buffer. See "Unintuitive JSON
10925 Done(DecodeJsonResult& result, sync_io::Input& input, IOBuffer& buffer);
10961 // DecodeJson calls callbacks based on the JSON-formatted data in input.
10966 // error (invalid JSON) or an input error (e.g. network failure).
10969 // run for the input's sub-node that matches the query. DecodeJson_NoMatch is
10971 // input's root node, consistent with JSON Pointer semantics.
10977 sync_io::Input& input,
13394 // - Other (invalid input).
14606 // - for an input of "314159", digit_count is 6.
14607 // - for an input of "3.14159", digit_count is 7.
14670 // meaningful digits if the input looks something like "0.000dddExxx".
24583 const char wuffs_cbor__error__bad_input[] = "#cbor: bad input";
32348 const char wuffs_json__error__bad_input[] = "#json: bad input";
35883 const char wuffs_png__error__internal_error_zlib_decoder_did_not_exhaust_its_input[] = "#png: internal error: zlib decoder did not exhaust its input";
44126 sync_io::Input& input,
44141 if (!input.BringsItsOwnIOBuffer()) {
44144 std::string error_message = input.CopyIn(&io_buf);
44155 sync_io::Input& input,
44206 AdvanceIOBufferTo(error_messages, input, io_buf, r.min_incl);
44224 } else if (!input.BringsItsOwnIOBuffer()) {
44227 std::string error_message = input.CopyIn(&io_buf);
44285 sync_io::Input& input,
44301 sync_io::Input& input,
44304 wuffs_base__io_buffer* io_buf = input.BringsItsOwnIOBuffer();
44358 // Read from input to io_buf.
44378 io_error_message = input.CopyIn(io_buf);
44621 callbacks.Done(result, input, *io_buf);
44779 sync_io::Input& input,
44870 DecodeImageAdvanceIOBufferTo(sync_io::Input& input,
44873 return private_impl::AdvanceIOBufferTo(DecodeImageErrorMessages, input,
44896 sync_io::Input& input,
44899 return private_impl::HandleMetadata(DecodeImageErrorMessages, input, io_buf,
44908 sync_io::Input& input,
44951 std::string error_message = input.CopyIn(&io_buf);
44973 DecodeImageAdvanceIOBufferTo(input, io_buf, pos);
45035 image_decoder, callbacks, input, io_buf, raw_metadata_buf);
45044 std::string error_message = input.CopyIn(&io_buf);
45117 std::string error_message = input.CopyIn(&io_buf);
45146 std::string error_message = input.CopyIn(&io_buf);
45161 sync_io::Input& input,
45168 wuffs_base__io_buffer* io_buf = input.BringsItsOwnIOBuffer();
45180 DecodeImage0(image_decoder, callbacks, input, *io_buf, quirks.repr,
45183 callbacks.Done(result, input, *io_buf, std::move(image_decoder));
45209 sync_io::Input& input,
45264 io_error_message = input.CopyIn(io_buf); \
45361 sync_io::Input& input,
45540 sync_io::Input& input,
45544 wuffs_base__io_buffer* io_buf = input.BringsItsOwnIOBuffer();
45605 input, split.first);
45752 // the DecodeJson caller wants to subsequently check that the input is
45768 callbacks.Done(result, input, *io_buf);