OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_namespace_
(Results
1 - 1
of
1
) sorted by null
/art/compiler/debug/
elf_debug_info_writer.h
628
if (depth <
current_namespace_
.size()) {
629
const std::string& name =
current_namespace_
[depth];
639
current_namespace_
.push_back(std::move(name));
647
DCHECK_LE(depth,
current_namespace_
.size());
648
while (
current_namespace_
.size() > depth) {
650
current_namespace_
.pop_back();
664
std::vector<std::string>
current_namespace_
;
member in class:art::debug::ElfCompilationUnitWriter
Completed in 50 milliseconds