Home
last modified time | relevance | path

Searched refs:AssertionNode (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/native/utils/grammar/parsing/
Dparse-tree.h116 struct AssertionNode : public ParseTree { struct
117 explicit AssertionNode(const Nonterm arg_lhs, in AssertionNode() function
Dderivation.cc33 if (static_cast<const AssertionNode*>(node)->negative) { in IsValid()
Dmatcher.cc342 AssertionNode* assertion_node = arena_->AllocAndInit<AssertionNode>( in ExecuteLhsSet()