Home
last modified time | relevance | path

Searched defs:back (Results 51 - 75 of 202) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringRef.h162 char back() const { in back() function in llvm::StringRef
H A DTinyPtrVector.h237 EltTy back() const { in back() function in llvm::TinyPtrVector
/third_party/skia/include/core/
H A DSkStringView.h64 constexpr const_reference back() const { in back() function in skstd::string_view
/third_party/spirv-tools/source/util/
H A Dilist.h296 NodeType& IntrusiveList<NodeType>::back() { in back() function in spvtools::utils::IntrusiveList
310 const NodeType& IntrusiveList<NodeType>::back() const { in back() function in spvtools::utils::IntrusiveList
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_component.cpp148 RefPtr<Decoration> back = AceType::MakeRefPtr<Decoration>(); in BuildBubbleBox() local
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp322 RefPtr<Decoration> back = AceType::MakeRefPtr<Decoration>(); in Initialize() local
/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H A Dui_test_arc_label.cpp329 UIView* back = new UIView(); in UIKitUIArcLabelTestAlign001() local
355 UIView* back = new UIView(); in UIKitUIArcLabelTestAlign002() local
381 UIView* back = new UIView(); UIKitUIArcLabelTestAlign003() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_typeface_cache.cpp145 uint64_t back = iterator->second.back(); in CacheDrawingTypeface() local
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h257 constexpr typename basic_string_view<CharT>::const_reference basic_string_view<CharT>::back() const in back() function in basic_string_view
/third_party/eudev/src/libudev/
H A Dlibudev-util.c139 int back; in util_resolve_sys_link() local
/third_party/ffmpeg/libavcodec/
H A Dxxan.c142 int size2, back; in xan_unpack() local
/third_party/ffmpeg/libavfilter/
H A Dvf_floodfill.c42 int back, front; member
/third_party/curl/lib/
H A Dhttp.h203 struct back { struct
/third_party/libwebsockets/lib/core/
H A Dlogs.c377 int n, back = 0; in __lws_logv() local
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_framebuffer.c694 struct pipe_resource *back = in stw_framebuffer_swap_locked() local
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_st.c239 enum st_attachment_type back, front; in xmesa_st_framebuffer_validate() local
358 struct pipe_resource **front, **back, *tmp; in xmesa_swap_st_framebuffer() local
[all...]
/third_party/node/deps/v8/src/base/
H A Dsmall-vector.h101 T& back() { in back() function in v8::base::SmallVector
105 const T& back() const { in back() function in v8::base::SmallVector
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h346 ANGLE_INLINE typename FastVector<T, N, Storage>::const_reference FastVector<T, N, Storage>::back() in back() function in angle::FastVector
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCommon.h176 constexpr T &back() const { return mData[mSize - 1]; } in back() function in sh::TSpan
/third_party/skia/src/core/
H A DSkZip.h78 constexpr ReturnTuple back() const { return this->index(this->size() - 1); } in back() function in SkZip
H A DSkTBlockList.h189 T& back() { in back() function in SkTBlockList
193 const T& back() const { in back() function in SkTBlockList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DUtility.h132 char back() const { in back() function in OutputStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DBasicBlock.h287 inline const Instruction &back() const { return InstList.back(); } in back() function in llvm::final
288 inline Instruction &back() { return InstList.back(); } in back() function in llvm::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DArrayRef.h150 const T &back() const { in back() function in llvm::ArrayRef
337 T &back() const { in back() function in llvm::ArrayRef
H A Dsimple_ilist.h136 reference back() { return *rbegin(); } in back() function in llvm::simple_ilist
137 const_reference back() const { return *rbegin(); } in back() function in llvm::simple_ilist

Completed in 22 milliseconds

123456789