Searched refs:malloced_unique_ptr (Results 1 – 6 of 6) sorted by relevance
66 bool SerializeEvent(const malloced_unique_ptr<event_t>& event_ptr,69 malloced_unique_ptr<event_t>* event_ptr) const;132 bool SerializeBuildIDEvent(const malloced_unique_ptr<build_id_event>& from,135 malloced_unique_ptr<build_id_event>* to) const;
35 using malloced_unique_ptr = std::unique_ptr<T, FreeDeleter>; variable
124 malloced_unique_ptr<build_id_event> CreateBuildIDEvent(const string& build_id, in CreateBuildIDEvent()129 malloced_unique_ptr<build_id_event> event(CallocMemoryForBuildID(size)); in CreateBuildIDEvent()433 malloced_unique_ptr<build_id_event> event = in InjectBuildIDs()776 malloced_unique_ptr<event_t> event(CallocMemoryForEvent(header.size)); in ReadDataSection()935 malloced_unique_ptr<build_id_event> event( in ReadBuildIDMetadataWithoutHeader()1296 malloced_unique_ptr<event_t> event(CallocMemoryForEvent(header.size)); in ReadPipedData()1429 malloced_unique_ptr<event_t> event; in WriteData()1573 malloced_unique_ptr<build_id_event> event; in WriteBuildIDMetadata()
183 const malloced_unique_ptr<event_t>& event_ptr, in SerializeEvent()249 malloced_unique_ptr<event_t>* event_ptr) const { in DeserializeEvent()776 const malloced_unique_ptr<build_id_event>& from, in SerializeBuildIDEvent()801 malloced_unique_ptr<build_id_event>* to) const { in DeserializeBuildIDEvent()805 malloced_unique_ptr<build_id_event>& event = *to; in DeserializeBuildIDEvent()
633 std::vector<malloced_unique_ptr<build_id_event>> raw_build_ids( in TEST()
1818 malloced_unique_ptr<event_t> e( in TEST()