Home
last modified time | relevance | path

Searched defs:stringNullableMatrix (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h239 …std::optional<std::array<std::array<std::optional<std::string>, 2>, 2>> stringNullableMatrix = {{{… variable
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h239 …std::optional<std::array<std::array<std::optional<std::string>, 2>, 2>> stringNullableMatrix = {{{… variable
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java68 public java.lang.String[][] stringNullableMatrix = {{"hello", "world"}, {"Ciao", "mondo"}}; field in FixedSizeArrayExample
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java68 public java.lang.String[][] stringNullableMatrix = {{"hello", "world"}, {"Ciao", "mondo"}}; field in FixedSizeArrayExample