Searched defs:IsType (Results 1 - 13 of 13) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dtokens.py97 def IsType(self, token_type): member in class:Token
/external/chromium_org/third_party/closure_linter/closure_linter/common/
H A Dtokens.py97 def IsType(self, token_type): member in class:Token
/external/chromium/base/
H A Dvalues.h85 bool IsType(ValueType type) const { return type == type_; } function in class:Value
/external/chromium_org/base/
H A Dvalues.h86 bool IsType(Type type) const { return type == type_; } function in class:base::Value
/external/chromium_org/sandbox/win/src/
H A Dhandle_table.cc164 bool HandleTable::HandleEntry::IsType(const string16& type_string) { function in class:sandbox::HandleTable::HandleEntry
/external/chromium_org/base/message_loop/
H A Dmessage_loop.cc333 bool MessageLoop::IsType(Type type) const { function in class:base::MessageLoop
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view_ash.cc209 bool IsType(windevs::Input::PointerDeviceType type) const { function in class:__anon14855::PointerInfoHandler
218 return IsType(windevs::Input::PointerDeviceType_Mouse);
222 return IsType(windevs::Input::PointerDeviceType_Touch);
/external/clang/include/clang/Serialization/
H A DASTWriter.h133 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
134 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
136 bool isType() const { return IsType; }
137 bool isDecl() const { return !IsType; }
151 bool IsType; member in class:clang::ASTWriter::DeclOrType
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py6317 def IsType(self, type_name): member in class:Function
6946 (not f.IsType('') and not f.IsType('Custom') and
6947 not f.IsType('Todo'))]))
6950 (f.IsType('') or f.IsType('Custom') or f.IsType('Todo'))]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc255 inline bool IsType() const { function in struct:google::protobuf::__anon13384::Symbol
2712 if (resolve_mode == LOOKUP_TYPES && !result.IsType()) {
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp336 bool IsType(const NamedDecl *ND) const;
1150 bool ResultBuilder::IsType(const NamedDecl *ND) const { function in class:ResultBuilder
4220 &ResultBuilder::IsType);
H A DSemaExpr.cpp3486 UnaryExprOrTypeTrait ExprKind, bool IsType,
3491 if (IsType) {
3485 ActOnUnaryExprOrTypeTraitExpr(SourceLocation OpLoc, UnaryExprOrTypeTrait ExprKind, bool IsType, void *TyOrEx, const SourceRange &ArgRange) argument
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc237 inline bool IsType() const { function in struct:google::protobuf::__anon23937::Symbol
2375 if (resolve_mode == LOOKUP_TYPES && !result.IsType()) {

Completed in 1593 milliseconds