Home
last modified time | relevance | path

Searched defs:write_message (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/system/core/fastboot/fuzzer/
H A Dfastboot_fuzzer.cpp142 string write_message = fdp_->ConsumeRandomLengthString(kMaxStringSize); in InvokeTcp() local
215 string write_message = fdp_->ConsumeRandomLengthString(kMaxStringSize); in InvokeUdp() local
/aosp_15_r20/frameworks/base/tools/streaming_proto/cpp/
H A Dmain.cpp77 write_message(stringstream& text, const DescriptorProto& message, const string& indent) in write_message() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/formatters/
H A Djunit.rs22 fn write_message(&mut self, s: &str) -> io::Result<()> { in write_message() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/formatters/
H A Djunit.rs22 fn write_message(&mut self, s: &str) -> io::Result<()> { in write_message() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/formatters/
H A Djunit.rs22 fn write_message(&mut self, s: &str) -> io::Result<()> { in write_message() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/formatters/
H A Djunit.rs22 fn write_message(&mut self, s: &str) -> io::Result<()> { in write_message() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/formatters/
H A Djunit.rs22 fn write_message(&mut self, s: &str) -> io::Result<()> { in write_message() method
/aosp_15_r20/frameworks/base/tools/streaming_proto/java/
H A Djava_proto_stream_code_generator.cpp145 static void write_message(stringstream& text, const DescriptorProto& message, in write_message() function
/aosp_15_r20/external/rust/android-crates-io/crates/oneshot-uniffi/src/
Dlib.rs1088 unsafe fn write_message(&self, message: T) { in write_message() method
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/protocol/
Dmod.rs289 pub fn write_message(&mut self, message: Message) -> Result<()> { in write_message() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Dcoded_output_stream.rs565 pub fn write_message<M: Message>(&mut self, field_number: u32, msg: &M) -> ProtobufResult<()> { in write_message() method
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/coded_output_stream/
Dmod.rs978 pub fn write_message<M: MessageFull>( in write_message() method