Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Dtest_perf_data.h142 class AttrIdsSection : public StreamWriteable {
144 explicit AttrIdsSection(size_t initial_offset) : offset_(initial_offset) {} in AttrIdsSection() function
Dtest_perf_data.cc163 void AttrIdsSection::WriteTo(std::ostream* out) const { in WriteTo()
Dperf_reader_test.cc1211 testing::AttrIdsSection attr_ids(input.tellp()); in TEST()
1370 testing::AttrIdsSection attr_ids(input.tellp()); in TEST()