Home
last modified time | relevance | path

Searched defs:byteNullableArray (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.h204 std::optional<std::array<uint8_t, 2>> byteNullableArray; variable
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java42 public byte[] byteNullableArray; field in FixedSizeArrayExample
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.rs31 pub byteNullableArray: Option<[u8; 2]>, field