Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DStructuredParcelable.h36 std::string stringDefaultsToFoo = "foo"; variable
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DStructuredParcelable.java16 public java.lang.String stringDefaultsToFoo = "foo"; field in StructuredParcelable
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DStructuredParcelable.rs12 pub stringDefaultsToFoo: String, field