Searched defs:IsType (Results 1 - 17 of 17) sorted by last modified time

/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc237 inline bool IsType() const { function in struct:google::protobuf::__anon28966::Symbol
2375 if (resolve_mode == LOOKUP_TYPES && !result.IsType()) {
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h46 virtual FX_BOOL IsType(FX_LPCSTR sClassName){return TRUE;}; function in class:CJS_Object
/external/clang/lib/Sema/
H A DSemaExpr.cpp3671 UnaryExprOrTypeTrait ExprKind, bool IsType,
3676 if (IsType) {
3670 ActOnUnaryExprOrTypeTraitExpr(SourceLocation OpLoc, UnaryExprOrTypeTrait ExprKind, bool IsType, void *TyOrEx, const SourceRange &ArgRange) argument
H A DAttributeList.cpp152 unsigned IsType : 1; member in struct:ParsedAttrInfo
195 return getInfo(*this).IsType;
H A DSemaCodeComplete.cpp336 bool IsType(const NamedDecl *ND) const;
1152 bool ResultBuilder::IsType(const NamedDecl *ND) const { function in class:ResultBuilder
4182 &ResultBuilder::IsType);
H A DSemaDecl.cpp78 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); variable
80 return (IsType || AllowedTemplate) &&
/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/third_party/webrtc/modules/audio_coding/neteq/
H A Ddecoder_database.cc144 bool DecoderDatabase::IsType(uint8_t rtp_payload_type, function in class:webrtc::DecoderDatabase
155 if (IsType(rtp_payload_type, kDecoderCNGnb) ||
156 IsType(rtp_payload_type, kDecoderCNGwb) ||
157 IsType(rtp_payload_type, kDecoderCNGswb32kHz) ||
158 IsType(rtp_payload_type, kDecoderCNGswb48kHz)) {
166 return IsType(rtp_payload_type, kDecoderAVT);
170 return IsType(rtp_payload_type, kDecoderRED);
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view_ash.cc439 bool IsType(windevs::Input::PointerDeviceType type) const { function in class:ChromeAppViewAsh::PointerInfoHandler
448 return IsType(windevs::Input::PointerDeviceType_Mouse);
452 return IsType(windevs::Input::PointerDeviceType_Touch);
/external/chromium_org/third_party/closure_linter/closure_linter/common/
H A Dtokens.py103 def IsType(self, token_type): member in class:Token
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc253 inline bool IsType() const { function in struct:google::protobuf::__anon14819::Symbol
2710 if (resolve_mode == LOOKUP_TYPES && !result.IsType()) {
/external/chromium_org/sandbox/win/src/
H A Dhandle_table.cc164 bool HandleTable::HandleEntry::IsType(const base::string16& type_string) { function in class:sandbox::HandleTable::HandleEntry
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py6777 def IsType(self, type_name): member in class:Function
7466 (not f.IsType('') and not f.IsType('Custom') and
7467 not f.IsType('Todo'))]))
7470 (f.IsType('') or f.IsType('Custom') or f.IsType('Todo'))]
/external/chromium_org/content/common/android/
H A Dgin_java_bridge_value.cc58 if (!value->IsType(base::Value::TYPE_BINARY))
77 value->IsType(base::Value::TYPE_BINARY)
89 bool GinJavaBridgeValue::IsType(Type type) const { function in class:content::GinJavaBridgeValue
/external/chromium_org/base/message_loop/
H A Dmessage_loop.cc334 bool MessageLoop::IsType(Type type) const { function in class:base::MessageLoop
/external/chromium_org/base/
H A Dvalues.h76 bool IsType(Type type) const { return type == type_; } function in class:base::Value
/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

Completed in 1120 milliseconds