Searched defs:HalResult (Results 1 – 4 of 4) sorted by relevance
111 explicit HalResult(T&& value) in HalResult() function113 explicit HalResult(std::string errorMessage, bool unsupported) in HalResult() function162 explicit HalResult(std::string errorMessage) in HalResult() function
469 struct HalResult { struct470 std::shared_ptr<ScopedAStatus> result = std::make_shared<ScopedAStatus>();471 T value;
340 struct HalResult { struct341 Result result;342 T value;
74 explicit HalResult(T value) in HalResult() function