Home
last modified time | relevance | path

Searched refs:StructWithString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/tests/
Dproperty_matcher_test.rs76 struct StructWithString { in matches_struct_with_matching_string_reference_property() struct
79 impl StructWithString { in matches_struct_with_matching_string_reference_property() implementation
84 let value = StructWithString { property: "Something".into() }; in matches_struct_with_matching_string_reference_property()
85 verify_that!(value, property!(*StructWithString.get_property_ref(), eq("Something"))) in matches_struct_with_matching_string_reference_property()
/aosp_15_r20/prebuilts/go/linux-x86/test/
Descape2n.go1634 type StructWithString struct { struct
1643 var x StructWithString
Descape2.go1634 type StructWithString struct { struct
1643 var x StructWithString