Lines Matching full:static_cast
74 ImmutableArray* array = static_cast<ImmutableArray*>(m_root);
75 encoder->encode(static_cast<uint64_t>(array->size()));
81 ImmutableDictionary* dictionary = static_cast<ImmutableDictionary*>(m_root);
83 encoder->encode(static_cast<uint64_t>(map.size()));
94 WebString* string = static_cast<WebString*>(m_root);
99 WebSerializedScriptValue* scriptValue = static_cast<WebSerializedScriptValue*>(m_root);
104 WebDouble* doubleObject = static_cast<WebDouble*>(m_root);
109 WebUInt64* uint64Object = static_cast<WebUInt64*>(m_root);
114 WebBoolean* booleanObject = static_cast<WebBoolean*>(m_root);
119 WebURL* urlObject = static_cast<WebURL*>(m_root);
124 WebUserContentURLPattern* urlPattern = static_cast<WebUserContentURLPattern*>(m_root);
129 WebImage* image = static_cast<WebImage*>(m_root);
145 WebData* data = static_cast<WebData*>(m_root);
150 WebCertificateInfo* certificateInfo = static_cast<WebCertificateInfo*>(m_root);
194 type = static_cast<APIObject::Type>(typeAsUInt32);