Home
last modified time | relevance | path

Searched defs:back (Results 26 - 50 of 201) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dcontainers.h241 T& vector<T, BASE_CAPACITY>::back() { in back() function in marl::containers::vector
253 const T& vector<T, BASE_CAPACITY>::back() const { in back() function in marl::containers::vector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPriorityWorklist.h84 const T &back() const { in back() function in llvm::PriorityWorklist
[all...]
H A DDirectedGraph.h103 const EdgeType &back() const { return *Edges.back(); } in back() function in llvm::DGNode
104 EdgeType &back() { return *Edges.back(); } in back() function in llvm::DGNode
194 const NodeType &back() const { return *Nodes.back(); } in back() function in DirectedGraph
195 NodeType &back() { return *Nodes.back(); } in back() function in DirectedGraph
H A DMapVector.h85 std::pair<KeyT, ValueT> &back() { return Vector.back(); } in back() function in llvm::MapVector
86 const std::pair<KeyT, ValueT> &back() const { return Vector.back(); } in back() function in llvm::MapVector
H A DStringRef.h162 char back() const { in back() function in llvm::StringRef
/third_party/python/Python/
H A Dframe.c102 PyFrameObject *back = _PyFrame_GetFrameObject(prev); in take_ownership() local
/third_party/skia/include/private/
H A DSkDeque.h41 const void* back() const { return fBack; } in back() function in SkDeque
47 void* back() { in back() function in SkDeque
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dcircular_buffer.h134 T &back() in back() function in OHOS::Sharing::circular_buffer
/third_party/ffmpeg/libavfilter/dnn/
H A Dqueue.c174 QueueEntry *back; in ff_queue_pop_back() local
/third_party/ffmpeg/libavformat/
H A Damr.c88 int read, back = 0, ret; in amr_read_header() local
/third_party/gn/src/gn/
H A Dimmutable_vector.h51 const T& back() const { return end()[-1]; } in back() function in ImmutableVectorView
/third_party/json/tests/src/
H A Dunit-alt-string.cpp114 char& back() in back() function in alt_string
119 const char& back() const in back() function in alt_string
/third_party/json/include/nlohmann/detail/
H A Djson_pointer.hpp171 const string_t& back() const in back() function
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_two_sided_color.c38 nir_variable *back; /* BFCn */ member
183 nir_ssa_def *front, *back; in nir_lower_two_sided_color_block() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Drange.hpp131 back() { in back() function in clover::detail::basic_range
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_ksl.h141 ngtcp2_ksl_blk *back; member
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ksl.h143 nghttp3_ksl_blk *back; member
/third_party/node/deps/v8/src/heap/
H A Dlist.h83 T* back() { return back_; } in back() function in v8::internal::heap::List
86 const T* back() const { return back_; } in back() function in v8::internal::heap::List
/third_party/node/deps/v8/src/sandbox/
H A Dsandbox.cc215 Address back = end_; in Initialize() local
/third_party/node/deps/v8/src/utils/
H A Ddetachable-vector.h77 T& back() const { return at(size_ - 1); } in back() function in v8::internal::DetachableVector
/third_party/pulseaudio/src/tests/
H A Dresampler-test.c444 pa_resampler *forth, *back; in main() local
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DStringView.h79 char back() const { in back() function in StringView
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringRef.h146 char back() const { in back() function in llvm::StringRef

Completed in 15 milliseconds

123456789