Searched refs:push_method (Results 1 – 2 of 2) sorted by relevance
| /external/rust/crates/clap_derive/src/ |
| D | item.rs | 280 fn push_method(&mut self, kind: AttrKind, name: Ident, arg: impl ToTokens) { in push_method() method 434 self.push_method(*attr.kind.get(), attr.name.clone(), quote!(#(#tokens),*)); in push_attrs() 442 self.push_method( in push_attrs() 452 … self.push_method(*attr.kind.get(), attr.name.clone(), self.name.clone().translate(*self.casing)); in push_attrs() 482 self.push_method( in push_attrs() 843 self.push_method(*attr.kind.get(), attr.name.clone(), expr); in push_attrs() 849 self.push_method(*attr.kind.get(), attr.name.clone(), expr); in push_attrs()
|
| /external/vixl/test/aarch64/ |
| D | test-assembler-aarch64.cc | 7985 PushPopMethod push_method, in PushPopSimpleHelper() argument 8031 switch (push_method) { in PushPopSimpleHelper() 8228 PushPopMethod push_method, in PushPopFPSimpleHelper() argument 8283 switch (push_method) { in PushPopFPSimpleHelper()
|