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

  /external/chromium_org/mojo/public/bindings/lib/
bindings_serialization.h 50 // The following functions are used to select the proper ObjectTraits<>
55 return obj ? ObjectTraits<T>::ComputeSizeOf(obj) : 0;
60 return obj ? ObjectTraits<T>::Clone(obj, buf) : NULL;
66 ObjectTraits<T>::CloseHandles(obj);
72 ObjectTraits<T>::EncodePointersAndHandles(obj, handles);
77 return ObjectTraits<T>::DecodePointersAndHandles(obj, message);
102 // What follows is code to support the ObjectTraits<> specialization of
191 class ObjectTraits<Array_Data<T> > {
bindings_internal.h 132 template <typename T> class ObjectTraits {};
array_internal.h 134 friend class internal::ObjectTraits<Array_Data<T> >;

Completed in 55 milliseconds