Searched defs:isType (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptoriginalglobalobject_p.h52 inline bool isType(JSValueRef value, JSObjectRef constructor, JSValueRef prototype) const;
58 // Copy of constructors and prototypes used in isType functions.
181 return isType(value, m_dateConstructor, m_datePrototype);
186 return isType(value, m_arrayConstructor, m_arrayPrototype);
191 return isType(value, m_errorConstructor, m_errorPrototype);
199 inline bool QScriptOriginalGlobalObject::isType(JSValueRef value, JSObjectRef constructor, JSValueRef prototype) const function in class:QScriptOriginalGlobalObject
/external/skia/src/views/
H A DSkEvent.cpp77 bool SkEvent::isType(const SkString& str) const function in class:SkEvent
79 return this->isType(str.c_str(), str.size());
82 bool SkEvent::isType(const char type[], size_t typeLen) const function in class:SkEvent
H A DSkView.cpp337 bool SkView::Click::isType(const char type[]) const function in class:SkView::Click
/external/skia/src/animator/
H A DSkDisplayEvent.cpp285 bool SkEvent::isType(char const*, size_t ) const { return false; } function in class:SkEvent
/external/clang/include/clang/Serialization/
H A DASTWriter.h126 bool isType() const { return IsType; } function in class:clang::ASTWriter::DeclOrType
130 assert(isType() && "Not a type!");
/external/llvm/lib/VMCore/
H A DDebugInfo.cpp198 /// isType - Return true if the specified tag is legal for DIType.
199 bool DIDescriptor::isType() const { function in class:DIDescriptor
599 if (isType())
619 if (isType())
776 if (D.isType())
886 if (D.isType())
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp369 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
395 if (isType) {
468 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
481 if (isType) {
368 ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument
467 ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 743 milliseconds