Home
last modified time | relevance | path

Searched defs:boolNullableArray (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h203 std::optional<std::array<bool, 2>> boolNullableArray; variable
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java41 public boolean[] boolNullableArray; field in FixedSizeArrayExample
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.rs30 pub boolNullableArray: Option<[bool; 2]>, field