Searched refs:BeforeApply (Results 1 – 3 of 3) sorted by relevance
81 virtual Status BeforeApply() { return OkStatus(); } in BeforeApply() function
331 if (const Status status = backend_.BeforeApply(); !status.ok()) { in DoApply()
318 if (const Status status = backend_.BeforeApply(); !status.ok()) { in DoApply()