Lines Matching refs:arg
145 std::ostream &operator<<(std::ostream &out, const std::vector<T> &arg) {
147 for (size_t i = 0; i < arg.size(); i++) {
148 out << arg[i];
149 if (i != arg.size() - 1) {
157 std::ostream &operator<<(std::ostream &out, const std::shared_ptr<IVibratorCallback> arg);
158 std::ostream &operator<<(std::ostream &out, const ff_effect *arg);
159 std::ostream &operator<<(std::ostream &out, const ff_effect &arg);
160 std::ostream &operator<<(std::ostream &out, const CompositePrimitive &arg);
161 std::ostream &operator<<(std::ostream &out, const Braking &arg);
162 std::ostream &operator<<(std::ostream &out, const PrimitivePwle &arg);
163 std::ostream &operator<<(std::ostream &out, const CompositeEffect &arg);
164 std::ostream &operator<<(std::ostream &out, const DspMemChunk *arg);
165 std::ostream &operator<<(std::ostream &out, Effect arg);
166 std::ostream &operator<<(std::ostream &out, EffectStrength arg);