Lines Matching refs:empty
80 // non-empty denotes a developer preview, not a release version, and has no
368 // wuffs_base__empty_struct is used when a Wuffs function returns an empty
370 // Wuffs, if a function g returns empty, you can say "y = g()".
375 // the sizeof an empty struct is 0, and g++ says that it is 1. This leads to
397 // the sizeof an empty struct is 0, and g++ says that it is 1. This leads to
1400 // A value with all fields NULL or zero is a valid, empty slice.
1412 // A value with all fields NULL or zero is a valid, empty table.
1595 // It returns an empty slice if i is out of bounds.
1606 // It returns an empty slice if j is out of bounds.
1617 // It returns an empty slice if i or j is out of bounds.
1630 // It returns an empty table if i or j is out of bounds.
2793 // A value with all fields zero is a valid, empty buffer.
3167 // When src is the empty string, multiple conversion algorithms are applicable
3169 // same empty dst string.
3359 // A value with all fields zero is a valid, empty buffer.
3588 // It returns an empty slice (containing a NULL ptr field) if (num_uxx *
4918 // non-empty, it will have length
5750 // - If s is empty then it returns {.code_point=0, .byte_length=0}.
5751 // - If s is non-empty and starts with invalid UTF-8 then it returns
10517 // DefaultValue returns an empty slice.
10525 // On success, the returned error_message is empty and cursor_position counts
10526 // the number of bytes consumed. On failure, error_message is non-empty and
10633 // It returns an error message, or an empty string on success.
10727 // DefaultValue returns an empty slice.
10826 // - On total success, the error_message is empty and pixbuf.pixcfg.is_valid()
10829 // able to decode some of the pixels), error_message is non-empty but
10945 // DefaultValue returns an empty slice.
10955 // DefaultValue returns an empty string.
10963 // On success, the returned error_message is empty and cursor_position counts
10964 // the number of bytes consumed. On failure, error_message is non-empty and
10970 // returned if no matching sub-node was found. The empty query matches the
11175 // Passing a wuffs_base__slice_u8 with all fields NULL or zero (a valid, empty
44145 if (!error_message.empty()) {
44207 if (!error_message.empty()) {
44228 if (!error_message.empty()) {
44359 if (!io_error_message.empty()) {
44435 if (!ret_error_message.empty()) {
44453 if (!ret_error_message.empty()) {
44598 if (!ret_error_message.empty()) {
44611 if (!ret_error_message.empty() || (depth == 0)) {
44952 if (!error_message.empty()) {
44957 wuffs_base__io_buffer empty = wuffs_base__empty_io_buffer();
44960 image_decoder->tell_me_more(&empty, &minfo, &io_buf);
44974 if (!error_message.empty()) {
45036 if (!error_message.empty()) {
45045 if (!error_message.empty()) {
45082 if (!alloc_pixbuf_result.error_message.empty()) {
45099 if (!alloc_workbuf_result.error_message.empty()) {
45118 if (!error_message.empty()) {
45147 if (!error_message.empty()) {
45245 if (!io_error_message.empty()) { \
45606 if (!ret_error_message.empty()) {
45626 if (!ret_error_message.empty()) {
45745 // value (for an empty json_pointer query) or having decoded the
45746 // pointed-to JSON value (for a non-empty json_pointer query). In the
45757 if (!ret_error_message.empty() ||
45758 ((depth == 0) && !json_pointer.repr.empty())) {