Searched refs:GetDescription (Results 1 – 3 of 3) sorted by relevance
54 std::string GetDescription(Level level);
72 std::string GetDescription(Level level) { in GetDescription() function137 std::cout << GetDescription(mat->level()) << std::endl; in main()
367 template <IDL idl, typename Service, typename GcCallbackImpl, typename GetDescription>368 static void runDevGcOnHal(Service service, GcCallbackImpl cb, GetDescription get_description) { in runDevGcOnHal()