Home
last modified time | relevance | path

Searched defs:MyMapKey (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/testing/
H A DBindValueIntoMapTest.java74 @interface MyMapKey { annotation in BindValueIntoMapTest
H A DBindValueInKotlinValTest.kt24 annotation class MyMapKey(val value: String) class in dagger.hilt.android.testing.BindValueInKotlinValTest
/aosp_15_r20/external/dagger2/javatests/artifacts/hilt-android/simple/app/src/sharedTest/java/dagger/hilt/android/simple/
H A DBindValueTest.java148 @interface MyMapKey { annotation in BindValueTest
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/tests/
Dtest.rs2356 struct MyMapKey(usize); in test_borrow_in_map_key() struct
2358 impl<'de> Deserialize<'de> for MyMapKey { in test_borrow_in_map_key() implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/tests/
H A Dtest.rs2452 struct MyMapKey(usize); in test_borrow_in_map_key() struct
2454 impl<'de> Deserialize<'de> for MyMapKey { in test_borrow_in_map_key() implementation