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/ |
D | FixedSizeArrayExample.h | 239 …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/ |
D | FixedSizeArrayExample.h | 239 …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/ |
D | FixedSizeArrayExample.java | 68 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/ |
D | FixedSizeArrayExample.java | 68 public java.lang.String[][] stringNullableMatrix = {{"hello", "world"}, {"Ciao", "mondo"}}; field in FixedSizeArrayExample
|