Lines Matching full:static_cast
36 String* name1 = *static_cast<String**>(key1);
37 String* name2 = *static_cast<String**>(key2);
52 ASSERT(*static_cast<String**>(p->key) == *name);
54 return static_cast<Interface*>(p->value);
84 (*static_cast<String**>(name))->ToAsciiArray());
106 static_cast<Interface*>(p->value)->Unify(interface, zone, ok);
185 this->DoAdd(p->key, p->hash, static_cast<Interface*>(p->value), zone, ok);
210 PrintF("%p", static_cast<void*>(this));
212 PrintF("->%p", static_cast<void*>(link));
233 String* name = *static_cast<String**>(p->key);
234 Interface* interface = static_cast<Interface*>(p->value);