Home | History | Annotate | Download | only in Hosted

Lines Matching refs:get

146                             type, identifier, (char*)[arguments.get() bytes], [arguments.get() length]) != KERN_SUCCESS)
151 if (!reply.get() || !reply->m_returnValue)
154 return m_instanceProxy->demarshalValue(exec, (char*)CFDataGetBytePtr(reply->m_result.get()), CFDataGetLength(reply->m_result.get()));
179 if (reply.get() && reply->m_result)
203 if (reply.get() && reply->m_result)
258 if (!reply.get() || !reply->m_returnValue)
261 RetainPtr<NSArray*> array = [NSPropertyListSerialization propertyListFromData:(NSData *)reply->m_result.get()
266 for (NSNumber *number in array.get()) {
302 if (!reply.get())
338 if (!reply.get())
366 if (!reply.get() || !reply->m_returnValue)
369 return m_instanceProxy->demarshalValue(exec, (char*)CFDataGetBytePtr(reply->m_result.get()), CFDataGetLength(reply->m_result.get()));