Home
last modified time | relevance | path

Searched refs:array_of_bools (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/tests/
Dsample_service_unittest.cc72 std::vector<bool> array_of_bools(2); in MakeFoo() local
74 array_of_bools[j] = j; in MakeFoo()
75 array_of_array_of_bools[i] = std::move(array_of_bools); in MakeFoo()
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dsample_service.mojom43 array<bool>? array_of_bools@14;