Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
Dparse_xml.h43 virtual bool deserialize(Object* o, const std::string& xml) = 0;
/system/libvintf/
Dparse_xml.cpp166 inline bool deserialize(Object* object, NodeType* root) { in deserialize() function
167 bool ret = deserialize(object, root, &mLastError); in deserialize()
170 inline bool deserialize(Object* o, const std::string& xml) override { in deserialize() function
174 inline bool deserialize(Object* object, NodeType* root, std::string* error) const { in deserialize() function
189 bool ret = deserialize(o, getRootChild(doc), error); in operator ()()
199 inline bool operator()(Object* o, NodeType* node) { return deserialize(o, node); } in operator ()()
201 return deserialize(o, xml); in operator ()()
320 return conv.deserialize(t, child, error); in parseChild()
331 return conv.deserialize(t, child, error); in parseOptionalChild()
343 return conv.deserialize(&**t, child, error); in parseOptionalChild()
[all …]
/system/keymaster/android_keymaster/
Dauthorization_set.cpp366 static bool deserialize(keymaster_key_param_t* param, const uint8_t** buf_ptr, const uint8_t* end, in deserialize() function
491 if (!deserialize(elems_ + i, buf_ptr, elements_end, indirect_data_, indirect_end)) { in DeserializeElementsData()