Home
last modified time | relevance | path

Searched refs:allow_partial (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/
Dgmemoryoutputstream.c546 gboolean allow_partial, in array_resize() argument
560 if (allow_partial && in array_resize()
576 if (allow_partial && in array_resize()
/third_party/flutter/skia/third_party/externals/libwebp/src/demux/
Ddemux.c697 WebPDemuxer* WebPDemuxInternal(const WebPData* data, int allow_partial, in WebPDemuxInternal() argument
730 if (!allow_partial && partial) return NULL; in WebPDemuxInternal()
/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c708 WebPDemuxer* WebPDemuxInternal(const WebPData* data, int allow_partial, in WebPDemuxInternal() argument
741 if (!allow_partial && partial) return NULL; in WebPDemuxInternal()
/third_party/protobuf/src/google/protobuf/
Dtext_format.cc247 bool allow_partial, int recursion_limit) in ParserImpl() argument
260 allow_partial_(allow_partial), in ParserImpl()