Home
last modified time | relevance | path

Searched refs:PopulateHeader (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
Drecord_writer.h87 inline static void PopulateHeader(char* header, const char* data, size_t n);
104 void RecordWriter::PopulateHeader(char* header, const char* data, size_t n) { in PopulateHeader() function
Drecord_writer.cc103 PopulateHeader(header, data.data(), data.size()); in WriteRecord()
/external/v8/src/
Dgdb-jit.cc243 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::MachOSection
319 void PopulateHeader(Writer::Slot<Header> header, ELFStringTable* strtab);
338 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::ELFSection
369 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::MachOTextSection
370 MachOSection::PopulateHeader(header); in PopulateHeader()
399 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::FullHeaderELFSection
400 ELFSection::PopulateHeader(header); in PopulateHeader()
464 void ELFSection::PopulateHeader(Writer::Slot<ELFSection::Header> header, in PopulateHeader() function in v8::internal::GDBJITInterface::ELFSection
469 PopulateHeader(header); in PopulateHeader()
594 section->PopulateHeader(headers.at(index)); in WriteSections()
[all …]