Lines Matching full:namespaces
18 // std::unordered_map<string, xmlNsPtr> namespaces;
24 // PopulateNamespaces(&namespaces);
30 // Serializer device_serializer(namespaces, device_node);
81 // void PopulateNamespaces(std::unordered_map<string, xmlNsPtr>* namespaces) {
94 // namespaces->insert(device_name, device_ns);
95 // namespaces->insert(camera_name, camera_ns);
96 // namespaces->insert(audio_name, audio_ns);
97 // namespaces->insert(image_name, image_ns);
107 // The namespaces map serves to keep XML namespace creation out of this
110 // The namespaces parameter is a map of node names to full namespaces.
111 // This contains all the namespaces (nodes and properties) that will be used
115 SerializerImpl(const std::unordered_map<string, xmlNsPtr>& namespaces,
159 const std::unordered_map<string, xmlNsPtr>& namespaces, xmlNodePtr node);