Home
last modified time | relevance | path

Searched defs:begin (Results 901 - 925 of 1000) sorted by relevance

1...<<31323334353637383940

/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...]
/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...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h840 DrawPropertyDrawableRange( RSPropertyDrawableSlot begin, RSPropertyDrawableSlot end, RSPaintFilterCanvas& canvas) DrawPropertyDrawableRange() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/json_fuzzer/
H A Djson_fuzzer.cpp1603 uint32_t begin = 0, end = MAX_SIZE_NUM; in TestGrdDbApGrdGetItem002Fuzz() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/jsoninner_fuzzer/
H A Djsoninner_fuzzer.cpp1612 uint32_t begin = 0, end = MAX_SIZE_NUM; in TestGrdDbApGrdGetItem002Fuzz() local
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h1063 inline BENCHMARK_ALWAYS_INLINE State::StateIterator State::begin() { in begin() function in benchmark::internal::State
/third_party/icu/icu4c/source/common/
H A Ducurr.cpp1165 binarySearch(const CurrencyNameStruct* currencyNames, int32_t indexInCurrencyNames, const UChar key, int32_t* begin, int32_t* end) binarySearch() argument
1279 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *partialMatchLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) linearSearch() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java4922 checkFormatWithField(String testInfo, Format format, Object object, String expected, Format.Field field, int begin, int end) checkFormatWithField() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java4922 checkFormatWithField(String testInfo, Format format, Object object, String expected, Format.Field field, int begin, int end) checkFormatWithField() argument
[all...]
/third_party/libcoap/examples/
H A Dcoap-server.c2979 coap_tick_t begin, end; in main() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp163 PhysRegIterator begin() const { return {lo_}; } in begin() function
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dast.h110 void set_location_range(const struct YYLTYPE &begin, const struct YYLTYPE &end) in set_location_range() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd_enc.h390 void (*begin)(struct radeon_uvd_encoder *enc, struct pipe_picture_desc *pic); member
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp1191 binarySearch(const CurrencyNameStruct* currencyNames, int32_t indexInCurrencyNames, const char16_t key, int32_t* begin, int32_t* end) binarySearch() argument
1305 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const char16_t* text, int32_t textLen, int32_t *partialMatchLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) linearSearch() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_command_buffer.c635 VkCommandBufferBeginInfo begin; member
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c77 static struct multijmp *alloc_multijmp(struct basic_block *target, long long begin, long long end) in alloc_multijmp() argument
2263 long long begin, end; linearize_switch() local
[all...]
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc224 iterator begin() { return iterator(first_used_block_); } in begin() function in v8::internal::final

Completed in 75 milliseconds

1...<<31323334353637383940