Home
last modified time | relevance | path

Searched defs:StringMatrix (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/include/executor/
Dhidumper_executor.h29 using StringMatrix = std::shared_ptr<std::vector<std::vector<std::string>>>; variable
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dsmaps_memory_info.h46 using StringMatrix = std::shared_ptr<std::vector<std::vector<std::string>>>; variable
Dmemory_info.h44 using StringMatrix = std::shared_ptr<std::vector<std::vector<std::string>>>; variable
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dsa_dumper.cpp33 using StringMatrix = std::shared_ptr<std::vector<std::vector<std::string>>>; typedef