Home
last modified time | relevance | path

Searched refs:multiple_inheritance (Results 1 – 9 of 9) sorted by relevance

/external/python/pybind11/include/pybind11/
Dattr.h52 struct multiple_inheritance { }; struct
223 : multiple_inheritance(false), dynamic_attr(false), buffer_protocol(false),
263 bool multiple_inheritance : 1;
457 struct process_attribute<multiple_inheritance> : process_attribute_default<multiple_inheritance> {
458 … static void init(const multiple_inheritance &, type_record *r) { r->multiple_inheritance = true; }
Dpybind11.h1118 if (rec.bases.size() > 1 || rec.multiple_inheritance) { in PYBIND11_NAMESPACE_BEGIN()
1274 … none_of<std::is_same<multiple_inheritance, Extra>...>::value), // no multiple_inheritance attr
/external/python/pybind11/tests/
Dtest_multiple_inheritance.cpp46 TEST_SUBMODULE(multiple_inheritance, m) { in TEST_SUBMODULE() argument
124 std::shared_ptr<Base12a>>(m, "Base12a", py::multiple_inheritance()) in TEST_SUBMODULE()
Dtest_multiple_inheritance.py7 from pybind11_tests import multiple_inheritance as m
/external/llvm-project/clang/test/SemaCXX/
Dmember-pointer-ms.cpp271 #pragma pointers_to_members(full_generality, multiple_inheritance)
/external/clang/test/SemaCXX/
Dmember-pointer-ms.cpp271 #pragma pointers_to_members(full_generality, multiple_inheritance)
/external/python/pybind11/docs/advanced/
Dclasses.rst901 ``multiple_inheritance`` to the class constructor:
905 py::class_<MyType, BaseType2>(m, "MyType", py::multiple_inheritance());
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td924 "'single_inheritance', 'multiple_inheritance', or 'virtual_inheritance'">;
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticParseKinds.td1171 "'single_inheritance', 'multiple_inheritance', or 'virtual_inheritance'">;