Home
last modified time | relevance | path

Searched refs:_PathMap (Results 1 – 2 of 2) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A Dproperty.cpp203 using _PathMap = std::vector<std::pair<SdfPath, SdfPath>>; typedef
207 _MapPath(_PathMap const &map, SdfPath const &path) in _MapPath()
262 _PathMap pathMap; in _GetTargets()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DRemoteWebConfigurationHost.cs38 private Hashtable _PathMap; // configPath -> configFile field in System.Web.Configuration.RemoteWebConfigurationHost
76 _PathMap = new Hashtable(StringComparer.OrdinalIgnoreCase); in InitForConfiguration()
147 _PathMap.Add(configPathTemp, physicalFilePath); in InitForConfiguration()
196 return (string) _PathMap[configPath]; in GetStreamName()