Searched refs:reference_thread_instruction_count_ (Results 1 – 2 of 2) sorted by relevance
29995 int64_t reference_thread_instruction_count() const { return reference_thread_instruction_count_; } in reference_thread_instruction_count()29996 …void set_reference_thread_instruction_count(int64_t value) { reference_thread_instruction_count_ =… in set_reference_thread_instruction_count()30009 int64_t reference_thread_instruction_count_{}; member in perfetto::protos::gen::ThreadDescriptor30054 && reference_thread_instruction_count_ == other.reference_thread_instruction_count_ in operator ==()30087 field.get(&reference_thread_instruction_count_); in ParseFromArray()30145 msg->AppendVarInt(8, reference_thread_instruction_count_); in Serialize()
122621 int64_t reference_thread_instruction_count() const { return reference_thread_instruction_count_; }122622 …void set_reference_thread_instruction_count(int64_t value) { reference_thread_instruction_count_ =…122635 int64_t reference_thread_instruction_count_{};