Lines Matching defs:absl
13 namespace absl
24 absl::PrintF("Hello %s %d", "world", 42);
30 absl::PrintF("Hello %s %d\n", "world", 42);
34 using namespace absl;
40 // absl uses the type of the argument rather than the format string, so unsigned
45 using namespace absl;
59 using namespace absl;
65 absl::FPrintF(fp, "Hello %s %d", "world", 42);
71 absl::FPrintF(fp, "Hello %s %d\n", "world", 42);
75 using namespace absl;
82 using namespace absl;
96 using namespace absl;