Searched refs:UtilsInterface (Results 1 – 6 of 6) sorted by relevance
15 class UtilsInterface;24 const UtilsInterface& getUtils();132 class UtilsInterface class135 UtilsInterface() = default;136 UtilsInterface(const UtilsInterface&) = delete;137 UtilsInterface& operator=(const UtilsInterface&) = delete;138 UtilsInterface(UtilsInterface&&) = delete;139 UtilsInterface& operator=(UtilsInterface&&) = delete;144 virtual ~UtilsInterface() = default;183 class Utils : public UtilsInterface
117 std::map<std::string, utils::UtilsInterface::PropertyType>;
82 const UtilsInterface& getUtils() in getUtils()
8 class MockedUtils : public UtilsInterface52 inline const UtilsInterface& getUtils() in getUtils()
23 using PropertyType = utils::UtilsInterface::PropertyType;
24 using PropertyType = utils::UtilsInterface::PropertyType;