Home
last modified time | relevance | path

Searched defs:RhsElement (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/native/utils/grammar/utils/
Drules.h62 struct RhsElement { struct
63 RhsElement() {} in RhsElement() argument
64 explicit RhsElement(const std::string& terminal, const bool is_optional) in RhsElement() function
87 std::vector<RhsElement> rhs; argument