Home
last modified time | relevance | path

Searched defs:Explicit (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DthisTypeInAccessors.js28 class Explicit { class
61 function Explicit() { class in Explicit
/third_party/typescript/tests/cases/compiler/
DgenericRestTypes.ts11 type Explicit = (...args: Tail<Parameters<MyFunctionType>>) => ReturnType<MyFunctionType>; // (bar:… alias
/third_party/typescript/tests/cases/conformance/types/thisType/
DthisTypeInAccessors.ts30 class Explicit { class
/third_party/skia/include/private/
DSkSLSampleUsage.h49 static SampleUsage Explicit() { in Explicit() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp427 xmlNsPtr Explicit = std::move(EC.get()); in mergeNamespaces() local
497 xmlNsPtr Explicit = std::move(ExplicitOrError.get()); in reconcileNamespaces() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h38 bool Explicit = false; ///< VReg was explicitly specified in the .mir file. member
/third_party/rust/crates/clap/clap_derive/src/
Ditem.rs1069 Explicit(Method), enumerator
1101 Explicit(Method), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp339 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump() local
342 StringRef Section) -> Optional<uint64_t> * { in dump()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc409 struct Explicit {}; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp590 SmallVectorImpl<unsigned> &Implicit) { in collectCallSiteParameters()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp175072 enum class Keyword { Implicit, Explicit }; enumerator