Home
last modified time | relevance | path

Searched refs:malloced_unique_ptr (Results 1 – 6 of 6) sorted by relevance

/external/perf_data_converter/src/quipper/
Dperf_serializer.h66 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;
Dperf_data_utils.h35 using malloced_unique_ptr = std::unique_ptr<T, FreeDeleter>; variable
Dperf_reader.cc124 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()
Dperf_serializer.cc183 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()
Dperf_serializer_test.cc633 std::vector<malloced_unique_ptr<build_id_event>> raw_build_ids( in TEST()
Dperf_parser_test.cc1818 malloced_unique_ptr<event_t> e( in TEST()