Home
last modified time | relevance | path

Searched defs:begin (Results 76 - 100 of 1229) sorted by relevance

12345678910>>...50

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h39 Iterator begin() const { return References.begin(); } in begin() function in llvm::codeview::final
H A DDebugFrameDataSubsection.h31 FixedStreamArray<FrameData>::Iterator begin() const { return Frames.begin(); } in begin() function in llvm::codeview::final
H A DDebugStringTableSubsection.h78 StringMap<uint32_t>::const_iterator begin() const { in begin() function in llvm::codeview::DebugStringTableSubsection
H A DDebugSymbolRVASubsection.h36 ArrayType::Iterator begin() const { return RVAs.begin(); } in begin() function in llvm::codeview::final
H A DDebugSymbolsSubsection.h29 CVSymbolArray::Iterator begin() const { return Records.begin(); } in begin() function in llvm::codeview::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h42 const_iterator begin() const { in begin() function in llvm::DWARFAbbreviationDeclarationSet
72 DWARFAbbreviationDeclarationSetMap::const_iterator begin() const { in begin() function in llvm::DWARFDebugAbbrev
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInjectedSourceStream.h30 const_iterator begin() const { return InjectedSourceTable.begin(); } in begin() function in llvm::pdb::InjectedSourceStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DValueSymbolTable.h93 inline iterator begin() { return vmap.begin(); } in begin() function in llvm::ValueSymbolTable
96 inline const_iterator begin() const { return vmap.begin(); } in begin() function in llvm::ValueSymbolTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DSetTheory.h131 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DTrace.h63 const_iterator begin() const { return Records.begin(); } in begin() function in llvm::xray::Trace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPriorityQueue.h35 PriorityQueue(Iterator begin, Iterator end, in PriorityQueue() argument
/third_party/protobuf/src/google/protobuf/util/
H A Dtime_util_test.cc50 Timestamp begin, end; in TEST() local
92 Timestamp begin, end; in TEST() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Dvdso_support.h82 SymbolIterator begin() const { return image_.begin(); } in begin() function in absl::debugging_internal::VDSOSupport
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dchi_square.h40 double ChiSquareWithExpected(Iterator begin, Iterator end, double expected) { in ChiSquareWithExpected() argument
H A Dexplicit_seed_seq.h57 ExplicitSeedSeq(Iterator begin, Iterator end) { in ExplicitSeedSeq() argument
75 void generate(OutIterator begin, OutIterator end) { in generate() argument
/third_party/skia/modules/skplaintexteditor/include/
H A Dstringslice.h25 const char* begin() const { return fPtr.get(); } in begin() function in SkPlainTextEditor::StringSlice
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dmatched_number_info.h26 MatchedNumberInfo(int begin, int end, icu::UnicodeString& content) : _begin(begin), _end(end), content(content) {} in MatchedNumberInfo() argument
29 void SetBegin(int begin) in SetBegin() argument
/base/update/updater/utils/json/
H A Djson_node.cpp163 std::list<std::reference_wrapper<JsonNode>>::const_iterator JsonNode::begin() const in begin() function in Updater::JsonNode
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/
H A Ddms_continue_time_dumper_test.cpp205 int64_t begin in HWTEST_F() local
238 int64_t begin = GetTickCount(); HWTEST_F() local
256 int64_t begin = GetTickCount(); HWTEST_F() local
317 int64_t begin = GetTickCount(); HWTEST_F() local
335 int64_t begin = GetTickCount(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurve_animation.h29 CurveAnimation(const T& begin, const T& end, const RefPtr<Curve>& curve) in CurveAnimation() argument
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtest_utils.cpp53 void CostRecorder::Update(steady_clock::time_point begin, const string& apiName) in Update() argument
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Dbit_reader.cpp30 BitReader::BitReader(const uint8_t* begin, const uint8_t* end) : begin_(begin), cur_(begin), end_(end) in BitReader() argument
81 void BitReader::Reset(const uint8_t* begin, const uint8_t* end) in Reset() argument
/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_load_callback_stub.cpp71 int64_t begin = OHOS::GetTickCount(); in OnLoadSystemAbilitySuccessInner() local
90 int64_t begin = OHOS::GetTickCount(); in OnLoadSystemAbilityFailInner() local
113 int64_t begin = OHOS::GetTickCount(); in OnLoadSACompleteForRemoteInner() local
H A Dsystem_ability_status_change_stub.cpp70 int64_t begin = GetTickCount(); in OnAddSystemAbilityInner() local
88 int64_t begin = GetTickCount(); in OnRemoveSystemAbilityInner() local
/foundation/window/window_manager/utils/src/
H A Dtypec_port_info.cpp45 auto begin = buffer; in IsStringNumeric() local

Completed in 9 milliseconds

12345678910>>...50