Home
last modified time | relevance | path

Searched defs:arg_pairs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/macros/src/
Dlib.rs14 arg_pairs: Vec<(Type, Option<Type>)>, field
29 let mut arg_pairs: Vec<(Type, Option<Type>)> = Vec::new(); in parse() localVariable
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py552 def group_args(arg_pairs): argument