Searched refs:GetNodesWithName (Results 1 – 3 of 3) sorted by relevance
82 TiXmlNodeVector* cmap_table = GetNodesWithName(&document_, "cmap_table"); in TEST_P()85 TiXmlNodeVector* cmaps = GetNodesWithName(cmap_table->at(0), "cmap"); in TEST_P()104 TiXmlNodeVector* maps = GetNodesWithName(*it, "map"); in TEST_P()
27 TiXmlNodeVector* GetNodesWithName(const TiXmlNode* node,
33 TiXmlNodeVector* GetNodesWithName(const TiXmlNode* node, in GetNodesWithName() function