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

  /system/extras/simpleperf/
record_file.h 119 return feature_section_descriptors_;
122 return feature_section_descriptors_.find(feature) != feature_section_descriptors_.end();
179 std::map<int, PerfFileFormat::SectionDesc> feature_section_descriptors_; member in class:RecordFileReader
record_file_reader.cpp 190 feature_section_descriptors_.emplace(id, desc);
447 auto it = feature_section_descriptors_.find(FEAT_FILE);
448 if (it == feature_section_descriptors_.end()) {

Completed in 74 milliseconds