Home
last modified time | relevance | path

Searched refs:FillInEntryFromString (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/extras/memory_replay/tests/
H A DMemoryTraceTest.cpp31 ASSERT_TRUE(memory_trace::FillInEntryFromString(line, entry, error)) << error; in TEST()
41 ASSERT_TRUE(memory_trace::FillInEntryFromString(line, entry, error)) << error; in TEST()
56 EXPECT_FALSE(memory_trace::FillInEntryFromString(line, entry, error)); in TEST()
61 EXPECT_FALSE(memory_trace::FillInEntryFromString(line, entry, error)); in TEST()
66 EXPECT_FALSE(memory_trace::FillInEntryFromString(line, entry, error)); in TEST()
74 ASSERT_TRUE(memory_trace::FillInEntryFromString(line, entry, error)) << error; in TEST()
84 ASSERT_TRUE(memory_trace::FillInEntryFromString(line, entry, error)) << error; in TEST()
99 EXPECT_FALSE(memory_trace::FillInEntryFromString(line, entry, error)); in TEST()
104 EXPECT_FALSE(memory_trace::FillInEntryFromString(line, entry, error)); in TEST()
112 ASSERT_TRUE(memory_trace::FillInEntryFromString(line, entry, error)) << error; in TEST()
[all …]
/aosp_15_r20/system/extras/memory_replay/include/memory_trace/
H A DMemoryTrace.h48 bool FillInEntryFromString(const std::string& line, Entry& entry, std::string& error);
/aosp_15_r20/system/extras/memory_replay/
H A DFile.cpp158 if (!memory_trace::FillInEntryFromString(&contents[start_str], (*entries)[entry_idx++], in GetUnwindInfo()
H A DMemoryTrace.cpp32 bool FillInEntryFromString(const std::string& line, Entry& entry, std::string& error) { in FillInEntryFromString() function