HomeSort by relevance Sort by last modified time
    Searched refs:WriteToPointerWithoutCheckingSize (Results 1 - 2 of 2) sorted by null

  /external/perf_data_converter/src/quipper/
perf_reader.h 202 bool WriteToPointerWithoutCheckingSize(char* buffer, size_t size);
perf_reader.cc 273 return WriteToPointerWithoutCheckingSize(&data->at(0), data->size());
278 return WriteToPointerWithoutCheckingSize(&str->at(0), str->size());
288 return WriteToPointerWithoutCheckingSize(buffer, size);
291 bool PerfReader::WriteToPointerWithoutCheckingSize(char* buffer, size_t size) {
    [all...]

Completed in 575 milliseconds