Home
last modified time | relevance | path

Searched refs:commit_count_ (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc18604 int32_t commit_count() const { return commit_count_; } in commit_count()
18605 void set_commit_count(int32_t value) { commit_count_ = value; _has_field_.set(1); } in set_commit_count()
18788 int32_t commit_count_{}; member in perfetto::protos::gen::ChromeCompositorStateMachine_MinorState
19852 && commit_count_ == other.commit_count_ in operator ==()
19911 field.get(&commit_count_); in ParseFromArray()
20071 msg->AppendVarInt(1, commit_count_); in Serialize()
Dperfetto.h44947 int32_t commit_count() const { return commit_count_; }
44948 void set_commit_count(int32_t value) { commit_count_ = value; _has_field_.set(1); }
45131 int32_t commit_count_{};
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp23245 int32_t commit_count() const { return commit_count_; } in commit_count()
23246 void set_commit_count(int32_t value) { commit_count_ = value; _has_field_.set(1); } in set_commit_count()
23429 int32_t commit_count_{}; member in perfetto::protos::gen::ChromeCompositorStateMachine_MinorState
24495 && commit_count_ == other.commit_count_ in operator ==()
24554 field.get(&commit_count_); in ParseFromArray()
24714 msg->AppendVarInt(1, commit_count_); in Serialize()
Dperfetto.h119660 int32_t commit_count() const { return commit_count_; }
119661 void set_commit_count(int32_t value) { commit_count_ = value; _has_field_.set(1); }
119844 int32_t commit_count_{};