Home
last modified time | relevance | path

Searched defs:Derived (Results 1 - 24 of 24) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dvtable_recursive_sig.rs45 pub struct Derived { structure names
H A Dcrtp.rs15 pub struct Derived { structure names
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dpartial-specialization-and-inheritance.hpp20 class Derived { class
27 class Derived<U*> : public Base<U*> { class
H A Dcrtp.hpp4 class Derived : public Base<Derived> {}; class
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/
H A Dpartial-specialization-and-inheritance.rs15 pub struct Derived { structure names
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dpartial-specialization-and-inheritance.rs15 pub struct Derived { structure names
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstatusor_test.cc56 class Derived : public Base1, public Base2 { class
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dfast_type_id_test.cc115 struct Derived : Base {}; struct
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
H A Dfunction_ref_test.cc87 struct Derived : public Base {}; in TEST() struct
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor_test.cc207 class Derived : public Base1, public Base2 { class
[all...]
/third_party/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc150 class Derived : public Base {}; class
H A Dgmock-matchers-comparisons_test.cc599 class Derived : public Base { class
601 Derived() : Base() {} in Derived() function in testing::gmock_matchers_test::__anon3002::Derived
[all...]
H A Dgmock-actions_test.cc816 struct Derived : public Base { struct
[all...]
/third_party/python/Lib/test/
H A Dtest_compare.py80 class Derived(Base): # Subclassing forces higher priority class
H A Dtest_dataclasses.py2947 class Derived(Base): class
3003 class Derived(Base): class
H A Dtest_typing.py3691 class Derived(Base): ... class
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults_test.cc161 struct Derived : Base {}; in TEST() struct
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dspan_test.cc184 struct Derived : Base {}; struct
/third_party/googletest/googletest/test/
H A Dgoogletest-port-test.cc107 class Derived : public Base { class
109 explicit Derived(int n) : Base(n) {} in Derived() function in testing::internal::Derived
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DYAMLTraits.h496 struct Derived : T, Fallback { }; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLTraits.h378 struct Derived : T, Fallback { }; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp4538 Value *Derived = Call.getArgOperand(2); in visitIntrinsicCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2279 assert(Index < size() && �); return *(begin() + Index); } void clear() { Last = First; } ~PODSmallVector() { if (!isInline()) std::free(First); } }; template <typename Derived, typename Alloc> struct AbstractManglingParser { const char *First; const char *Last; PODSmallVector<Node *, 32> Names; PODSmallVector<Node *, 32> Subs; using TemplateParamList = PODSmallVector<Node *, 8>; class ScopedTemplateParamList { AbstractManglingParser *Parser; size_t OldNumTemplateParamLists; TemplateParamList Params; public: ScopedTemplateParamList(AbstractManglingParser *Parser) : Parser(Parser), OldNumTemplateParamLists(Parser->TemplateParams.size()) operator []() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp976 auto Derived = dyn_cast<GetElementPtrInst>(ToReplace->getDerivedPtr()); in simplifyRelocatesOffABase() local

Completed in 63 milliseconds