Home
last modified time | relevance | path

Searched defs:template_params (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/clang/test/Preprocessor/
H A Dmicrosoft-ext.c18 #define ACTION_TEMPLATE(name, template_params, value_params)\ argument
/aosp_15_r20/external/cronet/net/dns/public/
H A Ddns_over_https_server_config.cc50 std::unordered_map<std::string, std::string> template_params( in IsValidDohTemplate() local
/aosp_15_r20/system/tools/aidl/
Daidl_to_ndk.cpp95 std::string template_params = ""; in GetBaseTypeInfo() local
Dgenerate_ndk.cpp1367 std::vector<std::string> template_params; in GenerateParcelSource() local
1527 std::vector<std::string> template_params; in GenerateParcelSource() local
Daidl_to_cpp_common.cpp339 std::vector<std::string> template_params; in TemplateDecl() local
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/analysis/
Dmod.rs41 mod template_params; module
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/
H A Demitter.cc210 const auto* template_params = template_decl->getTemplateParameters(); in PrintRecordTemplateArguments() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/nonterminal/
Drule.hpp106 typedef mpl::vector<T1, T2, T3, T4> template_params; typedef
/aosp_15_r20/external/gemmlowp/meta/generators/
H A Dcc_emitter.py143 def EmitClassBegin(self, class_name, template_params, specializations, argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/nonterminal/
Drule.hpp109 typedef mpl::vector<T1, T2, T3, T4> template_params; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/repository/home/karma/nonterminal/
Dsubrule.hpp375 typedef mpl::vector<T1, T2> template_params; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/repository/home/qi/nonterminal/
Dsubrule.hpp397 typedef mpl::vector<T1, T2> template_params; typedef
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Dmain.cc577 std::string template_params = ""; in GenerateClassName() local
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dcomp.rs987 template_params: Vec<TypeId>, field
/aosp_15_r20/external/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h515 #define ACTION_TEMPLATE(name, template_params, value_params) \ argument
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/include/gmock/
H A Dgmock-more-actions.h515 #define ACTION_TEMPLATE(name, template_params, value_params) \ argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h515 #define ACTION_TEMPLATE(name, template_params, value_params) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/
Dmod.rs3927 let template_params = item.all_template_params(ctx); in try_to_rust_ty() localVariable