Home
last modified time | relevance | path

Searched refs:FromPlist (Results 1 – 10 of 10) sorted by relevance

/dports/devel/libplist/libplist-2.2.0/include/plist/
H A DNode.h42 static Node* FromPlist(plist_t node, Node* parent = NULL);
/dports/devel/py-libplist/libplist-2.2.0/include/plist/
H A DNode.h42 static Node* FromPlist(plist_t node, Node* parent = NULL);
/dports/devel/libplist/libplist-2.2.0/src/
H A DNode.cpp120 Node* Node::FromPlist(plist_t node, Node* parent) in FromPlist() function in PList::Node
H A DStructure.cpp95 ret = static_cast<Structure*>(Node::FromPlist(root)); in ImportStruct()
H A DArray.cpp43 array.push_back( Node::FromPlist(subnode, _this) ); in array_fill()
H A DDictionary.cpp41 map[std::string(key)] = Node::FromPlist(subnode, _this); in dictionary_fill()
/dports/devel/py-libplist/libplist-2.2.0/src/
H A DStructure.cpp95 ret = static_cast<Structure*>(Node::FromPlist(root)); in ImportStruct()
H A DNode.cpp120 Node* Node::FromPlist(plist_t node, Node* parent) in FromPlist() function in PList::Node
H A DArray.cpp43 array.push_back( Node::FromPlist(subnode, _this) ); in array_fill()
H A DDictionary.cpp41 map[std::string(key)] = Node::FromPlist(subnode, _this); in dictionary_fill()