Lines Matching defs:Arg
109 Arg(absl::Nullable<const char*> value) // NOLINT(google-explicit-constructor) in Arg() function
112 Arg( // NOLINT in Arg() function
116 Arg(absl::string_view value) // NOLINT(google-explicit-constructor) in Arg() function
126 Arg(char value) // NOLINT(google-explicit-constructor) in Arg() function
130 Arg(short value) // NOLINT(*) in Arg() function
135 Arg(unsigned short value) // NOLINT(*) in Arg() function
140 Arg(int value) // NOLINT(google-explicit-constructor) in Arg() function
145 Arg(unsigned int value) // NOLINT(google-explicit-constructor) in Arg() function
150 Arg(long value) // NOLINT(*) in Arg() function
155 Arg(unsigned long value) // NOLINT(*) in Arg() function
160 Arg(long long value) // NOLINT(*) in Arg() function
165 Arg(unsigned long long value) // NOLINT(*) in Arg() function
170 Arg(float value) // NOLINT(google-explicit-constructor) in Arg() function
173 Arg(double value) // NOLINT(google-explicit-constructor) in Arg() function
176 Arg(bool value) // NOLINT(google-explicit-constructor) in Arg() function
196 Arg(T value) // NOLINT(google-explicit-constructor) in Arg() function