Home
last modified time | relevance | path

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

/system/libvintf/
Dparse_xml.cpp130 struct XmlNodeConverter : public XmlConverter<Object> { struct
131 XmlNodeConverter() {} in XmlNodeConverter() argument
132 virtual ~XmlNodeConverter() {} in ~XmlNodeConverter() argument
214 inline void appendChildren(NodeType *parent, const XmlNodeConverter<T> &conv, in appendChildren() argument
279 inline bool parseChild(NodeType *root, const XmlNodeConverter<T> &conv, T *t) const { in parseChild() argument
294 inline bool parseOptionalChild(NodeType *root, const XmlNodeConverter<T> &conv, in parseOptionalChild() argument
309 …inline bool parseChildren(NodeType *root, const XmlNodeConverter<T> &conv, std::vector<T> *v) cons… in parseChildren() argument
323 … inline bool parseChildren(NodeType *root, const XmlNodeConverter<T> &conv, std::set<T> *s) const { in parseChildren() argument
358 struct XmlTextConverter : public XmlNodeConverter<Object> {
381 struct TransportArchConverter : public XmlNodeConverter<TransportArch> {
[all …]