/third_party/spirv-tools/source/opt/ |
D | feature_manager.h | 31 bool HasExtension(Extension ext) const { return extensions_.Contains(ext); } in HasExtension() function
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | feature_manager.h | 31 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/ |
D | feature_manager.h | 31 bool HasExtension(Extension ext) const { return extensions_.Contains(ext); } in HasExtension() function
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | ReflectionUtil.cs | 152 bool HasExtension(IMessage message); in HasExtension() method 241 public bool HasExtension(IMessage message) in HasExtension() method in Google.Protobuf.Reflection.ReflectionUtil.ExtensionReflectionHelper
|
D | Descriptor.cs | 2113 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/ |
D | IExtendableMessage.cs | 67 bool HasExtension<TValue>(Extension<T, TValue> extension); in HasExtension() method
|
/third_party/skia/third_party/externals/angle2/util/windows/ |
D | WGLWindow.cpp | 56 bool HasExtension(const std::vector<std::string> &extensions, const char *ext) in HasExtension() function
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestSelfreferentialOptions.cs | 341 public bool HasExtension<TValue>(pb::Extension<FooOptions, TValue> extension) { in HasExtension() method in UnitTest.Issues.TestProtos.SelfreferentialOptions.FooOptions
|
D | Unittest.cs | 6192 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
|
D | TestMessagesProto2.cs | 4713 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/ |
D | message.py | 311 def HasExtension(self, extension_handle): member in Message
|
/third_party/cef/libcef_dll/ctocpp/ |
D | request_context_ctocpp.cc | 447 bool CefRequestContextCToCpp::HasExtension(const CefString& extension_id) { in HasExtension() function in CefRequestContextCToCpp
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | VulkanHelper.cpp | 75 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/ |
D | extension_system.cc | 348 bool CefExtensionSystem::HasExtension(const std::string& extension_id) const { in HasExtension() function in extensions::CefExtensionSystem
|
/third_party/cef/libcef/browser/ |
D | request_context_impl.cc | 532 bool CefRequestContextImpl::HasExtension(const CefString& extension_id) { in HasExtension() function in CefRequestContextImpl
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validation_state.h | 330 bool HasExtension(Extension ext) const { in HasExtension() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validation_state.h | 330 bool HasExtension(Extension ext) const { in HasExtension() function
|
/third_party/spirv-tools/source/val/ |
D | validation_state.h | 329 bool HasExtension(Extension ext) const { in HasExtension() function
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | python_message.py | 937 def HasExtension(self, extension_handle): function
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1491 PyObject* HasExtension(CMessage* self, PyObject* extension) { in HasExtension() function
|