Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dpandargs_test.cpp53 struct TestPandArgs { struct
54 PandArg<bool> *pab;
55 PandArg<int> *pai;
56 PandArg<double> *pad;
57 PandArg<std::string> *pas;
58 PandArg<uint32_t> *pau32;
59 PandArg<uint64_t> *pau64;
60 PandArg<arg_list_t> *pald;
61 PandArg<arg_list_t> *pal;
62 PandArg<int> *pair;
[all …]