Searched refs:pOperation (Results 1 – 2 of 2) sorted by relevance
312 Operation *pOperation = operation->Unmarshalling(in); variable313 if (pOperation != nullptr) {314 EXPECT_EQ(true, *pOperation == *(operation.get()));316 EXPECT_EQ(true, pOperation != nullptr);
346 DistributedOperation* pOperation = operation->Unmarshalling(in); variable347 if (pOperation != nullptr) {348 EXPECT_EQ(true, *pOperation == *(operation.get()));350 EXPECT_EQ(true, pOperation != nullptr);