Home
last modified time | relevance | path

Searched defs:max_bytes_to_read (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/util/
H A Djson_util.cpp70 std::optional<std::string> read_object_from_stream(std::istream& stream, size_t max_bytes_to_read) { in read_object_from_stream()
/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/
H A Dendian.h164 T ReadInOrder(endian order, const void* buffer, size_t max_bytes_to_read) { in ReadInOrder()