Home
last modified time | relevance | path

Searched defs:InsertAtFront (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.h40 MCInst &MCB, MCInst const &AddMI, bool InsertAtFront) in HexagonMCShuffler()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.h39 MCInst const &AddMI, bool InsertAtFront) in HexagonMCShuffler()
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dbytestring.h161 size_t InsertAtFront(char ch) { return Insert(0, ch); } in InsertAtFront() function
H A Dwidestring.h168 size_t InsertAtFront(wchar_t ch) { return Insert(0, ch); } in InsertAtFront() function
/aosp_15_r20/external/cronet/net/base/
H A Dpriority_queue_unittest.cc207 TEST_P(PriorityQueueTest, InsertAtFront) { in TEST_P() argument
H A Dpriority_queue.h165 Pointer InsertAtFront(T value, Priority priority) { in InsertAtFront() function
/aosp_15_r20/external/lzma/CPP/Common/
H A DMyString.cpp831 void AString::InsertAtFront(char c) in InsertAtFront() function in AString
1469 void UString::InsertAtFront(wchar_t c) in InsertAtFront() function in UString