Searched refs:node (Results 1 – 4 of 4) sorted by relevance
/mipi-sys-t-3.6.0-3.5.0/printer/src/ |
D | mipi_syst_collateral.cpp | 100 collateral::collateral(pugi::xml_node& node, const std::string& file) : in collateral() argument 102 m_name(node.attribute("Name").as_string()) in collateral() 106 parseMaskedItems(node.child(tagGuids), tagGuid, m_guids); in collateral() 107 parseMaskedItems(node.child(tagBuilds), tagBuild, m_builds); in collateral() 108 parseMaskedItems(node.child(tagSourceFiles), tagFile, m_files); in collateral() 109 parseMaskedItems(node.child(tagModules), tagModule, m_modules); in collateral() 110 parseMaskedItems(node.child(tagCatalog32), tagFormat, m_msgs32); in collateral() 111 parseMaskedItems(node.child(tagCatalog64), tagFormat, m_msgs64); in collateral() 112 parseMaskedItems(node.child(tagShort32), tagFormat, m_shorts32); in collateral() 113 parseMaskedItems(node.child(tagShort64), tagFormat, m_shorts64); in collateral() [all …]
|
/mipi-sys-t-3.6.0-3.5.0/printer/include/ |
D | mipi_syst_collateral.h | 173 collateral(pugi::xml_node& node, const std::string& file);
|
/mipi-sys-t-3.6.0-3.5.0/library/doxygen/ |
D | Catgen.md | 137 and contains at least one syst:Client child node.
|
D | Doxyfile.in | 1759 # the class node. If there are many fields or methods and many nodes the 1851 # visualized by representing a node as a red box. Note that doxygen if the 1852 # number of direct children of the root node in a graph is already larger than 1861 # that lay further from the root node will be omitted. Note that setting this
|