Home
last modified time | relevance | path

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

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