Searched refs:class_types (Results 1 – 11 of 11) sorted by relevance
/external/autotest/client/common_lib/ |
D | seven.py | 23 class_types = (type,) variable 32 class_types = (type, types.ClassType) variable
|
/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/iam_sample/ |
D | iam_client_test.py | 40 if isinstance(value, six.class_types):
|
/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/parse_type/tasks/_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 | 569 && class_types().empty() in empty() 598 type_maps::class_types() const in class_types() function in abigail::ir::type_maps 605 type_maps::class_types() in class_types() function in abigail::ir::type_maps 1099 for (i = class_types().begin(); i != class_types().end(); ++i) in get_types_sorted_by_name() 10566 tu.get_types().class_types()); in lookup_class_type() 11847 const istring_type_base_wptrs_map_type& m = corp.get_types().class_types(); in lookup_class_type() 11865 const istring_type_base_wptrs_map_type& m = corp.get_types().class_types(); in lookup_class_types() 11897 corp.get_type_per_loc_map().class_types(); in lookup_class_type_per_location() 12785 (class_type, tu->get_types().class_types()); in maybe_update_types_lookup_map() 12791 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 | 561 class_types() const; 564 class_types();
|