Home
last modified time | relevance | path

Searched refs:findObject (Results 1 – 6 of 6) sorted by relevance

/external/clang/utils/
DClangDataFormat.py111 obj = findObject(typename, frame)
117 def findObject(typename, frame): function
/external/v8/src/inspector/
Dinjected-script.h114 Response findObject(const RemoteObjectId&, v8::Local<v8::Value>*) const;
Dinjected-script.cc668 Response InjectedScript::findObject(const RemoteObjectId& objectId, in findObject() function in v8_inspector::InjectedScript
721 return findObject(*remoteObjectId, result); in resolveCallArgument()
976 response = injectedScript->findObject(*remoteId, &m_object); in findInjectedScript()
Dv8-inspector-session-impl.cc289 response = injectedScript->findObject(*remoteId, object); in unwrapObject()
/external/clang/test/SemaObjC/
Dparameterized_classes_subst.m93 - (T)findObject:(T)object;
163 ip = [stringSet findObject:@"blah"]; // expected-warning{{from 'NSString *'}}
/external/clang/test/SemaObjCXX/
Dparameterized_classes_subst.mm90 - (T)findObject:(T)object;
119 ip = [stringSet findObject:@"blah"]; // expected-error{{from incompatible type 'NSString *'}}