Searched refs:FunctionLocation (Results 1 – 1 of 1) sorted by relevance
25 struct FunctionLocation struct30 bool operator==(const FunctionLocation &rhs) const { return name == rhs.name && file == rhs.file; } in operator ==() argument31 bool operator!=(const FunctionLocation &rhs) const { return !(*this == rhs); } in operator !=() argument35 std::size_t operator()(const FunctionLocation &l) const noexcept in operator ()()45 FunctionLocation function;55 return FunctionLocation::Hash()(l.function) * 31 + in operator ()()