/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.cpp | 95 TypeList class_types; in GetTypeInfoFromVTableAddress() local 102 searched_symbol_files, class_types); in GetTypeInfoFromVTableAddress() 106 if (class_types.Empty()) in GetTypeInfoFromVTableAddress() 109 searched_symbol_files, class_types); in GetTypeInfoFromVTableAddress() 112 if (class_types.Empty()) { in GetTypeInfoFromVTableAddress() 117 if (class_types.GetSize() == 1) { in GetTypeInfoFromVTableAddress() 118 type_sp = class_types.GetTypeAtIndex(0); in GetTypeInfoFromVTableAddress() 135 for (i = 0; i < class_types.GetSize(); i++) { in GetTypeInfoFromVTableAddress() 136 type_sp = class_types.GetTypeAtIndex(i); in GetTypeInfoFromVTableAddress() 149 for (i = 0; i < class_types.GetSize(); i++) { in GetTypeInfoFromVTableAddress() [all …]
|
/external/autotest/client/common_lib/ |
D | seven.py | 23 class_types = (type,) variable 32 class_types = (type, types.ClassType) variable
|
/external/python/apitools/samples/iam_sample/ |
D | iam_client_test.py | 40 if isinstance(value, six.class_types):
|
/external/llvm-project/clang/test/Misc/ |
D | diag-template-diffing.cpp | 280 template<typename ...A> class class_types {}; class 281 void set10(class_types<int, int>) {} in set10() 283 set10(class_types<int>()); in test10() 284 set10(class_types<int, int, int>()); in test10()
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 280 template<typename ...A> class class_types {}; class 281 void set10(class_types<int, int>) {} in set10() 283 set10(class_types<int>()); in test10() 284 set10(class_types<int, int, int>()); in test10()
|
/external/python/apitools/samples/dns_sample/ |
D | gen_dns_client_test.py | 41 if isinstance(value, six.class_types):
|
/external/python/six/ |
D | test_six.py | 63 assert isinstance(X, six.class_types) 64 assert isinstance(Y, six.class_types) 65 assert not isinstance(X(), six.class_types) 212 assert isinstance(Queue, six.class_types) 214 assert isinstance(ConfigParser, six.class_types)
|
D | six.py | 43 class_types = type, variable 51 class_types = (type, types.ClassType) variable
|
/external/python/setuptools/setuptools/ |
D | monkey.py | 40 get_unpatched_class if isinstance(item, six.class_types) else
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | inspect_utils.py | 296 if isinstance(m.__class__, six.class_types):
|
/external/llvm-project/lldb/third_party/Python/module/six/ |
D | six.py | 43 class_types = type, variable 51 class_types = (type, types.ClassType) variable
|
/external/python/parse_type/tasks/_vendor/ |
D | six.py | 43 class_types = type, variable 51 class_types = (type, types.ClassType) variable
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | six.py | 43 class_types = type, variable 51 class_types = (type, types.ClassType) variable
|
/external/python/setuptools/setuptools/_vendor/ |
D | six.py | 43 class_types = type, variable 51 class_types = (type, types.ClassType) variable
|
/external/scapy/scapy/modules/ |
D | six.py | 48 class_types = type, variable 56 class_types = (type, types.ClassType) variable
|
/external/libabigail/src/ |
D | abg-ir.cc | 435 && class_types().empty() in empty() 464 type_maps::class_types() const in class_types() function in abigail::ir::type_maps 471 type_maps::class_types() in class_types() function in abigail::ir::type_maps 687 for (i = class_types().begin(); i != class_types().end(); ++i) in get_types_sorted_by_name() 9507 tu.get_types().class_types()); in lookup_class_type() 10788 const istring_type_base_wptrs_map_type& m = corp.get_types().class_types(); in lookup_class_type() 10806 const istring_type_base_wptrs_map_type& m = corp.get_types().class_types(); in lookup_class_types() 10838 corp.get_type_per_loc_map().class_types(); in lookup_class_type_per_location() 11726 (class_type, tu->get_types().class_types()); in maybe_update_types_lookup_map() 11732 type_corpus->priv_->get_types().class_types()); in maybe_update_types_lookup_map() [all …]
|
/external/python/six/documentation/ |
D | index.rst | 51 .. data:: class_types 98 elif isinstance(value, six.class_types):
|
/external/libabigail/include/ |
D | abg-ir.h | 481 class_types() const; 484 class_types();
|