Home
last modified time | relevance | path

Searched refs:IdToString (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp54 IdToString.insert({P.first->getValue(), P.first->getKey()}); in insert()
91 Result.reserve(IdToString.size()); in sortedIds()
92 for (const auto &Entry : IdToString) in sortedIds()
105 auto Iter = IdToString.find(Id); in getStringForId()
106 assert(Iter != IdToString.end()); in getStringForId()
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest_stress_test.cc63 std::string IdToString(int id) { in IdToString() function
77 EXPECT_STREQ(IdToString(id).c_str(), property->value()); in ExpectKeyAndValueWereRecordedForId()
99 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str()); in ManyAsserts()
101 Test::RecordProperty("shared_key", IdToString(id).c_str()); in ManyAsserts()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugStringTableSubsection.h88 DenseMap<uint32_t, StringRef> IdToString;