Home
last modified time | relevance | path

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

/external/sandboxed-api/contrib/brotli/utils/
Dutils_brotli_dec.cc102 absl::StatusOr<std::vector<uint8_t>> BrotliDecoder::TakeOutput() { in TakeOutput() function in BrotliDecoder
Dutils_brotli_enc.cc99 absl::StatusOr<std::vector<uint8_t>> BrotliEncoder::TakeOutput() { in TakeOutput() function in BrotliEncoder
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dmetadata_batch.h500 std::string TakeOutput() { return std::move(out_); } in TakeOutput() function
/external/grpc-grpc/src/core/lib/transport/
Dmetadata_batch.h546 std::string TakeOutput() { return std::move(out_); } in TakeOutput() function