Searched refs:ArgValue (Results 1 – 2 of 2) sorted by relevance
65 struct ArgValue { struct76 std::unique_ptr<ArgValue> argValues_[ARG_MAX_COUNT + 1] = {nullptr}; argument
54 argValues_[i] = std::make_unique<ArgValue>(); in Init()