Home
last modified time | relevance | path

Searched defs:upcast (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.h314 template <class T> inline Pointer<T> upcast(T *f) { return Pointer<T>(f); } in upcast() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h294 template <class T> inline Pointer<T> upcast(T *f) { return Pointer<T>(f); } in upcast() function