Home
last modified time | relevance | path

Searched refs:cursor_ (Results 1 – 9 of 9) sorted by relevance

/developtools/profiler/proto_encoder/include/
Dbase_message.h401 cursor_ = 0;
406 if (cursor_ < messageCache_.size()) { in Get()
407 return &messageCache_[cursor_++]; in Get()
410 cursor_++; in Get()
417 if (cursor_ > 0) { in Release()
418 cursor_--; in Release()
423 uint32_t cursor_ = 0; variable
/developtools/profiler/host/smartperf/trace_streamer/src/table/base/
Dtable_base.h92 explicit TableBase(const TraceDataCache* dataCache) : dataCache_(dataCache), cursor_(nullptr) {} in TableBase()
123 std::unique_ptr<Cursor> cursor_; variable
Dtable_base.cpp42 cursor_ = nullptr; in ~TableBase()
/developtools/smartperf_host/trace_streamer/src/table/base/
Dtable_base.h97 explicit TableBase(const TraceDataCache* dataCache) : dataCache_(dataCache), cursor_(nullptr) {} in TableBase()
132 std::unique_ptr<Cursor> cursor_; variable
Dtable_base.cpp42 cursor_ = nullptr; in ~TableBase()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Dtable_base.h106 explicit TableBase(const TraceDataCache* dataCache) : dataCache_(dataCache), cursor_(nullptr) {} in TableBase()
138 std::unique_ptr<Cursor> cursor_; variable
Dtable_base.cpp40 cursor_ = nullptr; in ~TableBase()
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/table/
Dtable_base.h106 explicit TableBase(const TraceDataCache* dataCache) : dataCache_(dataCache), cursor_(nullptr) {} in TableBase()
138 std::unique_ptr<Cursor> cursor_; variable
Dtable_base.cpp42 cursor_ = nullptr; in ~TableBase()