Home
last modified time | relevance | path

Searched defs:Back (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceThreading.h113 size_t Back = 0; member in Ice::BoundedProducerConsumerQueue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp120 const LayoutItemBase *Back = LayoutItems.back(); in tailPadding() local
/third_party/lzma/CPP/Common/
H A DMyVector.h273 const T& Back() const { return _items[(size_t)_size - 1]; } in Back() function in CRecordVector
274 T& Back() { return _items[(size_t)_size - 1]; } in Back() function in CRecordVector
508 const T& Back() const { return *(T *)_v.Back(); } in Back() function in CObjectVector
509 T& Back() { return *(T *)_v.Back(); } in Back() function in CObjectVector
H A DMyString.h337 char Back() const { return _chars[(size_t)_len - 1]; } in Back() function in AString
623 wchar_t Back() const { return _chars[(size_t)_len - 1]; } in Back() function in UString
/third_party/node/deps/v8/src/parsing/
H A Dscanner.h98 inline void Back() { in Back() function in v8::internal::Utf16CharacterStream
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedGLEnums_autogen.h111 Back = 0, member in gl::CullFaceMode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp514 const RangeSpan &Back = Ranges.back(); in attachRangesOrLowHighPC() local
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp1538 Item* Back() { return m_pBack; } in Back() function in D3D12MA::List
1539 const Item* Back() const { return m_pBack; } in Back() function in D3D12MA::List
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h5397 ItemType* Back() { return m_pBack; } in Back() function in VmaRawList
5398 const ItemType* Back() const { return m_pBack; } in Back() function in VmaRawList
/third_party/mesa3d/include/D3D9/
H A Dd3d9types.h1489 UINT Back; member

Completed in 41 milliseconds