Home
last modified time | relevance | path

Searched defs:Gaps (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DramdaToolsNoInfinite.ts113 type Gaps<T extends any[]> = CleanedGaps<PartialGaps<T>>; alias
DramdaToolsNoInfinite2.ts561 type Gaps<L extends List> = NonNullable<{ alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h445 std::vector<LocalVariableAddrGap> Gaps; variable
467 std::vector<LocalVariableAddrGap> Gaps; variable
489 std::vector<LocalVariableAddrGap> Gaps; variable
513 std::vector<LocalVariableAddrGap> Gaps; variable
539 std::vector<LocalVariableAddrGap> Gaps; variable
574 std::vector<LocalVariableAddrGap> Gaps; variable
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DDrawBuffersTest.cpp261 TEST_P(DrawBuffersTest, Gaps) in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp91 ArrayRef<LocalVariableAddrGap> Gaps) { in printLocalVariableAddrGap()