Home
last modified time | relevance | path

Searched defs:insertString (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DMergedStringTable.cpp13 bool MergedStringTable::insertString(llvm::StringRef pString) { in insertString() function in mcld::MergedStringTable
H A DNamePool.cpp115 llvm::StringRef NamePool::insertString(const llvm::StringRef& pString) { in insertString() function in mcld::NamePool
/aosp12/system/chre/util/system/
H A Ddebug_dump.cc70 bool DebugDumpWrapper::insertString(const char *formatStr, va_list argList, in insertString() function in chre::DebugDumpWrapper
/aosp12/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.cpp46 TEST_F(NamePoolTest, insertString) { in TEST_F() argument