Home
last modified time | relevance | path

Searched refs:GetDesc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dpandargs_test.cpp165 std::string ref_string = "--" + pab.GetName() + ": " + pab.GetDesc() + "\n";
166 ref_string += "--" + pald.GetName() + ": " + pald.GetDesc() + "\n";
167 ref_string += "--" + pad.GetName() + ": " + pad.GetDesc() + "\n";
168 ref_string += "--" + pai.GetName() + ": " + pai.GetDesc() + "\n";
169 ref_string += "--" + pal.GetName() + ": " + pal.GetDesc() + "\n";
170 ref_string += "--" + pair.GetName() + ": " + pair.GetDesc() + "\n";
171 ref_string += "--" + paur32.GetName() + ": " + paur32.GetDesc() + "\n";
172 ref_string += "--" + paur64.GetName() + ": " + paur64.GetDesc() + "\n";
173 ref_string += "--" + pas.GetName() + ": " + pas.GetDesc() + "\n";
174 ref_string += "--" + pau32.GetName() + ": " + pau32.GetDesc() + "\n";
[all …]
/arkcompiler/runtime_core/libpandabase/utils/
Dpandargs.h62 std::string GetDesc() const in GetDesc() function
361 helpstr << DOUBLE_DASH << i->GetName() << ": " << i->GetDesc() << "\n"; in GetHelpString()
364 helpstr << " " << sub_arg->GetName() << ": " << sub_arg->GetDesc() << "\n"; in GetHelpString()
367 helpstr << DOUBLE_DASH << i->GetName() << ": " << i->GetDesc() << "\n"; in GetHelpString()
373 helpstr << i->GetName() << ": " << i->GetDesc() << "\n"; in GetHelpString()
/arkcompiler/runtime_core/libpandabase/
DREADME.md69 - `std::string GetDesc()` - returns description of an argument