Searched defs:Size (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/net/
H A Devent_history.h75 size_t Size() const { return events_.size(); } function in class:shill::EventHistory
/system/extras/simpleperf/
H A Dbuild_id.h28 static size_t Size() { function in class:BuildId
H A Drecord.cpp76 return Size();
146 size_t SampleId::Size() const { function in class:SampleId
210 header.size = sizeof(header) + sizeof(data) + ALIGN(filename.size() + 1, 8) + sample_id.Size();
242 header.size = sizeof(header) + sizeof(data) + ALIGN(filename.size() + 1, 8) + sample_id.Size();
539 p += ALIGN(build_id.Size(), 8);
550 memcpy(p, build_id.Data(), build_id.Size());
551 p += ALIGN(build_id.Size(), 8);
687 ALIGN(record.build_id.Size(), 8) + ALIGN(filename.size() + 1, 64);

Completed in 96 milliseconds