Home
last modified time | relevance | path

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

/system/libvintf/
Dparse_xml.cpp90 inline std::string getText(NodeType *root) { in getText() function
288 *s = getText(child); in parseTextElement()
296 *s = child == nullptr ? std::move(defaultValue) : getText(child); in parseOptionalTextElement()
305 v->at(i) = getText(nodes[i]); in parseTextElements()
367 *s = getText(node); in parseText()
373 std::string text = getText(node); in parseText()