Home
last modified time | relevance | path

Searched refs:class_types (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp95 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/
Dseven.py23 class_types = (type,) variable
32 class_types = (type, types.ClassType) variable
/external/python/apitools/samples/iam_sample/
Diam_client_test.py40 if isinstance(value, six.class_types):
/external/llvm-project/clang/test/Misc/
Ddiag-template-diffing.cpp280 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/
Ddiag-template-diffing.cpp280 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/
Dgen_dns_client_test.py41 if isinstance(value, six.class_types):
/external/python/six/
Dtest_six.py63 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)
Dsix.py43 class_types = type, variable
51 class_types = (type, types.ClassType) variable
/external/python/setuptools/setuptools/
Dmonkey.py40 get_unpatched_class if isinstance(item, six.class_types) else
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils.py296 if isinstance(m.__class__, six.class_types):
/external/llvm-project/lldb/third_party/Python/module/six/
Dsix.py43 class_types = type, variable
51 class_types = (type, types.ClassType) variable
/external/python/parse_type/tasks/_vendor/
Dsix.py43 class_types = type, variable
51 class_types = (type, types.ClassType) variable
/external/python/setuptools/pkg_resources/_vendor/
Dsix.py43 class_types = type, variable
51 class_types = (type, types.ClassType) variable
/external/python/setuptools/setuptools/_vendor/
Dsix.py43 class_types = type, variable
51 class_types = (type, types.ClassType) variable
/external/scapy/scapy/modules/
Dsix.py48 class_types = type, variable
56 class_types = (type, types.ClassType) variable
/external/libabigail/src/
Dabg-ir.cc435 && 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/
Dindex.rst51 .. data:: class_types
98 elif isinstance(value, six.class_types):
/external/libabigail/include/
Dabg-ir.h481 class_types() const;
484 class_types();