Searched refs:hasMatch (Results 1 – 7 of 7) sorted by relevance
19 assertTrue(matcher.hasMatch()); in testSimpleValidArray()41 assertTrue(matcher.hasMatch()); in testSimpleValidObject()75 assertTrue(matcher.hasMatch()); in _testSimpleValidString()92 assertFalse(matcher.hasMatch()); in testSimpleInvalid()
71 public boolean hasMatch() { return _match != null; } in hasMatch() method in DataFormatMatcher94 return hasMatch() ? getMatch().getFormatName() : null; in getMatchedFormatName()
245 int64 hasMatch; in RestoreInternal() local247 reader->ReadScalar(full_name("hasMatch"), &hasMatch)); in RestoreInternal()248 hasMatch_ = static_cast<bool>(hasMatch); in RestoreInternal()
324 public boolean hasMatch() { return _match != null; } in hasMatch() method in DataFormatReaders.Match
2160 if (!match.hasMatch()) { in _detectBindAndClose()2171 if (!match.hasMatch()) { in _detectBindAndClose()2188 if (!match.hasMatch()) { in _detectBindAndReadValues()2205 if (!match.hasMatch()) { in _detectBindAndCloseAsTree()
149 bool hasMatch(string name) const;
887 bool Definition::hasMatch(string name) const { in hasMatch() function in Definition892 if (child->hasMatch(name)) { in hasMatch()