/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 162 char back() const { in back() function in llvm::StringRef
|
H A D | TinyPtrVector.h | 237 EltTy back() const { in back() function in llvm::TinyPtrVector
|
/third_party/skia/include/core/ |
H A D | SkStringView.h | 64 constexpr const_reference back() const { in back() function in skstd::string_view
|
/third_party/spirv-tools/source/util/ |
H A D | ilist.h | 296 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 D | indexer_component.cpp | 148 RefPtr<Decoration> back = AceType::MakeRefPtr<Decoration>(); in BuildBubbleBox() local
|
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | select_popup_component.cpp | 322 RefPtr<Decoration> back = AceType::MakeRefPtr<Decoration>(); in Initialize() local
|
/foundation/arkui/ui_lite/test/uitest/test_arc_label/ |
H A D | ui_test_arc_label.cpp | 329 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 D | rs_typeface_cache.cpp | 145 uint64_t back = iterator->second.back(); in CacheDrawingTypeface() local
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string_view.h | 257 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 D | libudev-util.c | 139 int back; in util_resolve_sys_link() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | xxan.c | 142 int size2, back; in xan_unpack() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_floodfill.c | 42 int back, front; member
|
/third_party/curl/lib/ |
H A D | http.h | 203 struct back { struct
|
/third_party/libwebsockets/lib/core/ |
H A D | logs.c | 377 int n, back = 0; in __lws_logv() local
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_framebuffer.c | 694 struct pipe_resource *back = in stw_framebuffer_swap_locked() local
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_st.c | 239 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 D | small-vector.h | 101 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 D | FastVector.h | 346 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 D | Common.h | 176 constexpr T &back() const { return mData[mSize - 1]; } in back() function in sh::TSpan
|
/third_party/skia/src/core/ |
H A D | SkZip.h | 78 constexpr ReturnTuple back() const { return this->index(this->size() - 1); } in back() function in SkZip
|
H A D | SkTBlockList.h | 189 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 D | Utility.h | 132 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 D | BasicBlock.h | 287 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 D | ArrayRef.h | 150 const T &back() const { in back() function in llvm::ArrayRef 337 T &back() const { in back() function in llvm::ArrayRef
|
H A D | simple_ilist.h | 136 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
|