Searched refs:OnContextPoolInsert (Results 1 – 6 of 6) sorted by relevance
28 MOCK_METHOD1(OnContextPoolInsert, void(const std::shared_ptr<Context> &context));42 EXPECT_CALL(*listener, OnContextPoolInsert).Times(AtLeast(0)); in Create()43 …ON_CALL(*listener, OnContextPoolInsert).WillByDefault([callback](const std::shared_ptr<Context> &c… in Create()
35 void OnContextPoolInsert(const std::shared_ptr<Context> &context) {}; in OnContextPoolInsert() function
68 void OnContextPoolInsert(const std::shared_ptr<Context> &context){}; in OnContextPoolInsert() function
39 void OnContextPoolInsert(const std::shared_ptr<Context> &context) {}; in OnContextPoolInsert() function
30 virtual void OnContextPoolInsert(const std::shared_ptr<Context> &context) = 0;
111 listener->OnContextPoolInsert(context); in Insert()