Home
last modified time | relevance | path

Searched defs:Prepend (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/hana/
Dprepend.hpp34 using Prepend = BOOST_HANA_DISPATCH_IF(prepend_impl<M>, in operator ()() typedef
/third_party/boost/libs/hana/include/boost/hana/
Dprepend.hpp34 using Prepend = BOOST_HANA_DISPATCH_IF(prepend_impl<M>, in operator ()() typedef
/third_party/typescript/tests/cases/compiler/
DramdaToolsNoInfinite.ts33 type Prepend<E, T extends any[]> = alias
/third_party/flatbuffers/lua/flatbuffers/
Dbuilder.lua320 function mt:Prepend(flags, off) function
/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.cpp147 void SlabAllocatorImpl::SentinelSlab::Prepend(SlabAllocatorImpl::Slab* slab) { in Prepend() function in SlabAllocatorImpl::SentinelSlab
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dlist.h61 virtual void Prepend(pointer elem) { in Prepend() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.cc494 CordRepRing* CordRepRing::Prepend(CordRepRing* rep, CordRep* child) { in Prepend() function in absl::cord_internal::CordRepRing
539 CordRepRing* CordRepRing::Prepend(CordRepRing* rep, absl::string_view data, in Prepend() function in absl::cord_internal::CordRepRing
Dcord_rep_btree.h846 inline CordRepBtree* CordRepBtree::Prepend(CordRepBtree* tree, CordRep* rep) { in Prepend() function
Dcord_rep_btree.cc936 CordRepBtree* CordRepBtree::Prepend(CordRepBtree* tree, absl::string_view data, in Prepend() function in absl::cord_internal::CordRepBtree
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDiagnosticInfo.h633 DiagnosticInfoIROptimization(const char *PassName, StringRef Prepend, in DiagnosticInfoIROptimization()
777 OptimizationRemarkAnalysis(const char *PassName, StringRef Prepend, in OptimizationRemarkAnalysis()
/third_party/abseil-cpp/absl/strings/
Dcord.cc855 void Cord::Prepend(const Cord& src) { in Prepend() function in absl::Cord
868 void Cord::Prepend(absl::string_view src) { in Prepend() function in absl::Cord
885 inline void Cord::Prepend(T&& src) { in Prepend() function in absl::Cord
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.cc812 void Cord::Prepend(const Cord& src) { in Prepend() function in absl::Cord
825 void Cord::Prepend(absl::string_view src) { in Prepend() function in absl::Cord
844 inline void Cord::Prepend(T&& src) { in Prepend() function in absl::Cord
/third_party/flatbuffers/python/flatbuffers/
Dbuilder.py560 def Prepend(self, flags, off): member in Builder