Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
D_csv.c525 PyObject *ctor_args; in _call_dialect() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/
Dsequenced_index.hpp103 typedef tuples::null_type ctor_args; typedef in boost::multi_index::detail::sequenced_index
Drandom_access_index.hpp116 typedef tuples::null_type ctor_args; typedef in boost::multi_index::detail::random_access_index
Dhashed_index.hpp144 key_from_value,hasher,key_equal> ctor_args; typedef in boost::multi_index::detail::hashed_index
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dord_index_impl.hpp167 typedef tuple<key_from_value,key_compare> ctor_args; typedef in boost::multi_index::detail::ordered_index_impl
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs1509 let ctor_args: Vec<jvalue> = ctor_args.iter().map(|v| v.as_jni()).collect(); in new_object() localVariable