Home
last modified time | relevance | path

Searched defs:named_args (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/thiserror-impl/src/
Dfmt.rs14 let mut named_args = explicit_named_args.parse2(raw_args).unwrap(); in expand_shorthand() localVariable
123 let mut named_args = Set::new(); in explicit_named_args() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/miette-derive/src/
Dfmt.rs32 let mut named_args = explicit_named_args.parse2(raw_args).unwrap(); in expand_shorthand() localVariable
117 let mut named_args = Set::new(); in explicit_named_args() localVariable
/aosp_15_r20/external/executorch/devtools/debug_format/
H A Dbase_schema.py31 named_args: Optional[List[str]] = None variable in Node
/aosp_15_r20/external/googleapis/google/cloud/workflows/type/
H A Dengine_call.proto65 map<string, google.protobuf.Value> named_args = 2; field
/aosp_15_r20/external/fmtlib/test/
H A Dmodule-test.cc266 TEST(module_test, named_args) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dtpu_strategy_test.py645 def named_args(first_arg, second_arg): function