Home
last modified time | relevance | path

Searched defs:Back (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/statements/blocks/
Dblocks_3.ts26 Back, enumerator
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/embedding_cache/cache_strategy/
Dlru_cache.h97 const Element &Back() const override { in Back() function
/third_party/zlib/contrib/ada/
Dzlib-streams.ads109 Back : Stream_Access; component
/third_party/lzma/CPP/Common/
DMyVector.h273 const T& Back() const { return _items[(size_t)_size - 1]; } in Back() function
274 T& Back() { return _items[(size_t)_size - 1]; } in Back() function
508 const T& Back() const { return *(T *)_v.Back(); } in Back() function
509 T& Back() { return *(T *)_v.Back(); } in Back() function
DMyString.h337 char Back() const { return _chars[(size_t)_len - 1]; } in Back() function
623 wchar_t Back() const { return _chars[(size_t)_len - 1]; } in Back() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceThreading.h113 size_t Back = 0; variable
/third_party/skia/third_party/externals/angle2/src/common/
DFixedVector_unittest.cpp82 TEST(FixedVector, Back) in TEST() argument
DFastVector_unittest.cpp130 TEST(FastVector, Back) in TEST() argument
Dpacked_gl_enums.json51 "Back": "GL_BACK", string
DPackedGLEnums_autogen.h111 Back = 0, enumerator
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dstack_frame.cc222 void StackFrame::Back(const AnalysisEnginePtr &engine, const StackFramePtr &last_stack_frame, in Back() function in mindspore::abstract::StackFrame
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp120 const LayoutItemBase *Back = LayoutItems.back(); in tailPadding() local
/third_party/vixl/src/
Dinvalset-vixl.h644 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::Back() const { in Back() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp514 const RangeSpan &Back = Ranges.back(); in attachRangesOrLowHighPC() local
/third_party/skia/third_party/externals/d3d12allocator/src/
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/
Dvk_mem_alloc.h5397 ItemType* Back() { return m_pBack; } in Back() function
5398 const ItemType* Back() const { return m_pBack; } in Back() function
/third_party/mesa3d/include/D3D9/
Dd3d9types.h1489 UINT Back; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp83461 static nsIAtom* Back; member in nsGkAtoms