Searched refs:has_new_schemas (Results 1 – 6 of 6) sorted by relevance
118 void SchemaRegistry::Notify(bool has_new_schemas) { in Notify() argument121 observer.OnSchemaRegistryUpdated(has_new_schemas); in Notify()169 void CombinedSchemaRegistry::OnSchemaRegistryUpdated(bool has_new_schemas) { in OnSchemaRegistryUpdated() argument171 Combine(has_new_schemas); in OnSchemaRegistryUpdated()187 void CombinedSchemaRegistry::Combine(bool has_new_schemas) { in Combine() argument214 Notify(has_new_schemas); in Combine()251 void ForwardingSchemaRegistry::OnSchemaRegistryUpdated(bool has_new_schemas) { in OnSchemaRegistryUpdated() argument254 Notify(has_new_schemas); in OnSchemaRegistryUpdated()
37 virtual void OnSchemaRegistryUpdated(bool has_new_schemas) = 0;92 void Notify(bool has_new_schemas);123 void OnSchemaRegistryUpdated(bool has_new_schemas) override;129 void Combine(bool has_new_schemas);154 void OnSchemaRegistryUpdated(bool has_new_schemas) override;
65 bool has_new_schemas) { in OnSchemaRegistryUpdated() argument68 if (has_new_schemas) { in OnSchemaRegistryUpdated()
72 void OnSchemaRegistryUpdated(bool has_new_schemas) override;
75 void OnSchemaRegistryUpdated(bool has_new_schemas) override;
71 bool has_new_schemas) {} in OnSchemaRegistryUpdated() argument