Searched refs:hasMatch (Results 1 – 5 of 5) sorted by relevance
231 int64 hasMatch; in RestoreInternal() local233 reader->ReadScalar(full_name("hasMatch"), &hasMatch)); in RestoreInternal()234 hasMatch_ = static_cast<bool>(hasMatch); in RestoreInternal()
149 bool hasMatch(string name) const;
887 bool Definition::hasMatch(string name) const { in hasMatch() function in Definition892 if (child->hasMatch(name)) { in hasMatch()