Home
last modified time | relevance | path

Searched refs:hasFoo (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/libcxx/test/std/experimental/utilities/meta/meta.detect/
Ddetected_or.pass.cpp20 using hasFoo = typename T::Foo; typedef
32 …static_assert( std::is_same<Res, typename ex::detected_or <double, hasFoo, T>::type>::value, "" ); in test()
33 …static_assert( std::is_same<Res, typename ex::detected_or_t<double, hasFoo, T> >::value, "" ); in test()
/external/libcxx/test/std/experimental/utilities/meta/meta.detect/
Ddetected_or.pass.cpp21 using hasFoo = typename T::Foo; typedef
33 …static_assert( std::is_same<Res, typename ex::detected_or <double, hasFoo, T>::type>::value, "" ); in test()
34 …static_assert( std::is_same<Res, typename ex::detected_or_t<double, hasFoo, T> >::value, "" ); in test()
/external/protobuf/objectivec/Tests/
DGPBMessageTests.m1838 XCTAssertFalse(message.hasFoo);
/external/protobuf/
DCHANGES.txt850 explicitly by calling `hasFoo()`, which we now generate for scalar fields.