Searched defs:HasExtension (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/python/google/protobuf/
H A Dmessage.py223 def HasExtension(self, extension_handle): member in class:Message
H A Dreflection.py218 raise KeyError('HasExtension() expects an extension handle, got: %s' %
703 def HasExtension(self, extension_handle): function in function:_AddHasExtensionMethod
713 cls.HasExtension = HasExtension
/external/chromium/chrome/browser/extensions/
H A Dexternal_extension_provider_impl.cc178 bool ExternalExtensionProviderImpl::HasExtension( function in class:ExternalExtensionProviderImpl
H A Dextension_service_unittest.cc168 virtual bool HasExtension(const std::string& id) const { function in class:MockExtensionProvider
274 EXPECT_TRUE(provider_->HasExtension(id));
308 EXPECT_TRUE(provider_->HasExtension(id));
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp744 /// HasExtension - Return true if we recognize and implement the feature
747 static bool HasExtension(const Preprocessor &PP, const IdentifierInfo *II) { function
1073 Value = HasExtension(*this, FeatureII);

Completed in 196 milliseconds