Home
last modified time | relevance | path

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

/device/google/trout/hal/dumpstate/1.1/config/
DXmlServiceSupplier.h27 static std::optional<XmlServiceSupplier> fromBuffer(const std::string& buffer);
DXmlServiceSupplier.cpp36 std::optional<XmlServiceSupplier> XmlServiceSupplier::fromBuffer(const std::string& buffer) { in fromBuffer() function in XmlServiceSupplier
/device/google/trout/hal/dumpstate/1.1/tests/
Dtests.cpp63 auto supplier = XmlServiceSupplier::fromBuffer(buf); in TEST()