Lines Matching refs:Nanoseconds
249 (void)absl::Nanoseconds(ConvertibleTo<int64_t>()); in factoryFunctionPositive()
269 (void)absl::Nanoseconds(ConvertibleTo<char>()); in factoryFunctionPositive()
289 (void)absl::Nanoseconds(ConvertibleTo<float>()); in factoryFunctionPositive()
310 (void)absl::Nanoseconds(char{1}); in factoryFunctionNegative()
311 (void)absl::Nanoseconds(1); in factoryFunctionNegative()
312 (void)absl::Nanoseconds(int64_t{1}); in factoryFunctionNegative()
313 (void)absl::Nanoseconds(1.0f); in factoryFunctionNegative()
335 (void)absl::Nanoseconds(static_cast<int>(ConvertibleTo<int>())); in factoryFunctionNegative()
345 (void)absl::Nanoseconds(c); in templateForFactorySpecialization()
351 (void)absl::Nanoseconds(N); in factoryNonTypeTemplateParamSpecialization()
355 (void)absl::Nanoseconds(ConvertibleTo<int>()); in factoryNonTypeTemplateParamSpecialization()
361 (void)absl::Nanoseconds(ConvertibleTo<int>()); in templateFactoryFix()
367 (void)absl::Nanoseconds(t); in templateFactoryWarnOnly()
375 (void)absl::Nanoseconds(t); in memberA()
379 (void)absl::Nanoseconds(u); in memberB()
398 (void)absl::Nanoseconds(t); in templateFactoryInstantiationBeforeDefinition()
403 (void)absl::Nanoseconds(ConvertibleTo<int>())
404 #define T_CALL_FACTORTY_INSIDE_MACRO (void)absl::Nanoseconds(T())
407 (void)absl::Nanoseconds(T_OBJECT); in factoryTemplateAndMacro()
409 (void)absl::Nanoseconds(CONVERTIBLE_TMP); in factoryTemplateAndMacro()
419 TEMPLATE_FACTORY_MACRO(absl::Nanoseconds) in TEMPLATE_FACTORY_MACRO() argument
423 (void)absl::Nanoseconds(FUNCTION_MACRO(ConvertibleTo<int>())); in TEMPLATE_FACTORY_MACRO()
426 (void)absl::Nanoseconds(CONVERTIBLE_TMP); in TEMPLATE_FACTORY_MACRO()