Home
last modified time | relevance | path

Searched defs:serde (Results 1 – 25 of 165) sorted by relevance

1234567

/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/
H A Dclient_reader_writer.h47 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 Dfake_channel_output.h68 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 Dclient_reader_writer.h37 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 Dfake_channel_output.h67 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 Dmethod.h77 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 Dcommon.h42 PwpbSerde serde, in PwpbSendInitialRequest()
60 const PwpbMethodSerde* serde) in PwpbSendStream()
/aosp_15_r20/external/crosvm/serde_keyvalue/
H A DCargo.toml13 serde = "1" qkey
20 serde = { version = "1", features = ["derive"] } qkey
/aosp_15_r20/external/rust/android-crates-io/crates/serde/
Dcargo_embargo.json8 "serde": { object
30 "serde": { object
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/
H A Dcommon.cc95 NanopbSerde serde, in NanopbSendInitialRequest()
110 const NanopbMethodSerde* serde) { in NanopbSendStream()
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/
H A DCargo.toml13 serde = "1.0" qkey
48 serde = "1.0" qkey
/aosp_15_r20/external/rust/android-crates-io/crates/bincode/src/de/
Dmod.rs117 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/
Dmod.rs4 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 Dmod.rs6 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 Dmod.rs6 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 Dmod.rs6 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 Dmod.rs6 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 Dmod.rs6 mod serde; module
/aosp_15_r20/external/rust/android-crates-io/crates/hashlink/src/
Dlib.rs5 pub mod serde; module
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/
Dmod.rs37 pub mod serde { module
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/outdir/
H A DCargo.toml11 serde = "1.0" qkey
/aosp_15_r20/external/crosvm/vendor/generic/metrics_events/
H A DCargo.toml8 serde = { version = "1", features = ["derive"] } qkey
/aosp_15_r20/external/crosvm/vendor/generic/vm_control/
H A DCargo.toml9 serde = { version = "1", features = ["derive"] } qkey
/aosp_15_r20/external/crosvm/common/balloon_control/
H A DCargo.toml8 serde = { version = "1", features = [ "derive" ] } qkey
/aosp_15_r20/external/flatbuffers/tests/rust_serialize_test/
H A DCargo.toml10 serde = "1.0" qkey
/aosp_15_r20/external/crosvm/libcras_stub/
H A DCargo.toml12 serde = "1" qkey

1234567