Searched refs:GetTotalSize (Results 1 – 3 of 3) sorted by relevance
205 writer_->Write(node->GetTotalSize()); in SerializeTraceNode()
302 uint32_t GetTotalSize() const in GetTotalSize() function
785 ASSERT(topNode->GetTotalSize() <= static_cast<uint32_t>(INT_MAX)); in AddTraceNode()786 int totalSize = static_cast<int>(topNode->GetTotalSize()); in AddTraceNode()