Home
last modified time | relevance | path

Searched defs:Space (Results 1 – 16 of 16) sorted by relevance

/third_party/gptfdisk/
Dgptcurses.h65 struct Space { struct
70 Space *nextSpace; argument
71 Space *prevSpace; argument
/third_party/node/deps/v8/src/heap/cppgc/
Draw-heap.h69 BaseSpace* Space(RegularSpaceType type) { in Space() function
74 const BaseSpace* Space(RegularSpaceType space) const { in Space() function
94 BaseSpace* Space(size_t space_index) { in Space() function
100 const BaseSpace* Space(size_t space_index) const { in Space() function
/third_party/node/deps/v8/include/cppgc/
Dcustom-space.h70 using Space = void; member
/third_party/node/deps/v8/src/heap/
Dheap-allocator.h24 class Space; variable
Dsweeper.h24 class Space; variable
Dspaces.h115 Space(Heap* heap, AllocationSpace id, FreeList* free_list) in Space() function
Dheap.h110 class Space; variable
2463 friend class Space; variable
/third_party/gn/src/gn/
Descape_unittest.cc74 TEST(Escape, Space) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSlotIndexes.cpp161 const unsigned Space = SlotIndex::InstrDist/2; in renumberIndexes() local
/third_party/css-what/src/
Dparse.ts43 Space = 32, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmMacro.h44 Space, enumerator
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dmod.rs670 Space, enumerator
746 Space, enumerator
787 Space, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp288 std::string Space = DumpOpts.ShowAddresses ? " " : ""; in dumpAttribute() local
/third_party/icu/docs/userguide/dev/
Dcodingguidelines.md1272 * For #defined constants and macros, a "U_" is appended to the beginning,
/third_party/rust/crates/nom/src/
Derror.rs387 Space, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3372 unsigned Space = (PrevReg < Reg) ? (Reg - PrevReg) : (Reg + 32 - PrevReg); in tryParseVectorList() local