Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/allocd/
Dutils.cpp49 const std::map<std::string, RequestType> StrToRequestTyMap = { variable
132 auto it = StrToRequestTyMap.find(req); in StrToReqTy()
133 if (it == StrToRequestTyMap.end()) { in StrToReqTy()