RefFloat 294 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc EXPECT_TRUE(is_reference<RefFloat>::value); RefFloat 295 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc EXPECT_TRUE(is_reference<const RefFloat>::value); RefFloat 296 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc EXPECT_TRUE(is_reference<volatile RefFloat>::value); RefFloat 297 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc EXPECT_TRUE(is_reference<const volatile RefFloat>::value);