Home
last modified time | relevance | path

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

/external/chromium_org/third_party/closure_linter/closure_linter/common/
Dtokens.py97 def IsType(self, token_type): member in Token
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
Dtokens.py97 def IsType(self, token_type): member in Token
/external/chromium_org/base/
Dvalues.h88 bool IsType(Type type) const { return type == type_; } in IsType() function
/external/chromium/base/
Dvalues.h85 bool IsType(ValueType type) const { return type == type_; } in IsType() function
/external/chromium_org/sandbox/win/src/
Dhandle_table.cc164 bool HandleTable::HandleEntry::IsType(const string16& type_string) { in IsType() function in sandbox::HandleTable::HandleEntry
/external/chromium_org/base/message_loop/
Dmessage_loop.cc347 bool MessageLoop::IsType(Type type) const { in IsType() function in base::MessageLoop
Dmessage_loop_unittest.cc1078 TEST(MessageLoopTest, IsType) { in TEST() argument
/external/clang/include/clang/Serialization/
DASTWriter.h151 bool IsType; variable
/external/chromium_org/win8/metro_driver/
Dchrome_app_view_ash.cc331 bool IsType(windevs::Input::PointerDeviceType type) const { in IsType() function in __anonc94717120111::PointerInfoHandler
/external/chromium_org/chrome/browser/custom_handlers/
Dprotocol_handler_registry_unittest.cc287 virtual bool IsType(base::MessageLoop::Type type) const OVERRIDE { in IsType() function in __anonacb7ce690111::TestMessageLoop
/external/protobuf/src/google/protobuf/
Ddescriptor.cc237 inline bool IsType() const { in IsType() function
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc255 inline bool IsType() const { in IsType() function
/external/clang/include/clang/AST/
DStmt.h203 unsigned IsType : 1; // true if operand is a type, false if an expression. variable
/external/clang/lib/Sema/
DSemaCodeComplete.cpp1150 bool ResultBuilder::IsType(const NamedDecl *ND) const { in IsType() function in ResultBuilder
DSemaExpr.cpp3486 UnaryExprOrTypeTrait ExprKind, bool IsType, in ActOnUnaryExprOrTypeTraitExpr()
/external/chromium_org/gpu/command_buffer/
Dbuild_gles2_cmd_buffer.py6327 def IsType(self, type_name): member in Function