Searched refs:NumCommands (Results 1 – 5 of 5) sorted by relevance
86 if (current_command_ == action->NumCommands()) { in ExecuteOneCommand()
66 std::size_t NumCommands() const;
153 if (action_ && action_->NumCommands() > 0) { in EndSection()
102 std::size_t Action::NumCommands() const { in NumCommands() function in android::init::Action
598 int line = onrestart_.NumCommands() + 1; in ParseOnrestart()