Lines Matching full:find
63 if (info.first.find(PACKAGE_PATH_SEGMENT) != CString::npos || in CheckIsRecordWithBundleName()
64 info.first.find(NPM_PATH_SEGMENT) != CString::npos) { in CheckIsRecordWithBundleName()
105 auto it = map->find(offset); in GetOrInsertConstantPool()
195 auto iter = methodLiteralMap_.find(offset); in FindMethodLiteral()
207 auto info = jsRecordInfo_.find(recordName); in IsModule()
215 CString msg = "cannot find record '" + fullRecordName + "', please check the request path."; in IsModule()
224 auto info = jsRecordInfo_.find(recordName); in IsCjs()
228 CString msg = "cannot find record '" + recordName + "', please check the request path."; in IsCjs()
237 auto info = jsRecordInfo_.find(recordName); in IsJson()
241 CString msg = "cannot find record '" + recordName + "', please check the request path."; in IsJson()
251 auto info = jsRecordInfo_.find(recordName); in GetJsonStringId()
256 CString msg = "cannot find record '" + recordName + "', please check the request path."; in GetJsonStringId()