Home
last modified time | relevance | path

Searched defs:as_writer (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_stream/public/pw_stream/
Dstream.h530 Writer& as_writer() { return internal::SiblingCast<Writer&, Stream>(*this); } in as_writer() function
531 const Writer& as_writer() const { in as_writer() function
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dcall.h463 constexpr Writer& as_writer() { return *this; } in as_writer() function
464 constexpr const Writer& as_writer() const { return *this; } in as_writer() function
/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/
Dfmt_layer.rs779 pub fn as_writer(&mut self) -> format::Writer<'_> { in as_writer() method