Searched defs:TestTimestamper (Results 1 – 1 of 1) sorted by relevance
28 struct TestTimestamper : public bluetooth::common::Timestamper { struct29 virtual uint64_t GetTimestamp() const override { return timestamp_++; } in GetTimestamp()