Home | History | Annotate | Download | only in libvintf

Lines Matching full:parsetext

366     inline bool parseText(NodeType* node, std::string* s, std::string* /* error */) const {
372 inline bool parseText(NodeType* node, T* s, std::string* error) const {
394 return this->parseText(root, object, error);
419 !parseText(root, &object->transport, error)) {
444 !parseText(root, &stringValue, error)) {