Searched defs:converter (Results 1 – 6 of 6) sorted by relevance
86 base::JSONValueConverter<DeviceProperties> converter; in DeviceProperties() local93 void DeviceProperties::RegisterJSONConverter(base::JSONValueConverter<DeviceProperties>* converter)… in RegisterJSONConverter()
35 const XmlConverter<T>& converter, T* outObject, std::string* error) { in fetchAllInformation()
108 const XmlConverter<T>& converter) { in readObject()
608 AssembleStatus tryAssemble(const XmlConverter<Schema>& converter, const std::string& schemaName, in tryAssemble()
33 std::optional<T> readObject(const std::string& path, const XmlConverter<T>& converter) { in readObject()
326 sp<Converter> converter = new Converter(halInterface); in _castFromHalBaseAndConvert() local