Searched refs:SetUpContext (Results 1 - 7 of 7) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/
H A Dstring_traits_string16.h26 static void* SetUpContext(const base::string16& input);
H A Dstring_traits_wtf.h19 static void* SetUpContext(const WTF::String& input);
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dstring_traits_string16.cc14 void* StringTraits<base::string16>::SetUpContext(const base::string16& input) { function in class:mojo::StringTraits
H A Dstring_traits_wtf.cc54 void* StringTraits<WTF::String>::SetUpContext(const WTF::String& input) { function in class:mojo::StringTraits
H A Dserialization_util.h83 static char Test(decltype(U::SetUpContext)*);
100 void* custom_context = Traits::SetUpContext(input);
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dstruct_with_traits_impl_traits.cc19 SetUpContext(const test::NestedStructWithTraitsImpl& input) { function in class:mojo::StructTraits
H A Dstruct_with_traits_impl_traits.h23 static void* SetUpContext(const test::NestedStructWithTraitsImpl& input);

Completed in 158 milliseconds