Searched refs:stateMatcher (Results 1 – 3 of 3) sorted by relevance
59 FieldMatcher stateMatcher; in TEST() local60 stateMatcher.set_field(stateAtomId); in TEST()61 FieldMatcher* child21 = stateMatcher.add_child(); in TEST()68 translateFieldMatcher(stateMatcher, &ms.stateFields); in TEST()111 FieldMatcher stateMatcher; in TEST() local112 stateMatcher.set_field(stateAtomId); in TEST()113 FieldMatcher* child21 = stateMatcher.add_child(); in TEST()120 translateFieldMatcher(stateMatcher, &ms.stateFields); in TEST()
320 Matcher stateMatcher = sStateRe.matcher(content).region(offset, content.length()); in matchState()321 return stateMatcher.lookingAt() ? stateMatcher.toMatchResult() : null; in matchState()
219 bool handleMetricWithStateLink(const FieldMatcher& stateMatcher, in handleMetricWithStateLink() argument222 translateFieldMatcher(stateMatcher, &stateMatchers); in handleMetricWithStateLink()