Home
last modified time | relevance | path

Searched defs:fetcher (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
Dlazy.h126 auto Transform(F fetcher, L converter) in Transform()
137 auto Filter(F fetcher, L filter) in Filter()
169 void ForEachCond(Fetcher fetcher, Func func) in ForEachCond()
179 void ForEach(Fetcher fetcher, Func func) in ForEach()
187 Accum FoldLeft(Fetcher fetcher, Accum accum, Func func) in FoldLeft()
196 auto Iterable(F fetcher) in Iterable()
298 auto Uniq(Fetcher fetcher) in Uniq()
/arkcompiler/runtime_core/static_core/tools/sampler/scripts/
Dfetch_modules_from_device.ts163 const fetcher = new ModulesFetcher(); constant
/arkcompiler/runtime_core/static_core/verification/absint/
Dexec_context.h161 void SetCheckPoints(Fetcher fetcher) in SetCheckPoints()