Home
last modified time | relevance | path

Searched refs:functions_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/unwinding/libunwindstack/tests/
H A DElfFake.cpp33 std::deque<FunctionData> ElfInterfaceFake::functions_; member in unwindstack::ElfInterfaceFake
37 if (functions_.empty()) { in GetFunctionName()
40 auto& entry = functions_.front(); in GetFunctionName()
43 functions_.pop_front(); in GetFunctionName()
H A DElfFake.h91 static void FakePushFunctionData(const FunctionData data) { functions_.push_back(data); } in FakePushFunctionData()
95 functions_.clear(); in FakeClear()
119 static std::deque<FunctionData> functions_; variable