| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validation_state.h | 388 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 D | DebugInfoMetadata.h | 109 iterator begin() const { return N ? iterator(N->op_begin()) : iterator(); } in begin() function in llvm::DITypeRefArray
|
| H A D | Metadata.h | 628 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 D | Instruction.h | 325 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 D | CoverageMapping.h | 495 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 D | CommandLine.h | 1556 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 D | Record.h | 714 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 D | Attributor.h | 522 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 D | Metadata.h | 609 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 D | CommandLine.h | 1383 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 D | IceOperand.h | 557 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 D | VirtualFileSystem.cpp | 650 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 D | MachineScheduler.h | 550 iterator begin() { return Queue.begin(); } in begin() function in llvm::ReadyQueue
|
| /third_party/toybox/toys/pending/ |
| H A D | fdisk.c | 797 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 D | extension_set.cc | 1879 const KeyValue* begin = flat_begin(); in GrowCapacity() local
|
| H A D | repeated_field.h | 104 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 D | strutil.cc | 1478 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 D | btree_test.cc | 101 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 D | btree.h | 572 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 D | validation_state.h | 399 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 D | vktDeviceObjectReservationTests.cpp | 147 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 D | entrypoints.cpp | 266 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 D | grid_scroll_layout_algorithm.cpp | 1331 auto begin = gridLayoutInfo_.gridMatrix_.begin() in AddForwardLines() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| H A D | dom_node.cpp | 338 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 D | gltf2_importer.cpp | 919 const auto begin = path.begin(); in ResolveNodePath() local [all...] |