Home
last modified time | relevance | path

Searched refs:pod_union (Results 1 – 3 of 3) sorted by relevance

/external/libmojo/mojo/public/interfaces/bindings/tests/
Dtest_unions.mojom57 PodUnion? pod_union;
67 PodUnion? pod_union;
76 PodUnion pod_union;
/external/libmojo/mojo/public/js/
Dunion_unittests.js62 pod_union: new unions.PodUnion({ property
162 pod_union: null}); property
/external/libmojo/mojo/public/cpp/bindings/tests/
Dunion_unittest.cc529 small_struct->pod_union = PodUnion::New(); in TEST()
530 small_struct->pod_union->set_f_int8(10); in TEST()
533 EXPECT_EQ(10, clone->pod_union->get_f_int8()); in TEST()
539 small_struct->pod_union = PodUnion::New(); in TEST()
540 small_struct->pod_union->set_f_int32(10); in TEST()
554 EXPECT_EQ(10, deserialized->pod_union->get_f_int32()); in TEST()
581 small_struct->pod_union = PodUnion::New(); in TEST()
582 small_struct->pod_union->set_f_int32(10); in TEST()
605 small_struct->pod_union = PodUnion::New(); in TEST()
606 small_struct->pod_union->set_f_int32(10); in TEST()
[all …]