Home
last modified time | relevance | path

Searched +defs:push +defs:default (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/builder/
H A Dmod.rs21 mod push; module
99 fn default() -> Self { in default() method
130 fn default() -> Self { in default() method
284 fn push<P: Pushable>(&mut self, p: P) { in push() method
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dstruct_of_structs_of_structs_generated.rs17 fn default() -> Self { in default() method
48 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
59 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
H A Dstruct_of_structs_generated.rs17 fn default() -> Self { in default() method
50 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
61 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
H A Dtest_generated.rs17 fn default() -> Self { in default() method
49 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
60 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
H A Dability_generated.rs17 fn default() -> Self { in default() method
49 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
60 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
H A Dvec_3_generated.rs17 fn default() -> Self { in default() method
53 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
64 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
/aosp_15_r20/external/flatbuffers/tests/include_test2/my_game/other_name_space/
H A Dunused_generated.rs17 fn default() -> Self { in default() method
48 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
59 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
/aosp_15_r20/external/flatbuffers/tests/private_annotation_test/
H A Dobject_generated.rs17 fn default() -> Self { in default() method
48 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
59 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
/aosp_15_r20/external/flatbuffers/tests/include_test1/my_game/other_name_space/
H A Dunused_generated.rs17 fn default() -> Self { in default() method
48 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
59 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/other_name_space/
H A Dunused_generated.rs17 fn default() -> Self { in default() method
48 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
59 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
/aosp_15_r20/external/rust/android-crates-io/crates/http-body/src/
Dcollect.rs120 fn default() -> Self { in default() method
137 pub(crate) fn push(&mut self, buf: T) { in push() method
217 fn default() -> Self { in default() method
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dstruct_of_structs_of_structs_generated.rs19 fn default() -> Self { in default() method
50 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
61 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
H A Dstruct_of_structs_generated.rs19 fn default() -> Self { in default() method
52 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
63 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
H A Dtest_generated.rs19 fn default() -> Self { in default() method
51 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
62 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
H A Dability_generated.rs19 fn default() -> Self { in default() method
51 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
62 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
H A Dvec_3_generated.rs19 fn default() -> Self { in default() method
55 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
66 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/other_name_space/
H A Dunused_generated.rs19 fn default() -> Self { in default() method
50 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
61 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_a/namespace_b/
H A Dstruct_in_nested_ns_generated.rs17 fn default() -> Self { in default() method
49 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
60 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-derive-0.12.4/src/field/
H A Dscalar.rs24 let mut default = None; in new() localVariable
62 let default = default.map_or_else( in new() localVariable
120 let default = default.typed(); in encode() localVariable
174 let default = default.typed(); in encoded_len() localVariable
195 let default = default.typed(); in clear() localVariable
207 pub fn default(&self) -> TokenStream { in default() method
335 let push = Ident::new(&format!("push_{}", ident_str), Span::call_site()); in methods() localVariable
642 let default = match lit { in from_lit() localVariable
/aosp_15_r20/external/flatbuffers/samples/rust_generated/my_game/sample/
H A Dvec_3_generated.rs17 fn default() -> Self { in default() method
50 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
61 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
/aosp_15_r20/external/flatbuffers/tests/arrays_test/my_game/example/
H A Dnested_struct_generated.rs17 fn default() -> Self { in default() method
51 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
62 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
H A Darray_struct_generated.rs17 fn default() -> Self { in default() method
53 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
64 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() method
/aosp_15_r20/external/pigweed/pw_cli/py/pw_cli/
H A Drequires.py72 def default(self, o): member in EnhancedJSONEncoder
188 def push_commit(requires_dir: Path, push=True) -> Change: argument
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/
Darrayvec.rs27 pub fn push(&mut self, item: T) -> Result<()> { in push() method
85 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/pest/src/
Dstack.rs44 fn default() -> Self { in default() method
71 pub fn push(&mut self, elem: T) { in push() method

12345678910>>...16