Searched defs:isType (Results 1 – 10 of 10) sorted by relevance
67 cvox.NormalResult.prototype.isType = function(result) { method in cvox.NormalResult124 cvox.WeatherResult.prototype.isType = function(result) { method in cvox.WeatherResult217 cvox.KnowResult.prototype.isType = function(result) { method in cvox.KnowResult270 cvox.CalcResult.prototype.isType = function(result) { method in cvox.CalcResult310 cvox.GameResult.prototype.isType = function(result) { method in cvox.GameResult330 cvox.ImageResult.prototype.isType = function(result) { method in cvox.ImageResult390 cvox.CategoryResult.prototype.isType = function(result) { method in cvox.CategoryResult426 cvox.AdResult.prototype.isType = function(result) { method in cvox.AdResult
24 cvox.AbstractResult.prototype.isType = function(result) { method in cvox.AbstractResult
77 bool SkEvent::isType(const SkString& str) const in isType() function in SkEvent82 bool SkEvent::isType(const char type[], size_t typeLen) const in isType() function in SkEvent
337 bool SkView::Click::isType(const char type[]) const in isType() function in SkView::Click
136 bool isType() const { return IsType; } in isType() function
227 bool DIDescriptor::isType() const { in isType() function in DIDescriptor
444 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid()531 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof()
149 inline bool isType(Tag T) { in isType() function