Home | History | Annotate | Download | only in internal

Lines Matching refs:Helper

93 // namespace.  Hence this helper function.
97 // doesn't require a helper function, but unfortunately doesn't
197 // A helper class for creating scoped traces in user programs.
764 // Helper for suppressing false warning from Clang on a const char*
877 // We need the following helper functions only for their types.
886 // Helper(x), the compiler will pick the first version if x can be
892 // size of Helper(x), which can be done at compile time, we can tell
893 // which version of Helper() is used, and hence whether x can be
895 static char Helper(To);
896 static char (&Helper(...))[2]; // NOLINT
909 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
918 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
993 // This helper reduces code bloat. If we instead put its logic inside
1033 // This helper reduces code bloat. If we instead put its logic inside
1231 // Helper macro for defining tests.