Searched refs:can_be_out (Results 1 – 1 of 1) sorted by relevance
1152 const bool can_be_out = typenames.CanBeOutParameter(arg->GetType()); in CheckValid() local1153 if (!arg->DirectionWasSpecified() && can_be_out) { in CheckValid()1159 if (arg->GetDirection() != AidlArgument::IN_DIR && !can_be_out) { in CheckValid()