Searched defs:configRoot (Results 1 – 1 of 1) sorted by relevance
93 int64_t parseXMLInt64(const tinyxml2::XMLElement& configRoot, const char* elementName) { in parseXMLInt64()103 float parseXMLFloat(const tinyxml2::XMLElement& configRoot, const char* elementName) { in parseXMLFloat()279 const tinyxml2::XMLElement* configRoot = configDocument.FirstChildElement("motion-predictor"); in create() local