Searched refs:XmlNodeConverter (Results 1 – 1 of 1) sorted by relevance
/system/libvintf/ |
D | parse_xml.cpp | 139 struct XmlNodeConverter : public XmlConverter<Object> { struct 140 XmlNodeConverter() {} in XmlNodeConverter() argument 141 virtual ~XmlNodeConverter() {} in ~XmlNodeConverter() argument 236 inline void appendChildren(NodeType* parent, const XmlNodeConverter<T>& conv, in appendChildren() argument 312 inline bool parseChild(NodeType* root, const XmlNodeConverter<T>& conv, T* t, in parseChild() argument 324 inline bool parseOptionalChild(NodeType* root, const XmlNodeConverter<T>& conv, in parseOptionalChild() argument 335 inline bool parseOptionalChild(NodeType* root, const XmlNodeConverter<T>& conv, in parseOptionalChild() argument 347 inline bool parseChildren(NodeType* root, const XmlNodeConverter<T>& conv, std::vector<T>* v, in parseChildren() argument 363 inline bool parseChildren(NodeType* root, const XmlNodeConverter<T>& conv, Container* s, in parseChildren() argument 381 inline bool parseChildren(NodeType* root, const XmlNodeConverter<std::pair<K, V>>& conv, in parseChildren() argument [all …]
|