Searched refs:Pushable (Results 1 – 5 of 5) sorted by relevance
/third_party/flatbuffers/rust/flexbuffers/src/builder/ |
D | push.rs | 38 pub trait Pushable: Sealed + Sized { trait 42 impl Pushable for () { implementation 48 impl<B: Buffer> Pushable for Blob<B> { 57 impl Pushable for $T { impl 65 impl Pushable for $T { impl 110 impl Pushable for $Indirect { impl
|
D | vector.rs | 15 use super::{Builder, MapBuilder, Pushable}; 34 pub fn push<P: Pushable>(&mut self, p: P) { in push()
|
D | map.rs | 15 use super::{Builder, Pushable, Value, VectorBuilder}; 37 pub fn push<P: Pushable>(&mut self, key: &str, p: P) { in push()
|
D | mod.rs | 26 pub use push::Pushable; 279 pub fn build_singleton<P: Pushable>(&mut self, p: P) { in build_singleton() 285 fn push<P: Pushable>(&mut self, p: P) { in push() 311 pub fn singleton<P: Pushable>(p: P) -> Vec<u8> { in singleton()
|
/third_party/flatbuffers/rust/flexbuffers/src/ |
D | lib.rs | 52 singleton, Builder, BuilderOptions, FlexbufferSerializer, MapBuilder, Pushable, VectorBuilder,
|