Home
last modified time | relevance | path

Searched defs:IsType (Results 1 – 15 of 15) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/rules/
Drule.py24 def IsType(self, rule_type_name): member in Rule
Dlog_url.py35 def IsType(self, rule_type_name): member in LogUrl
/external/libmojo/third_party/catapult/devil/devil/utils/
Dusb_hubs.py35 def IsType(self, node): member in HubType
/external/chromium-trace/catapult/devil/devil/utils/
Dusb_hubs.py40 def IsType(self, node): member in HubType
/external/libchrome/base/
Dvalues.h76 bool IsType(Type type) const { return type == type_; } in IsType() function
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddecoder_database.cc144 bool DecoderDatabase::IsType(uint8_t rtp_payload_type, in IsType() function in webrtc::DecoderDatabase
/external/clang/lib/Sema/
DAttributeList.cpp161 unsigned IsType : 1; member
DSemaCodeComplete.cpp1166 bool ResultBuilder::IsType(const NamedDecl *ND) const { in IsType() function in ResultBuilder
DSemaDecl.cpp78 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); in ValidateCandidate() local
DSemaExpr.cpp4040 UnaryExprOrTypeTrait ExprKind, bool IsType, in ActOnUnaryExprOrTypeTraitExpr()
/external/libchrome/base/message_loop/
Dmessage_loop.cc322 bool MessageLoop::IsType(Type type) const { in IsType() function in base::MessageLoop
Dmessage_loop_unittest.cc853 TEST(MessageLoopTest, IsType) { in TEST() argument
/external/clang/include/clang/Serialization/
DASTWriter.h169 bool IsType; variable
/external/clang/include/clang/AST/
DStmt.h166 unsigned IsType : 1; // true if operand is a type, false if an expression. in LLVM_ALIGNAS() local
/external/protobuf/src/google/protobuf/
Ddescriptor.cc283 inline bool IsType() const { in IsType() function