Classes | |
struct | Foo |
Functions | |
ABSL_INTERNAL_INLINE_CONSTEXPR (Foo, inline_variable_foo,{}) | |
ABSL_INTERNAL_INLINE_CONSTEXPR (Foo, other_inline_variable_foo,{}) | |
ABSL_INTERNAL_INLINE_CONSTEXPR (int, inline_variable_int, 5) | |
ABSL_INTERNAL_INLINE_CONSTEXPR (int, other_inline_variable_int, 5) | |
ABSL_INTERNAL_INLINE_CONSTEXPR (void(*)(), inline_variable_fun_ptr, nullptr) | |
const Foo & | get_foo_a () |
const Foo & | get_foo_b () |
const int & | get_int_a () |
const int & | get_int_b () |
absl::inline_variable_testing_internal::ABSL_INTERNAL_INLINE_CONSTEXPR | ( | Foo | , |
inline_variable_foo | , | ||
{} | |||
) |
absl::inline_variable_testing_internal::ABSL_INTERNAL_INLINE_CONSTEXPR | ( | Foo | , |
other_inline_variable_foo | , | ||
{} | |||
) |
absl::inline_variable_testing_internal::ABSL_INTERNAL_INLINE_CONSTEXPR | ( | int | , |
inline_variable_int | , | ||
5 | |||
) |
absl::inline_variable_testing_internal::ABSL_INTERNAL_INLINE_CONSTEXPR | ( | int | , |
other_inline_variable_int | , | ||
5 | |||
) |
absl::inline_variable_testing_internal::ABSL_INTERNAL_INLINE_CONSTEXPR | ( | void(*)() | , |
inline_variable_fun_ptr | , | ||
nullptr | |||
) |
const Foo & absl::inline_variable_testing_internal::get_foo_a | ( | ) |
Definition at line 20 of file inline_variable_test_a.cc.
const Foo & absl::inline_variable_testing_internal::get_foo_b | ( | ) |
Definition at line 20 of file inline_variable_test_b.cc.
const int & absl::inline_variable_testing_internal::get_int_a | ( | ) |
Definition at line 22 of file inline_variable_test_a.cc.
const int & absl::inline_variable_testing_internal::get_int_b | ( | ) |
Definition at line 22 of file inline_variable_test_b.cc.