Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxVariant.cpp157 CompilerType template_type = head_type.GetTypeTemplateArgument(1); in LibcxxVariantSummaryProvider() local
234 CompilerType template_type = head_type.GetTypeTemplateArgument(1); in GetChildAtIndex() local
/external/autotest/tko/parsers/test/
Dscenario_base.py376 def install_unittest_module(package_dirpath, template_type): argument