Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp53 IdToString.insert({P.first->getValue(), P.first->getKey()}); in insert()
90 Result.reserve(IdToString.size()); in sortedIds()
91 for (const auto &Entry : IdToString) in sortedIds()
104 auto Iter = IdToString.find(Id); in getStringForId()
105 assert(Iter != IdToString.end()); in getStringForId()
/src/contrib/googletest/googletest/test/
H A Dgtest_stress_test.cc63 std::string IdToString(int id) { in IdToString() function
76 EXPECT_STREQ(IdToString(id).c_str(), property->value()); in ExpectKeyAndValueWereRecordedForId()
98 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str()); in ManyAsserts()
100 Test::RecordProperty("shared_key", IdToString(id).c_str()); in ManyAsserts()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugStringTableSubsection.h87 DenseMap<uint32_t, StringRef> IdToString;