HomeSort by relevance Sort by last modified time
    Searched defs:index_entry (Results 1 - 3 of 3) sorted by null

  /external/perf_data_converter/src/quipper/
test_perf_data.cc 407 const perf_file_section& index_entry = index_entry_.index_entry_; local
408 CHECK_EQ(static_cast<u64>(out->tellp()), index_entry.offset);
414 CHECK_EQ(static_cast<u64>(out->tellp()), index_entry.offset + size());
442 const perf_file_section& index_entry = parent_->index_entry_.index_entry_; local
443 CHECK_EQ(static_cast<u64>(out->tellp()), index_entry.offset);
446 index_entry.offset + index_entry.size);
test_perf_data.h 419 const MetadataIndexEntry& index_entry() { return index_entry_; } function in class:quipper::testing::MetadataIndexEntry::ExampleStringMetadata
473 const MetadataIndexEntry& index_entry() { return index_entry_; } function in class:quipper::testing::MetadataIndexEntry::ExampleTracingMetadata
  /toolchain/binutils/binutils-2.27/binutils/
od-macho.c 1937 struct mach_o_unwind_index_entry *index_entry; local
    [all...]

Completed in 148 milliseconds