Searched defs:HasExtension (Results 1 - 9 of 9) 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_org/third_party/protobuf/python/google/protobuf/
H A Dmessage.py240 def HasExtension(self, extension_handle): member in class:Message
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc112 bool HasExtension(const Descriptor* descriptor) { function in namespace:google::protobuf::compiler::cpp::__anon14793
117 if (HasExtension(descriptor->nested_type(i))) {
383 if (HasExtension(file->message_type(i))) {
/external/chromium_org/ui/gl/
H A Dgl_context.cc109 bool GLContext::HasExtension(const char* name) { function in class:gfx::GLContext
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_provider_impl.cc321 bool ExternalProviderImpl::HasExtension( function in class:extensions::ExternalProviderImpl
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_test_utils.cc18 bool GLTestHelper::HasExtension(const char* extension) { function in class:GLTestHelper
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dcpp_message.py339 def HasExtension(self, extension): member in class:ExtensionDict
515 def HasExtension(self, extension): function in function:_AddMessageMethods
516 return self.Extensions.HasExtension(extension)
H A Dpython_message.py146 raise KeyError('HasExtension() expects an extension handle, got: %s' %
654 def HasExtension(self, extension_handle): function in function:_AddHasExtensionMethod
664 cls.HasExtension = HasExtension

Completed in 3468 milliseconds