Searched refs:sDebugName (Results 1 – 2 of 2) sorted by relevance
43 const std::string sDebugName = std::string("Test LayerFE"); variable52 EXPECT_CALL(layerFE, getDebugName()).WillRepeatedly(Return(sDebugName.c_str())); in setupMocksForLayer()
36 const std::string sDebugName = std::string("Test LayerFE"); variable83 const std::string& debugName = sDebugName) { in setupMocksForLayer()187 EXPECT_EQ(sDebugName, mLayerState->getName()); in TEST_F()