Searched refs:last_operation_ (Results 1 – 3 of 3) sorted by relevance
28 TestOpHandler() : last_operation_(new std::string("")) {} in TestOpHandler()33 *last_operation_ = operation->Name(); in Execute()39 merged_handler.reset(new TestOpHandler(next_handler, last_operation_)); in Merge()45 std::shared_ptr<std::string> last_operation_; member in tensorflow::TestOpHandler50 : next_handler_(next_handler), last_operation_(last_operation) { in TestOpHandler()72 EXPECT_EQ("", *outer_handler->last_operation_); in TEST()76 EXPECT_EQ("NoOp", *outer_handler->last_operation_); in TEST()77 *outer_handler->last_operation_ = ""; in TEST()78 EXPECT_EQ("", *inner_handler->last_operation_); in TEST()90 EXPECT_EQ("NoOp", *inner_handler->last_operation_); in TEST()[all …]
372 Operation last_operation_ RTC_GUARDED_BY(mutex_);
539 return last_operation_; in last_operation_for_test()935 last_operation_ = operation; in GetAudioInternal()