Home
last modified time | relevance | path

Searched defs:begin (Results 151 - 175 of 1338) sorted by relevance

12345678910>>...54

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h98 typename MaxSpanTree::iterator begin() { in begin() function in llvm::MaximumSpanningTree
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h50 iterator begin() { return Vector.begin(); } in begin() function in llvm::BlotMapVector
52 const_iterator begin() const { return Vector.begin(); } in begin() function in llvm::BlotMapVector
[all...]
/third_party/skia/third_party/externals/tint/src/sem/
H A Dtype_manager.h88 Iterator begin() const { return types_.Objects().begin(); } in begin() function in tint::sem::Manager
/third_party/skia/tools/
H A DRegistry.h52 Iterator begin() const { return Iterator{Registry::Head()}; } in begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSetVector.h82 iterator begin() { in begin() function in llvm::SetVector
87 const_iterator begin() const { in begin() function in llvm::SetVector
H A DUniqueVector.h75 iterator begin() { return Vector.begin(); } in begin() function in llvm::UniqueVector
78 const_iterator begin() const { return Vector.begin(); } in begin() function in llvm::UniqueVector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h151 const_iterator begin() const { return LiveRegs.begin(); } in begin() function in llvm::LivePhysRegs
H A DLiveStacks.h55 const_iterator begin() const { return S2IMap.begin(); } in begin() function in llvm::LiveStacks
57 iterator begin() { return S2IMap.begin(); } in begin() function in llvm::LiveStacks
/third_party/python/Objects/stringlib/
H A Dfind_max_char.h20 STRINGLIB(find_max_char)(const STRINGLIB_CHAR *begin, const STRINGLIB_CHAR *end) in find_max_char() argument
58 STRINGLIB(find_max_char)(const STRINGLIB_CHAR *begin, const STRINGLIB_CHAR *end) in find_max_char() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Dstack_consumption.cc82 const char* begin; in GetStackConsumption() local
/third_party/vk-gl-cts/framework/common/
H A DtcuRandomValueIterator.hpp67 static RandomValueIterator begin (deUint32 seed, int numValues) { return RandomValueIterator<T>(seed, numValues); } in begin() function in tcu::RandomValueIterator
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmark_stack.h74 void ResetBegin(uintptr_t begin, uintptr_t end) in ResetBegin() argument
81 void ResetTop(uintptr_t begin, uintptr_t end) in ResetTop() argument
H A Dheap_region_allocator.cpp66 uintptr_t begin = AlignUp(mem + sizeof(Region), static_cast<size_t>(MemAlignment::MEM_ALIGN_REGION)); in AllocateAlignedRegion() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_memory_region.h119 Iterator begin() const in begin() function in panda::BitMemoryRegion
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_memory_region.h121 Iterator begin() const in begin() function in ark::BitMemoryRegion
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dcondition_chain.h49 ConditionChain(BlockIterator begin, size_t size, size_t multiplePredecessorsSuccessorIndex, in ConditionChain() argument
H A Dsimplify_string_builder.cpp112 InstIter SimplifyStringBuilder::SkipToStringBuilderConstructorWithStringArg(InstIter begin, InstIter end) in SkipToStringBuilderConstructorWithStringArg() argument
216 InstIter SimplifyStringBuilder::SkipToStringBuilderDefaultConstructor(InstIter begin, InstIter end) in SkipToStringBuilderDefaultConstructor() argument
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dfilesystem.cpp91 size_t begin = 0; in NormalizePath() local
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H A Dref_block.h127 Iterator begin() // NOLINT(readability-identifier-naming) in begin() function in ark::mem::ark::mem::RefBlock
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_queue_stub_builder.h40 GateRef begin = Load(VariableType::INT32(), obj, IntPtr(JSAPIQueue::FRONT_OFFSET)); in GetArrayLength() local
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
H A Dmatched_date_time_info.h28 MatchedDateTimeInfo(int begin, int end, std::string& regex) in MatchedDateTimeInfo() argument
51 void SetBegin(int begin) in SetBegin() argument
/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Dstack_util.h42 uint64_t begin = 0; in ParseSelfMaps() local
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dborder_rule.cpp61 int begin = match->start(); in Handle() local
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_stub_test.cpp89 uint32_t begin = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::REG_THERMAL_TEMP_CALLBACK); in HWTEST_F() local
/base/powermgr/thermal_manager/utils/native/src/
H A Dstring_operation.cpp36 std::string::size_type begin = str.find_first_not_of(sep); in SplitString() local

Completed in 9 milliseconds

12345678910>>...54