HomeSort by relevance Sort by last modified time
    Searched refs:CallWithContext (Results 1 - 2 of 2) sorted by null

  /external/libchrome/mojo/public/cpp/bindings/lib/
string_serialization.h 33 const size_t size = CallWithContext(Traits::GetSize, input, custom_context);
36 CallWithContext(Traits::GetData, input, custom_context), size);
serialization_util.h 123 ReturnType CallWithContext(ReturnType (*f)(ParamType, void*),
130 ReturnType CallWithContext(ReturnType (*f)(ParamType),

Completed in 78 milliseconds