Home
last modified time | relevance | path

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

/external/rust/crates/googletest/tests/
Dproperty_matcher_test.rs76 struct StructWithString { in matches_struct_with_matching_string_reference_property() struct
77 property: String, in matches_struct_with_matching_string_reference_property()
79 impl StructWithString { in matches_struct_with_matching_string_reference_property() implementation