Home
last modified time | relevance | path

Searched defs:iterator (Results 126 - 150 of 391) sorted by relevance

12345678910>>...16

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DRegistry.h83 class iterator class in llvm::Registry
89 explicit iterator(const node *N) : Cur(N) {} in iterator() function in llvm::Registry::iterator
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringRef.h49 typedef const char *iterator; typedef in llvm::StringRef
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dlocid.h1212 getKeywords(OutputIterator iterator, UErrorCode& status) const getKeywords() argument
1229 getUnicodeKeywords(OutputIterator iterator, UErrorCode& status) const getUnicodeKeywords() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DIVUsers.h142 typedef ilist<IVStrideUse>::iterator iterator; typedef in llvm::IVUsers
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage_factory.cc108 typedef PyMessageFactory::ClassesByMessageMap::iterator iterator; in Dealloc() typedef
144 typedef PyMessageFactory::ClassesByMessageMap::iterator iterator; in RegisterMessageClass() typedef
225 typedef PyMessageFactory::ClassesByMessageMap::iterator iterator; in GetMessageClass() typedef
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dreflection_internal.h75 static intptr_t IteratorToPosition(const Iterator* iterator) { in IteratorToPosition() argument
[all...]
/third_party/rust/crates/nom/src/combinator/
H A Dmod.rs700 pub fn iterator<Input, Output, Error, F>(input: Input, f: F) -> ParserIterator<Input, Error, F> in iterator() functions
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11Xcb.cpp59 xcb_screen_iterator_t iterator = xcb_setup_roots_iterator(setup); in XcbDisplay() local
/arkcompiler/ets_runtime/ecmascript/
H A Druntime.cpp318 auto iterator = globalSharedConstpools_.begin(); in ProcessNativeDeleteInSharedGC() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DdynamicContext.cpp118 IteratorContext::IteratorContext(PandaGen *pg, const Iterator &iterator, LabelTarget target) in IteratorContext() argument
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.h47 util::StringView::Iterator iterator; member in panda::es2panda::panda::es2panda::lexer::LexerPosition
/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
H A Deth_mac.h95 uint8_t iterator; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_pattern.cpp81 auto iterator = swiperFrameNode->GetChildren().begin(); in OnModifyDone() local
413 auto iterator = swiperFrameNode->GetChildren().begin(); in ClearChildrenFocus() local
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessibility_element_operator_impl.cpp169 auto iterator = requests_.find(requestId); in SetSearchElementInfoByAccessibilityIdResult() local
186 auto iterator = requests_.find(requestId); in SetSearchElementInfoByTextResult() local
202 auto iterator = requests_.find(requestId); SetFindFocusedElementInfoResult() local
218 auto iterator = requests_.find(requestId); SetFocusMoveSearchResult() local
234 auto iterator = requests_.find(requestId); SetExecuteActionResult() local
250 auto iterator = requests_.find(requestId); SetCursorPositionResult() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager_host_impl.cpp437 auto iterator = std::find(appIds.begin(), appIds.end(), info.second.GetAppId()); in UpdateAppControlledInfo() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_typeface_cache.cpp60 std::unordered_map<uint64_t, TypefaceTuple>::iterator iterator = typefaceHashMap_.find(hash); in AddIfFound() local
89 std::unordered_map<uint32_t, std::vector<uint64_t>>::iterator iterator = typefaceHashQueue_.find(hash); in HasTypeface() local
142 std::unordered_map<uint32_t, std::vector<uint64_t>>::iterator iterator = typefaceHashQueue_.find(hash_value); CacheDrawingTypeface() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfile_manager.cpp277 const auto iterator = filesystems_.find(protocol); in UnregisterFilesystem() local
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_vibrator_impl.cpp148 auto iterator = USAGE_MAP.find(streamUsage_); in PreLoad() local
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dcallbacks_manager.h243 auto iterator = std::find_if(allObservers.begin(), allObservers.end(), [&subscriber](ObserverNode node) { in EnableObservers() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_client.c329 coap_endpoint_t *iterator = NULL; in IsCoapCtxEndpointSocket() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCounter.java164 public Iterator<T> iterator() { in iterator() method in Counter
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h119 void printTextRange( BreakIterator& iterator, in printTextRange() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCounter.java167 public Iterator<T> iterator() { in iterator() method in Counter
/third_party/icu/icu4c/source/common/unicode/
H A Dlocid.h1212 getKeywords(OutputIterator iterator, UErrorCode& status) const getKeywords() argument
1229 getUnicodeKeywords(OutputIterator iterator, UErrorCode& status) const getUnicodeKeywords() argument
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-mem.c612 parser_stack_iterator_skip (parser_stack_iterator_t *iterator, /**< iterator */ in parser_stack_iterator_skip() argument
632 parser_stack_iterator_read(parser_stack_iterator_t *iterator, void *data_p, size_t length) parser_stack_iterator_read() argument
664 parser_stack_iterator_write(parser_stack_iterator_t *iterator, const void *data_p, size_t length) parser_stack_iterator_write() argument
[all...]

Completed in 20 milliseconds

12345678910>>...16