Home
last modified time | relevance | path

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

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