HomeSort by relevance Sort by last modified time
    Searched refs:UnionWithTraitsBase (Results 1 - 3 of 3) sorted by null

  /external/libchrome/mojo/public/cpp/bindings/tests/
struct_with_traits_impl_traits.h 160 std::unique_ptr<test::UnionWithTraitsBase>> {
161 static bool IsNull(const std::unique_ptr<test::UnionWithTraitsBase>& data) {
164 static void SetToNull(std::unique_ptr<test::UnionWithTraitsBase>* data) {
169 const std::unique_ptr<test::UnionWithTraitsBase>& data) {
170 if (data->type() == test::UnionWithTraitsBase::Type::INT32)
177 const std::unique_ptr<test::UnionWithTraitsBase>& data) {
182 const std::unique_ptr<test::UnionWithTraitsBase>& data) {
187 std::unique_ptr<test::UnionWithTraitsBase>* out) {
struct_with_traits_impl.h 132 class UnionWithTraitsBase {
136 virtual ~UnionWithTraitsBase() {}
144 class UnionWithTraitsInt32 : public UnionWithTraitsBase {
158 class UnionWithTraitsStruct : public UnionWithTraitsBase {
struct_traits_unittest.cc 188 std::unique_ptr<test::UnionWithTraitsBase> u,
511 std::unique_ptr<test::UnionWithTraitsBase> input(
518 std::unique_ptr<test::UnionWithTraitsBase> passed) {
519 ASSERT_EQ(test::UnionWithTraitsBase::Type::INT32, passed->type());
531 std::unique_ptr<test::UnionWithTraitsBase> input(
538 std::unique_ptr<test::UnionWithTraitsBase> passed) {
539 ASSERT_EQ(test::UnionWithTraitsBase::Type::STRUCT,

Completed in 372 milliseconds