Home
last modified time | relevance | path

Searched defs:next_section (Results 1 – 2 of 2) sorted by relevance

/external/rust/cxx/gen/src/
Dout.rs47 pub fn next_section(&mut self) { in next_section() method
115 pub fn next_section(&mut self) { in next_section() method
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.cpp155 llvm::Optional<Record::Kind> next_section = Record::classify(line); in CreateSections() local