Home
last modified time | relevance | path

Searched defs:TakeOutput (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_async2/public/pw_async2/
H A Djoin.h82 TakeOutput() { in TakeOutput() function
H A Ddispatcher.h28 OutputType&& TakeOutput() { return std::move(*output_); } in TakeOutput() function
/aosp_15_r20/external/sandboxed-api/contrib/brotli/utils/
H A Dutils_brotli_dec.cc102 absl::StatusOr<std::vector<uint8_t>> BrotliDecoder::TakeOutput() { in TakeOutput() function in BrotliDecoder
H A Dutils_brotli_enc.cc99 absl::StatusOr<std::vector<uint8_t>> BrotliEncoder::TakeOutput() { in TakeOutput() function in BrotliEncoder
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/
Dmetadata_batch.h500 std::string TakeOutput() { return std::move(out_); } in TakeOutput() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dmetadata_batch.h546 std::string TakeOutput() { return std::move(out_); } in TakeOutput() function