Searched refs:opKeyUriMap_ (Results 1 – 1 of 1) sorted by relevance
40 static const std::map<std::string, OpKeyUriType> opKeyUriMap_ = { variable275 if (!path.empty() && !opKeyUriMap_.empty()) { in ParseUriType()277 auto it = opKeyUriMap_.find(path); in ParseUriType()278 if (it != opKeyUriMap_.end()) { in ParseUriType()