Home
last modified time | relevance | path

Searched defs:begin (Results 1176 - 1200 of 1338) sorted by relevance

1...<<41424344454647484950>>...54

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.h388 void RegisterDecorationsForId(uint32_t id, InputIt begin, InputIt end) { in RegisterDecorationsForId() argument
396 RegisterDecorationsForStructMember(uint32_t struct_id, uint32_t member_index, InputIt begin, InputIt end) RegisterDecorationsForStructMember() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h109 iterator begin() const { return N ? iterator(N->op_begin()) : iterator(); } in begin() function in llvm::DITypeRefArray
H A DMetadata.h628 iterator begin() const { return getString().begin(); } in begin() function in llvm::MDString
1266 iterator begin() const { return N ? iterator(N->op_begin()) : iterator(); } in begin() function in llvm::MDTupleTypedArrayWrapper
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DInstruction.h325 unsigned begin() const { return Begin; } in begin() function in llvm::mca::CycleSegment
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h495 std::vector<CoverageSegment>::const_iterator begin() const { in begin() function in llvm::coverage::CoverageData
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCommandLine.h1556 iterator begin() { return Storage.begin(); } in begin() function in llvm::list_storage
1561 const_iterator begin() const { return Storage.begin(); } in begin() function in llvm::list_storage
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h714 const_iterator begin() const { return getTrailingObjects<Init *>(); } in begin() function in llvm::final
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h522 iterator begin() { return IRPositions.begin(); } in begin() function in SubsumingPositionIterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DMetadata.h609 iterator begin() const { return getString().begin(); } in begin() function in llvm::MDString
1221 iterator begin() const { return N ? iterator(N->op_begin()) : iterator(); } in begin() function in llvm::MDTupleTypedArrayWrapper
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h1383 iterator begin() { return Storage.begin(); } in begin() function in llvm::list_storage
1387 const_iterator begin() const { return Storage.begin(); } in begin() function in llvm::list_storage
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceOperand.h557 Iterator begin() { return Iterator(V); } in begin() function in Ice::RegNumT::RegNumBVIterImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp650 const_iterator begin() const { return Entries.begin(); } in begin() function in llvm::vfs::detail::InMemoryDirectory
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h550 iterator begin() { return Queue.begin(); } in begin() function in llvm::ReadyQueue
/third_party/toybox/toys/pending/
H A Dfdisk.c797 static int validate(int start_index, sector_t* begin,sector_t* end, sector_t start in validate() argument
812 static sector_t ask_start_sector(int idx, sector_t* begin, sector_t* end, int ext_idx) in ask_start_sector() argument
867 ask_end_sector(int idx, sector_t* begin, sector_t* end, int ext_idx, sector_t start_sec) ask_end_sector() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc1879 const KeyValue* begin = flat_begin(); in GrowCapacity() local
H A Drepeated_field.h104 inline int CalculateReserve(Iter begin, Iter end, std::forward_iterator_tag) { in CalculateReserve() argument
115 inline int CalculateReserve(Iter begin, Iter end) { in CalculateReserve() argument
1204 RepeatedField(Iter begin, const Iter& end) RepeatedField() argument
1362 Add(Iter begin, Iter end) Add() argument
1501 RepeatedField<Element>::begin() { begin() function in google::protobuf::RepeatedField
1506 RepeatedField<Element>::begin() const { begin() function in google::protobuf::RepeatedField
2110 RepeatedPtrField(Iter begin, const Iter& end) RepeatedPtrField() argument
2609 RepeatedPtrField<Element>::begin() { begin() function in google::protobuf::RepeatedPtrField
2614 RepeatedPtrField<Element>::begin() const { begin() function in google::protobuf::RepeatedPtrField
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc1478 char *const begin = &*result.begin(); in StrCat() local
1487 char *const begin = &*result.begin(); in StrCat() local
1498 char *const begin in StrCat() local
1508 char *const begin = &*result.begin(); StrCat() local
1520 char *const begin = &*result.begin(); StrCat() local
1533 char *const begin = &*result.begin(); StrCat() local
1547 char *const begin = &*result.begin(); StrCat() local
1560 char *const begin = &*result.begin(); StrCat() local
1586 char *const begin = &*result->begin(); StrAppend() local
1598 char *const begin = &*result->begin(); StrAppend() local
1613 char *const begin = &*result->begin(); StrAppend() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_test.cc101 iterator begin() { return tree_.begin(); } in begin() function in absl::container_internal::base_checker
102 const_iterator begin() const { return tree_.begin(); } in begin() function in absl::container_internal::base_checker
230 void erase(iterator begin, iterator end) { in erase() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree.h572 constexpr static size_type NodeTargetSlots(const int begin, const int end) { in NodeTargetSlots() argument
1223 iterator begin() { return iterator(leftmost()); } in begin() function in absl::container_internal::btree
1224 const_iterator begin() cons in begin() function in absl::container_internal::btree
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidation_state.h399 void RegisterDecorationsForId(uint32_t id, InputIt begin, InputIt end) { in RegisterDecorationsForId() argument
427 std::set<Decoration>::const_iterator begin; member
407 RegisterDecorationsForStructMember(uint32_t struct_id, uint32_t member_index, InputIt begin, InputIt end) RegisterDecorationsForStructMember() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp147 createSemaphores(const DeviceInterface& vkd, const VkDevice device, std::vector<SemaphoreSp>::iterator begin, std::vector<SemaphoreSp>::iterator end) createSemaphores() argument
156 createCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, std::vector<CommandBufferSp>::iterator begin, std::vector<CommandBufferSp>::iterator end) createCommandBuffers() argument
176 createFences(const DeviceInterface& vkd, const VkDevice device, std::vector<FenceSp>::iterator begin, std::vector<FenceSp>::iterator end) createFences() argument
193 allocateDeviceMemory(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<DeviceMemorySp>::iterator begin, std::vector<DeviceMemorySp>::iterator end) allocateDeviceMemory() argument
212 createBuffers(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<BufferSp>::iterator begin, std::vector<BufferSp>::iterator end) createBuffers() argument
236 createImages(const DeviceInterface& vkd, const VkDevice device, deUint32 size, std::vector<ImageSp>::iterator begin, std::vector<ImageSp>::iterator end) createImages() argument
271 createEvents(const DeviceInterface& vkd, const VkDevice device, std::vector<EventSp>::iterator begin, std::vector<EventSp>::iterator end) createEvents() argument
280 createQueryPools(const DeviceInterface& vkd, const VkDevice device, std::vector<QueryPoolSp>::iterator begin, std::vector<QueryPoolSp>::iterator end) createQueryPools() argument
300 createBufferViews(const DeviceInterface& vkd, const VkDevice device, const VkBuffer buffer, const VkDeviceSize size, std::vector<BufferViewSp>::iterator begin, std::vector<BufferViewSp>::iterator end) createBufferViews() argument
323 createImageViews(const DeviceInterface& vkd, const VkDevice device, const VkImage image, std::vector<ImageViewSp>::iterator begin, std::vector<ImageViewSp>::iterator end) createImageViews() argument
347 createPipelineLayouts(const DeviceInterface& vkd, const VkDevice device, std::vector<PipelineLayoutSp>::iterator begin, std::vector<PipelineLayoutSp>::iterator end) createPipelineLayouts() argument
368 createRenderPasses(const DeviceInterface& vkd, const VkDevice device, VkAttachmentDescription* colorAttachment, std::vector<RenderPassSp>::iterator begin, std::vector<RenderPassSp>::iterator end) createRenderPasses() argument
412 createGraphicsPipelines(const DeviceInterface& vkd, const VkDevice device, VkShaderModule vertexShaderModule, VkShaderModule fragmentShaderModule, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, VkDeviceSize poolEntrySize, de::SharedPtr<vk::ResourceInterface> resourceInterface, std::vector<PipelineSp>::iterator begin, std::vector<PipelineSp>::iterator end) createGraphicsPipelines() argument
590 createComputePipelines(const DeviceInterface& vkd, const VkDevice device, VkShaderModule shaderModule, VkPipelineLayout pipelineLayout, VkDeviceSize poolEntrySize, de::SharedPtr<vk::ResourceInterface> resourceInterface, std::vector<PipelineSp>::iterator begin, std::vector<PipelineSp>::iterator end) createComputePipelines() argument
638 createDescriptorSetLayouts(const DeviceInterface& vkd, const VkDevice device, std::vector<DescriptorSetLayoutSp>::iterator begin, std::vector<DescriptorSetLayoutSp>::iterator end) createDescriptorSetLayouts() argument
666 createSamplers(const DeviceInterface& vkd, const VkDevice device, std::vector<SamplerSp>::iterator begin, std::vector<SamplerSp>::iterator end) createSamplers() argument
698 createDescriptorPools(const DeviceInterface& vkd, const VkDevice device, deUint32 maxSets, std::vector<DescriptorPoolSp>::iterator begin, std::vector<DescriptorPoolSp>::iterator end) createDescriptorPools() argument
724 createDescriptorSets(const DeviceInterface& vkd, const VkDevice device, const VkDescriptorPool descriptorPool, const VkDescriptorSetLayout setLayout, std::vector<DescriptorSetSp>::iterator begin, std::vector<DescriptorSetSp>::iterator end) createDescriptorSets() argument
745 createFramebuffers(const DeviceInterface& vkd, const VkDevice device, const VkRenderPass renderPass, const VkImageView imageView, std::vector<FramebufferSp>::iterator begin, std::vector<FramebufferSp>::iterator end) createFramebuffers() argument
771 createCommandPools(const DeviceInterface& vkd, const VkDevice device, std::vector<CommandPoolSp>::iterator begin, std::vector<CommandPoolSp>::iterator end) createCommandPools() argument
789 createSamplerYcbcrConversions(const DeviceInterface& vkd, const VkDevice device, std::vector<SamplerYcbcrConversionSp>::iterator begin, std::vector<SamplerYcbcrConversionSp>::iterator end) createSamplerYcbcrConversions() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp266 extern "C" coretypes::String *SubStringFromStringEntrypoint(ObjectHeader *obj, int32_t begin, int32_t end) in SubStringFromStringEntrypoint() argument
282 extern "C" coretypes::Array *StringGetCharsEntrypoint(ObjectHeader *obj, int32_t begin, int32_t end) in StringGetCharsEntrypoint() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp1331 auto begin = gridLayoutInfo_.gridMatrix_.begin() in AddForwardLines() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp338 RefPtr<KeyframeAnimation<float>> DOMNode::SetPropertyFloatAnimationKeyframe(float begin, float end) in SetPropertyFloatAnimationKeyframe() argument
348 RefPtr<KeyframeAnimation<Color>> DOMNode::SetPropertyColorAnimationKeyframe(const Color& begin, const Color& end) in SetPropertyColorAnimationKeyframe() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp919 const auto begin = path.begin(); in ResolveNodePath() local
[all...]

Completed in 74 milliseconds

1...<<41424344454647484950>>...54