Searched refs:Postpone (Results 1 – 8 of 8) sorted by relevance
64 virtual void Postpone(std::chrono::seconds delay) = 0;96 void Postpone(std::chrono::seconds delay) override;
48 MOCK_METHOD1(Postpone, void(std::chrono::seconds));271 EXPECT_CALL(*ongoing_probe, Postpone(_)).Times(1); in TEST_F()302 EXPECT_CALL(*ongoing_probe, Postpone(_)).Times(1); in TEST_F()308 EXPECT_CALL(*ongoing_probe, Postpone(_)).Times(1); in TEST_F()
91 void MdnsProbeImpl::Postpone(std::chrono::seconds delay) { in Postpone() function in openscreen::discovery::MdnsProbeImpl
171 it->probe->Postpone(kSimultaneousProbeDelay); in TiebreakSimultaneousProbes()
19 // Postpone expansion of package.json until we configure version property in build.gradle
30 // Postpone expansion of package.json until we configure version property in build.gradle
160 Postpone for future extension. [A. Jackson]
6983 enum Action { Invalid, Ignore, Postpone } action; enumerator7109 actions.push_back({cxChild, PostChildrenAction::Postpone}); in DetermineChildActions()7392 if (ChildAction.action == PostChildrenAction::Postpone) { in HandlePostPonedChildCursors()