| /third_party/boost/libs/serialization/test/ |
| D | test_multiple_inheritance.cpp | 65 struct Sub : struct 70 Sub(){} in Sub() argument 71 Sub(int x) : in Sub() argument 76 bool operator==(Sub & rhs) const { in operator ==() argument 83 virtual ~Sub() {} in ~Sub() argument 96 BOOST_CLASS_EXPORT(Sub) in BOOST_CLASS_EXPORT() argument
|
| D | test_shared_ptr_multi_base.cpp | 76 struct Sub:public Base1, public Base2, public Base3 { struct 78 Sub() { in Sub() function 81 Sub(int x) : in Sub() function 88 Sub(const Sub & rhs) : in Sub() argument 93 virtual ~Sub() { in ~Sub() argument 110 // Sub needs to be exported because its serialized via a base class pointer argument
|
| /third_party/typescript/tests/baselines/reference/ |
| D | jsDeclarationsExportAssignedClassExpressionAnonymousWithSub.js | 10 module.exports.Sub = class { class in module.exports 27 module.exports.Sub = /** @class */ (function () { class 28 function Sub() { class in module.exports.Sub
|
| D | declarationFileNoCrashOnExtraExportModifier.js | 7 export class Sub { class 20 function Sub() { class in Sub
|
| D | importUsedInExtendsList1.js | 9 class Sub extends foo.Super { } class 46 function Sub() { class in Sub
|
| D | jsDeclarationsSubclassWithExplicitNoArgumentConstructor.js | 10 export class Sub extends Super { class 47 function Sub() { class in Sub
|
| D | constructorArgs.js | 11 class Sub extends Super { class 41 function Sub(options) { class in Sub
|
| D | superHasMethodsFromMergedInterface.js | 4 class Sub extends C { class 35 function Sub() { class in Sub
|
| D | jsDeclarationsExportAssignedConstructorFunctionWithSub.js | 8 module.exports.Sub = function() { class
|
| D | emitCodeBeforeSuperCall.js | 9 class Sub extends Base { class
|
| D | emitStatementsBeforeSuperCall.js | 4 class Sub extends Base { class
|
| /third_party/boost/libs/variant/test/ |
| D | test3.cpp | 35 struct Sub struct 55 Sub::Sub() { } in Sub() argument 56 Sub::Sub(const Expr& l, const Expr& r) : lhs_(l), rhs_(r) { } in Sub() function in Sub 57 Sub::Sub(const Sub& other) : lhs_(other.lhs_), rhs_(other.rhs_) { } in Sub() function in Sub
|
| /third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
| D | jsDeclarationsSubclassWithExplicitNoArgumentConstructor.ts | 15 export class Sub extends Super { class
|
| /third_party/typescript/tests/cases/compiler/ |
| D | importUsedInExtendsList1.ts | 8 class Sub extends foo.Super { } class
|
| D | superHasMethodsFromMergedInterface.ts | 3 class Sub extends C { class
|
| D | constructorArgs.ts | 10 class Sub extends Super { class
|
| /third_party/typescript/tests/cases/conformance/classes/constructorDeclarations/superCalls/ |
| D | emitStatementsBeforeSuperCallWithDefineFields.ts | 6 class Sub extends Base { class
|
| D | emitStatementsBeforeSuperCall.ts | 6 class Sub extends Base { class
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| D | TypedInteger.h | 244 constexpr ::detail::TypedIntegerImpl<Tag, T> Sub(::detail::TypedIntegerImpl<Tag, T> lhs, in Sub() function 256 constexpr std::enable_if_t<std::is_integral<T>::value, T> Sub(T lhs, T rhs) { in Sub() function
|
| /third_party/protobuf/php/tests/ |
| D | test_base.php | 5 use Foo\TestMessage\Sub; alias
|
| D | MapFieldTest.php | 8 use Foo\TestMessage\Sub; alias
|
| D | ArrayTest.php | 8 use Foo\TestMessage\Sub; alias
|
| /third_party/protobuf/php/tests/proto/ |
| D | test_descriptors.proto | 20 message Sub { message
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
| D | AArch64ExternalSymbolizer.cpp | 182 const MCExpr *Sub = nullptr; in tryAddingSymbolicOperand() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | CommandLine.cpp | 140 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption() local 191 for (auto *Sub : RegisteredSubCommands) { in addOption() local 214 SubCommand &Sub = *SC; in removeOption() local 267 SubCommand &Sub = *SC; in updateArgStr() local 299 [sub](const SubCommand *Sub) { in registerSubCommand() 424 Option *CommandLineParser::LookupOption(SubCommand &Sub, StringRef &Arg, in LookupOption() 1784 SubCommand *Sub = GlobalParser->getActiveSubCommand(); in operator =() local 2084 StringMap<Option *> &cl::getRegisteredOptions(SubCommand &Sub) { in getRegisteredOptions() 2096 void cl::HideUnrelatedOptions(cl::OptionCategory &Category, SubCommand &Sub) { in HideUnrelatedOptions() 2105 SubCommand &Sub) { in HideUnrelatedOptions()
|