Home
last modified time | relevance | path

Searched defs:addString1 (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.h74 std::string addString1 = "hello world!"; variable
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DStructuredParcelable.java58 public java.lang.String addString1 = "hello world!"; field in StructuredParcelable
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DStructuredParcelable.rs50 pub addString1: String, field