reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
101 target.ReadCStringFromMemory(apiname_ptr, apiName, read_error); 107 if (apiName.substr(0, 2) == "-[") { 108 size_t spacePos = apiName.find(" "); 110 className = apiName.substr(2, spacePos - 2); 111 selector = apiName.substr(spacePos + 1, apiName.length() - spacePos - 2); 111 selector = apiName.substr(spacePos + 1, apiName.length() - spacePos - 2); 141 d->AddStringItem("api_name", apiName); 145 apiName + " must be used from main thread only");