Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/
DREADME.md105 - `bool PopBackTail()` - remove last argument from tail list
114 …ction ```PushBackTail()``` adds an argument to the end of sequence, ```PopBackTail()``` removes th…
/arkcompiler/runtime_core/libpandabase/tests/
Dpandargs_test.cpp152 pa_parser.PopBackTail();
160 ASSERT_FALSE(pa_parser.PopBackTail());
/arkcompiler/runtime_core/libpandabase/utils/
Dpandargs.h248 bool PopBackTail() in PopBackTail() function