We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec30d1 commit 9a69bd1Copy full SHA for 9a69bd1
Firestore/core/src/util/testing_hooks.h
@@ -79,14 +79,14 @@ class TestingHooks final {
79
* could still occur _after_ unregistering.
80
*/
81
std::shared_ptr<api::ListenerRegistration> OnExistenceFilterMismatch(
82
- ExistenceFilterMismatchCallback);
+ ExistenceFilterMismatchCallback callback);
83
84
/**
85
* Invokes all currently-registered `OnExistenceFilterMismatch` callbacks
86
* synchronously.
87
* @param info Information about the existence filter mismatch.
88
89
- void NotifyOnExistenceFilterMismatch(const ExistenceFilterMismatchInfo&);
+ void NotifyOnExistenceFilterMismatch(const ExistenceFilterMismatchInfo& info);
90
91
private:
92
TestingHooks() = default;
0 commit comments