Home
last modified time | relevance | path

Searched defs:StringMatrix (Results 1 – 3 of 3) 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/
Dmemory_info.h41 using StringMatrix = std::shared_ptr<std::vector<std::vector<std::string>>>; variable
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dsa_dumper.cpp32 using StringMatrix = std::shared_ptr<std::vector<std::vector<std::string>>>; typedef