Home
last modified time | relevance | path

Searched defs:HasExtension (Results 1 – 20 of 20) sorted by relevance

/third_party/spirv-tools/source/opt/
Dfeature_manager.h31 bool HasExtension(Extension ext) const { return extensions_.Contains(ext); } in HasExtension() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfeature_manager.h31 bool HasExtension(Extension ext) const { return extensions_.Contains(ext); } in HasExtension() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfeature_manager.h31 bool HasExtension(Extension ext) const { return extensions_.Contains(ext); } in HasExtension() function
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs152 bool HasExtension(IMessage message); in HasExtension() method
241 public bool HasExtension(IMessage message) in HasExtension() method in Google.Protobuf.Reflection.ReflectionUtil.ExtensionReflectionHelper
DDescriptor.cs2113 public bool HasExtension<TValue>(pb::Extension<ExtensionRangeOptions, TValue> extension) { in HasExtension() method in Google.Protobuf.Reflection.ExtensionRangeOptions
5967 public bool HasExtension<TValue>(pb::Extension<FileOptions, TValue> extension) { in HasExtension() method in Google.Protobuf.Reflection.FileOptions
6453 public bool HasExtension<TValue>(pb::Extension<MessageOptions, TValue> extension) { in HasExtension() method in Google.Protobuf.Reflection.MessageOptions
7022 public bool HasExtension<TValue>(pb::Extension<FieldOptions, TValue> extension) { in HasExtension() method in Google.Protobuf.Reflection.FieldOptions
7262 public bool HasExtension<TValue>(pb::Extension<OneofOptions, TValue> extension) { in HasExtension() method in Google.Protobuf.Reflection.OneofOptions
7581 public bool HasExtension<TValue>(pb::Extension<EnumOptions, TValue> extension) { in HasExtension() method in Google.Protobuf.Reflection.EnumOptions
7847 public bool HasExtension<TValue>(pb::Extension<EnumValueOptions, TValue> extension) { in HasExtension() method in Google.Protobuf.Reflection.EnumValueOptions
8113 public bool HasExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in HasExtension() method in Google.Protobuf.Reflection.ServiceOptions
8428 public bool HasExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in HasExtension() method in Google.Protobuf.Reflection.MethodOptions
/third_party/protobuf/csharp/src/Google.Protobuf/
DIExtendableMessage.cs67 bool HasExtension<TValue>(Extension<T, TValue> extension); in HasExtension() method
/third_party/skia/third_party/externals/angle2/util/windows/
DWGLWindow.cpp56 bool HasExtension(const std::vector<std::string> &extensions, const char *ext) in HasExtension() function
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestSelfreferentialOptions.cs341 public bool HasExtension<TValue>(pb::Extension<FooOptions, TValue> extension) { in HasExtension() method in UnitTest.Issues.TestProtos.SelfreferentialOptions.FooOptions
DUnittest.cs6192 public bool HasExtension<TValue>(pb::Extension<TestAllExtensions, TValue> extension) { in HasExtension() method in Google.Protobuf.TestProtos.Proto2.TestAllExtensions
7197 public bool HasExtension<TValue>(pb::Extension<TestGroupExtension, TValue> extension) { in HasExtension() method in Google.Protobuf.TestProtos.Proto2.TestGroupExtension
10349 …public bool HasExtension<TValue>(pb::Extension<TestEmptyMessageWithExtensions, TValue> extension) { in HasExtension() method in Google.Protobuf.TestProtos.Proto2.TestEmptyMessageWithExtensions
10530 public bool HasExtension<TValue>(pb::Extension<TestMultipleExtensionRanges, TValue> extension) { in HasExtension() method in Google.Protobuf.TestProtos.Proto2.TestMultipleExtensionRanges
14882 public bool HasExtension<TValue>(pb::Extension<TestFieldOrderings, TValue> extension) { in HasExtension() method in Google.Protobuf.TestProtos.Proto2.TestFieldOrderings
23838 public bool HasExtension<TValue>(pb::Extension<TestPackedExtensions, TValue> extension) { in HasExtension() method in Google.Protobuf.TestProtos.Proto2.TestPackedExtensions
24019 public bool HasExtension<TValue>(pb::Extension<TestUnpackedExtensions, TValue> extension) { in HasExtension() method in Google.Protobuf.TestProtos.Proto2.TestUnpackedExtensions
25345 public bool HasExtension<TValue>(pb::Extension<TestParsingMerge, TValue> extension) { in HasExtension() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge
28703 public bool HasExtension<TValue>(pb::Extension<TestHugeFieldNumbers, TValue> extension) { in HasExtension() method in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
29525 public bool HasExtension<TValue>(pb::Extension<TestExtensionInsideTable, TValue> extension) { in HasExtension() method in Google.Protobuf.TestProtos.Proto2.TestExtensionInsideTable
DTestMessagesProto2.cs4713 public bool HasExtension<TValue>(pb::Extension<TestAllTypesProto2, TValue> extension) { in HasExtension() method in ProtobufTestMessages.Proto2.TestAllTypesProto2
5384 public bool HasExtension<TValue>(pb::Extension<MessageSetCorrect, TValue> extension) { in HasExtension() method in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.MessageSetCorrect
/third_party/protobuf/python/google/protobuf/
Dmessage.py311 def HasExtension(self, extension_handle): member in Message
/third_party/cef/libcef_dll/ctocpp/
Drequest_context_ctocpp.cc447 bool CefRequestContextCToCpp::HasExtension(const CefString& extension_id) { in HasExtension() function in CefRequestContextCToCpp
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanHelper.cpp75 bool HasExtension(const std::vector<VkExtensionProperties> instanceExtensions, in HasExtension() function
87 bool HasExtension(const std::vector<const char *> enabledExtensions, const char *extensionName) in HasExtension() function
/third_party/cef/libcef/browser/extensions/
Dextension_system.cc348 bool CefExtensionSystem::HasExtension(const std::string& extension_id) const { in HasExtension() function in extensions::CefExtensionSystem
/third_party/cef/libcef/browser/
Drequest_context_impl.cc532 bool CefRequestContextImpl::HasExtension(const CefString& extension_id) { in HasExtension() function in CefRequestContextImpl
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.h330 bool HasExtension(Extension ext) const { in HasExtension() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.h330 bool HasExtension(Extension ext) const { in HasExtension() function
/third_party/spirv-tools/source/val/
Dvalidation_state.h329 bool HasExtension(Extension ext) const { in HasExtension() function
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py937 def HasExtension(self, extension_handle): function
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc1491 PyObject* HasExtension(CMessage* self, PyObject* extension) { in HasExtension() function