Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/tests/
Dstruct_with_traits_impl_traits.cc96 std::string f_string2; in Read() local
97 if (!data.ReadFString(&f_string) || !data.ReadFString2(&f_string2) || in Read()
98 f_string != f_string2) { in Read()
101 out->set_string(f_string2); in Read()
Dstruct_with_traits_impl_traits.h70 static const std::string& f_string2(const test::StructWithTraitsImpl& value) {
/external/libmojo/mojo/public/interfaces/bindings/tests/
Dstruct_with_traits.mojom24 string f_string2;