/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/ |
H A D | client_reader_writer.h | 47 const PwpbMethodSerde& serde, in Start() 70 const PwpbMethodSerde& serde, in StartDynamic() 100 const PwpbMethodSerde& serde) in PwpbUnaryResponseClientCall() 158 const PwpbMethodSerde& serde, in SetCallbacksAndSendRequest() 205 const PwpbMethodSerde& serde, in Start() 229 const PwpbMethodSerde& serde, in StartDynamic() 262 const PwpbMethodSerde& serde) in PwpbStreamResponseClientCall() 319 const PwpbMethodSerde& serde, in SetCallbacksAndSendRequest() 418 const PwpbMethodSerde& serde) in PwpbClientReaderWriter() 465 const PwpbMethodSerde& serde) in PwpbClientReader() [all …]
|
H A D | fake_channel_output.h | 68 constexpr iterator(const PayloadsView::iterator& it, const PwpbSerde& serde) in iterator() 93 PwpbSerde& serde() { return serde_; } in serde() function 100 PwpbPayloadsView(const PwpbSerde& serde, Args&&... args) in PwpbPayloadsView() 197 PwpbPayloadsView<T> payload_structs(const PwpbSerde& serde, in payload_structs()
|
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/ |
H A D | client_reader_writer.h | 37 const NanopbMethodSerde& serde, in Start() 68 const NanopbMethodSerde& serde) in NanopbUnaryResponseClientCall() 128 const NanopbMethodSerde& serde, in Start() 175 const NanopbMethodSerde& serde) in NanopbStreamResponseClientCall() 274 const internal::NanopbMethodSerde& serde) in NanopbClientReaderWriter() 320 const internal::NanopbMethodSerde& serde) in NanopbClientReader() 369 const internal::NanopbMethodSerde& serde) in NanopbClientWriter() 412 const internal::NanopbMethodSerde& serde) in NanopbUnaryReceiver()
|
H A D | fake_channel_output.h | 67 const internal::NanopbSerde& serde) in iterator() 90 internal::NanopbSerde& serde() { return serde_; } in serde() function 100 NanopbPayloadsView(const internal::NanopbSerde& serde, Args&&... args) in NanopbPayloadsView() 197 NanopbPayloadsView<T> payload_structs(const internal::NanopbSerde& serde, in payload_structs()
|
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/internal/ |
H A D | method.h | 77 const PwpbMethodSerde& serde) { in SynchronousUnary() 105 const PwpbMethodSerde& serde) { in AsynchronousUnary() 132 const PwpbMethodSerde& serde) { in ServerStreaming() 159 const PwpbMethodSerde& serde) { in ClientStreaming() 185 uint32_t id, const PwpbMethodSerde& serde) { in BidirectionalStreaming() 219 const PwpbMethodSerde& serde() const { return serde_; } in serde() function 250 const PwpbMethodSerde& serde) in PwpbMethod()
|
H A D | common.h | 42 PwpbSerde serde, in PwpbSendInitialRequest() 60 const PwpbMethodSerde* serde) in PwpbSendStream()
|
/aosp_15_r20/external/crosvm/serde_keyvalue/ |
H A D | Cargo.toml | 13 serde = "1" qkey 20 serde = { version = "1", features = ["derive"] } qkey
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde/ |
D | cargo_embargo.json | 8 "serde": { object 30 "serde": { object
|
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/ |
H A D | common.cc | 95 NanopbSerde serde, in NanopbSendInitialRequest() 110 const NanopbMethodSerde* serde) { in NanopbSendStream()
|
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/ |
H A D | Cargo.toml | 13 serde = "1.0" qkey 48 serde = "1.0" qkey
|
/aosp_15_r20/external/rust/android-crates-io/crates/bincode/src/de/ |
D | mod.rs | 117 impl<'de, 'a, R, O> serde::Deserializer<'de> for &'a mut Deserializer<R, O> impl 272 impl<'de, 'a, R: 'a, O> serde::de::EnumAccess<'de> for &'a mut Deserializer<R, O> in deserialize_enum() impl 461 impl<'de, 'a, R, O> serde::de::VariantAccess<'de> for &'a mut Deserializer<R, O> impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/external_trait_impls/ |
D | mod.rs | 4 mod serde; module
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/ |
H A D | mod.rs | 6 mod serde; module
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/ |
H A D | mod.rs | 6 mod serde; module
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/ |
H A D | mod.rs | 6 mod serde; module
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/ |
H A D | mod.rs | 6 mod serde; module
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/ |
H A D | mod.rs | 6 mod serde; module
|
/aosp_15_r20/external/rust/android-crates-io/crates/hashlink/src/ |
D | lib.rs | 5 pub mod serde; module
|
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/ |
D | mod.rs | 37 pub mod serde { module
|
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/outdir/ |
H A D | Cargo.toml | 11 serde = "1.0" qkey
|
/aosp_15_r20/external/crosvm/vendor/generic/metrics_events/ |
H A D | Cargo.toml | 8 serde = { version = "1", features = ["derive"] } qkey
|
/aosp_15_r20/external/crosvm/vendor/generic/vm_control/ |
H A D | Cargo.toml | 9 serde = { version = "1", features = ["derive"] } qkey
|
/aosp_15_r20/external/crosvm/common/balloon_control/ |
H A D | Cargo.toml | 8 serde = { version = "1", features = [ "derive" ] } qkey
|
/aosp_15_r20/external/flatbuffers/tests/rust_serialize_test/ |
H A D | Cargo.toml | 10 serde = "1.0" qkey
|
/aosp_15_r20/external/crosvm/libcras_stub/ |
H A D | Cargo.toml | 12 serde = "1" qkey
|