Home
last modified time | relevance | path

Searched refs:DummyStruct (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/mojo/public/interfaces/bindings/tests/
Dtest_unions.mojom36 DummyStruct f_dummy;
37 DummyStruct? f_nullable;
61 struct DummyStruct {
66 DummyStruct? dummy_struct;
70 array<DummyStruct>? s_array;
94 DummyStruct? nullable;
95 DummyStruct non_nullable;
/external/llvm/unittests/ExecutionEngine/Orc/
DIndirectionUtilsTest.cpp22 Function *F = MB.createFunctionDecl<void(DummyStruct, DummyStruct)>(""); in TEST()
DOrcTestCommon.h84 struct DummyStruct { struct
90 class TypeBuilder<DummyStruct, XCompile> {
/external/libmojo/mojo/public/js/
Dunion_unittests.js70 f_dummy: new unions.DummyStruct({
/external/libmojo/mojo/public/cpp/bindings/tests/
Dunion_unittest.cc741 DummyStructPtr dummy(DummyStruct::New()); in TEST()
751 DummyStructPtr dummy(DummyStruct::New()); in TEST()
771 DummyStructPtr dummy(DummyStruct::New()); in TEST()