Searched defs:parseText (Results 1 – 2 of 2) sorted by relevance
377 inline bool parseText(NodeType* node, std::string* s, std::string* /* error */) const { in parseText() function383 inline bool parseText(NodeType* node, T* s, std::string* error) const { in parseText() function389 inline bool parseText(NodeType* node, T* s, in parseText() function
268 private void parseText() { in parseText() method in AbstractMessageParser