| /third_party/libwebsockets/lib/tls/mbedtls/ |
| H A D | mbedtls-extensions.c | 62 mbedtls_oid_descriptor_t descriptor; member
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | frame-states.cc | 154 CallInterfaceDescriptor descriptor = callable.descriptor(); in CreateStubBuiltinContinuationFrameState() local
|
| /third_party/node/deps/v8/src/ic/ |
| H A D | handler-configuration.cc | 228 InternalIndex descriptor = transition_map->LastAdded(); in StoreOwnTransition() local 261 InternalIndex descriptor = transition_map->LastAdded(); in StoreTransition() local [all...] |
| H A D | handler-configuration-inl.h | 77 Handle<Smi> LoadHandler::LoadAccessor(Isolate* isolate, int descriptor) { in LoadAccessor() argument 239 Handle<Smi> StoreHandler::StoreField(Isolate* isolate, int descriptor, in StoreField() argument 88 LoadNativeDataProperty(Isolate* isolate, int descriptor) LoadNativeDataProperty() argument 224 StoreField(Isolate* isolate, Kind kind, int descriptor, FieldIndex field_index, Representation representation) StoreField() argument 248 StoreSharedStructField( Isolate* isolate, int descriptor, FieldIndex field_index, Representation representation) StoreSharedStructField() argument 256 StoreNativeDataProperty(Isolate* isolate, int descriptor) StoreNativeDataProperty() argument 263 StoreAccessor(Isolate* isolate, int descriptor) StoreAccessor() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | descriptor-array-inl.h | 100 ObjectSlot DescriptorArray::GetDescriptorSlot(int descriptor) { in GetDescriptorSlot() argument
|
| /third_party/protobuf/csharp/src/AddressBook/ |
| H A D | Addressbook.cs | 22 private static pbr::FileDescriptor descriptor; field in Google.Protobuf.Examples.AddressBook.AddressbookReflection
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | JsonParser.cs | 422 public IMessage Parse(string json, MessageDescriptor descriptor) in Parse() argument 436 public IMessage Parse(TextReader jsonReader, MessageDescriptor descriptor) in Parse() argument [all...] |
| H A D | JsonFormatter.cs | 303 private static bool IsDefaultValue(FieldDescriptor descriptor, object value) in IsDefaultValue() argument 448 private void WriteWellKnownTypeValue(TextWriter writer, MessageDescriptor descriptor, object value) in WriteWellKnownTypeValue() argument [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| H A D | FileDescriptor.cs | 191 internal DescriptorDeclaration GetDeclaration(IDescriptor descriptor) in GetDeclaration() argument 459 GetAllDependedExtensions(FileDescriptor descriptor) GetAllDependedExtensions() argument 468 GetAllDependedExtensionsFromMessage(MessageDescriptor descriptor) GetAllDependedExtensionsFromMessage() argument [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| H A D | Struct.cs | 22 private static pbr::FileDescriptor descriptor; field in Google.Protobuf.WellKnownTypes.StructReflection
|
| /third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
| H A D | UnittestImport.cs | 22 private static pbr::FileDescriptor descriptor; field in Google.Protobuf.TestProtos.Proto2.UnittestImportReflection
|
| H A D | UnittestSelfreferentialOptions.cs | 22 private static pbr::FileDescriptor descriptor; field in UnitTest.Issues.TestProtos.SelfreferentialOptions.UnittestSelfreferentialOptionsReflection
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
| H A D | vktSSBOCornerCase.cpp | 211 vk::VkDescriptorBufferInfo descriptor; in iterate() local
|
| /third_party/skia/third_party/externals/spirv-tools/test/fuzz/fact_manager/ |
| H A D | constant_uniform_facts_test.cpp | 38 AddFactHelper( FactManager* fact_manager, const std::vector<uint32_t>& words, const protobufs::UniformBufferElementDescriptor& descriptor) AddFactHelper() argument
|
| /third_party/skia/src/core/ |
| H A D | SkStrikeSpec.cpp | 22 SkStrikeSpec::SkStrikeSpec(const SkDescriptor& descriptor, sk_sp<SkTypeface> typeface) in SkStrikeSpec() argument 284 const SkDescriptor& SkBulkGlyphMetricsAndImages::descriptor() const { in descriptor() function in SkBulkGlyphMetricsAndImages
|
| /third_party/skia/src/gpu/d3d/ |
| H A D | GrD3DCpuDescriptorManager.cpp | 20 const GrD3DDescriptorHeap::CPUHandle& descriptor = fRTVDescriptorPool.allocateHandle(gpu); in createRenderTargetView() local 32 const GrD3DDescriptorHeap::CPUHandle& descriptor = fDSVDescriptorPool.allocateHandle(gpu); in createDepthStencilView() local 44 const GrD3DDescriptorHeap::CPUHandle& descriptor = in createConstantBufferView() local 56 const GrD3DDescriptorHeap::CPUHandle& descriptor in createShaderResourceView() local 72 const GrD3DDescriptorHeap::CPUHandle& descriptor = createUnorderedAccessView() local 98 const GrD3DDescriptorHeap::CPUHandle& descriptor = fSamplerDescriptorPool.allocateHandle(gpu); createSampler() local [all...] |
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkRenderPass.cpp | 327 GrVkRenderPass(const GrVkGpu* gpu, VkRenderPass renderPass, AttachmentFlags flags, const AttachmentsDescriptor& descriptor, SelfDependencyFlags selfDepFlags, LoadFromResolve loadFromResolve, const VkExtent2D& granularity, uint32_t clearValueCount) GrVkRenderPass() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderSampling.cpp | 133 Pointer<Byte> descriptor = function.Arg<0>(); in emitWriteRoutine() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/ |
| H A D | constant_uniform_facts_test.cpp | 38 AddFactHelper( FactManager* fact_manager, const std::vector<uint32_t>& words, const protobufs::UniformBufferElementDescriptor& descriptor) AddFactHelper() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | BindGroup.cpp | 266 ValidateBindGroupDescriptor(DeviceBase* device, const BindGroupDescriptor* descriptor) ValidateBindGroupDescriptor() argument 335 BindGroupBase(DeviceBase* device, const BindGroupDescriptor* descriptor, void* bindingDataStart) BindGroupBase() argument [all...] |
| H A D | ComputePassEncoder.cpp | 113 ComputePassEncoder(DeviceBase* device, const ComputePassDescriptor* descriptor, CommandEncoder* commandEncoder, EncodingContext* encodingContext) ComputePassEncoder() argument
|
| H A D | IndirectDrawValidationEncoder.cpp | 356 ComputePassDescriptor descriptor = {}; in EncodeIndirectDrawValidationCommands() local
|
| H A D | Instance.cpp | 89 InstanceBase* InstanceBase::Create(const InstanceDescriptor* descriptor) { in Create() argument 304 Surface* InstanceBase::APICreateSurface(const SurfaceDescriptor* descriptor) { in APICreateSurface() argument
|
| H A D | RenderPassEncoder.cpp | 51 RenderPassEncoder(DeviceBase* device, const RenderPassDescriptor* descriptor, CommandEncoder* commandEncoder, EncodingContext* encodingContext, RenderPassResourceUsageTracker usageTracker, Ref<AttachmentState> attachmentState, QuerySetBase* occlusionQuerySet, uint32_t renderTargetWidth, uint32_t renderTargetHeight, bool depthReadOnly, bool stencilReadOnly) RenderPassEncoder() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | BufferD3D12.cpp | 99 ResultOrError<Ref<Buffer>> Buffer::Create(Device* device, const BufferDescriptor* descriptor) { in Create() argument 105 Buffer::Buffer(Device* device, const BufferDescriptor* descriptor) in Buffer() argument
|