Searched refs:functions_ (Results 1 – 2 of 2) sorted by relevance
32 std::deque<FunctionData> ElfInterfaceFake::functions_; member in unwindstack::ElfInterfaceFake36 if (functions_.empty()) { in GetFunctionName()39 auto entry = functions_.front(); in GetFunctionName()40 functions_.pop_front(); in GetFunctionName()
88 static void FakePushFunctionData(const FunctionData data) { functions_.push_back(data); } in FakePushFunctionData()92 functions_.clear(); in FakeClear()105 static std::deque<FunctionData> functions_; variable