Home
last modified time | relevance | path

Searched defs:VersionConverter (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/libvintf/
H A Dparse_xml.cpp425 struct VersionConverter : public XmlTextConverter<Version> { struct
426 std::string elementName() const override { return "version"; } in elementName()
/aosp12/system/libvintf/test/
H A DLibVintfTest.cpp474 TEST_F(LibVintfTest, VersionConverter) { in TEST_F() argument