Home
last modified time | relevance | path

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

/external/perfetto/src/protozero/filtering/
Dmessage_tokenizer.h75 fixed_int_value_ |= static_cast<uint64_t>(octet) << fixed_int_shift_; in Push()
81 uint64_t fixed_int_value = fixed_int_value_; in Push()
82 fixed_int_value_ = fixed_int_shift_ = fixed_int_bits_ = 0; in Push()
119 fixed_int_value_ = 0; in Push()
194 uint64_t fixed_int_value_ = 0; variable