Searched refs:WriteUint32 (Results 1 – 1 of 1) sorted by relevance
434 this->WriteUint32(4); // namesz. in Write()435 this->WriteUint32(kBuildIdLen); // descsz. in Write()436 this->WriteUint32(3); // type = NT_GNU_BUILD_ID. in Write()450 bool WriteUint32(uint32_t v) { in WriteUint32() function