Searched refs:mDeferredExpectations (Results 1 – 4 of 4) sorted by relevance
496 mDeferredExpectations.push_back(std::move(deferred)); in AddBufferExpectation()497 mDeferredExpectations.back().message = std::make_unique<std::ostringstream>(); in AddBufferExpectation()498 return *(mDeferredExpectations.back().message.get()); in AddBufferExpectation()541 mDeferredExpectations.push_back(std::move(deferred)); in AddTextureExpectation()542 mDeferredExpectations.back().message = std::make_unique<std::ostringstream>(); in AddTextureExpectation()543 return *(mDeferredExpectations.back().message.get()); in AddTextureExpectation()622 for (const auto& expectation : mDeferredExpectations) { in ResolveExpectations()
248 std::vector<DeferredExpectation> mDeferredExpectations; variable
1082 mDeferredExpectations.push_back(std::move(deferred)); in AddBufferExpectation()1083 mDeferredExpectations.back().message = std::make_unique<std::ostringstream>(); in AddBufferExpectation()1084 return *(mDeferredExpectations.back().message.get()); in AddBufferExpectation()1133 mDeferredExpectations.push_back(std::move(deferred)); in AddTextureExpectationImpl()1134 mDeferredExpectations.back().message = std::make_unique<std::ostringstream>(); in AddTextureExpectationImpl()1135 return *(mDeferredExpectations.back().message.get()); in AddTextureExpectationImpl()1485 for (const auto& expectation : mDeferredExpectations) { in ResolveExpectations()
567 std::vector<DeferredExpectation> mDeferredExpectations; variable