Home
last modified time | relevance | path

Searched defs:Front (Results 1 – 17 of 17) sorted by relevance

/third_party/lzma/CPP/Common/
DMyVector.h271 const T& Front() const { return _items[0]; } in Front() function
272 T& Front() { return _items[0]; } in Front() function
506 const T& Front() const { return operator[](0); } in Front() function
507 T& Front() { return operator[](0); } in Front() function
/third_party/node/deps/v8/src/compiler/
Dfunctional-list.h56 const A& Front() const { in Front() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceThreading.h123 size_t Front = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp178 SmallVector<MachineInstr *, 8> Front; in eraseInstrWithNoUses() local
359 SmallVector<MachineInstr *, 8> Front; in elideCopiesAndPHIs() local
/third_party/skia/third_party/externals/angle2/src/common/
DFastVector_unittest.cpp139 TEST(FastVector, Front) in TEST() argument
Dpacked_gl_enums.json52 "Front": "GL_FRONT", string
DPackedGLEnums_autogen.h112 Front = 1, enumerator
/third_party/vixl/src/
Dinvalset-vixl.h633 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::Front() const { in Front() function
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dparse.cc164 absl::string_view Front() const { return args_[next_arg_]; } in Front() function in absl::flags_internal::__anonc5f5f7230511::ArgsList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp580 char Front = SymbolName.empty() ? '\0' : SymbolName[0]; in demanglePE32ExternCFunc() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp513 const RangeSpan &Front = Ranges.front(); in attachRangesOrLowHighPC() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp282 char Front = MangledName.popFront(); in demangleSpecialTableSymbolNode() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp1536 Item* Front() { return m_pFront; } in Front() function in D3D12MA::List
1537 const Item* Front() const { return m_pFront; } in Front() function in D3D12MA::List
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp2612 StringRef Front; in printModule() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h5395 ItemType* Front() { return m_pFront; } in Front() function
5396 const ItemType* Front() const { return m_pFront; } in Front() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3878 auto *Front = E->getMainOp(); in setInsertPointAfterBundle() local
/third_party/mesa3d/include/D3D9/
Dd3d9types.h1488 UINT Front; member