Searched refs:functions_ (Results 1 – 2 of 2) sorted by relevance
33 std::deque<FunctionData> ElfInterfaceFake::functions_; member in unwindstack::ElfInterfaceFake37 if (functions_.empty()) { in GetFunctionName()40 auto& entry = functions_.front(); in GetFunctionName()43 functions_.pop_front(); in GetFunctionName()
91 static void FakePushFunctionData(const FunctionData data) { functions_.push_back(data); } in FakePushFunctionData()95 functions_.clear(); in FakeClear()119 static std::deque<FunctionData> functions_; variable