Lines Matching refs:explicit
148 explicit RecordHeader(const char* p) { in RecordHeader()
220 explicit Record(char* p) : header(p), binary_(p), own_binary_(false) {} in Record()
441 explicit BuildIdRecord(char* p);
476 explicit AuxTraceInfoRecord(char* p);
500 explicit AuxTraceRecord(char* p);
513 explicit KernelSymbolRecord(char* p);
515 explicit KernelSymbolRecord(const std::string& kallsyms);
527 explicit DsoRecord(char* p);
541 explicit SymbolRecord(char* p);
553 explicit TracingDataRecord(char* p);
555 explicit TracingDataRecord(const std::vector<char>& tracing_data);
568 explicit EventIdRecord(char* p);
570 explicit EventIdRecord(const std::vector<uint64_t>& data);
585 explicit CallChainRecord(char* p);
608 explicit UnwindingResultRecord(char* p);
626 explicit UnknownRecord(char* p);