Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dstruct_with_traits_impl_traits.cc68 std::string f_string2; in Read() local
69 if (!data.ReadFString(&f_string) || !data.ReadFString2(&f_string2) || in Read()
70 f_string != f_string2) { in Read()
73 out->set_string(f_string2); in Read()
Dstruct_with_traits_impl_traits.h66 static const std::string& f_string2(const test::StructWithTraitsImpl& value) {
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dstruct_with_traits.mojom24 string f_string2;