Home
last modified time | relevance | path

Searched defs:remove_constptr (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h4380 template <class T> struct remove_constptr { typedef CouldntRemoveConst type; }; struct
4381 template <class T> struct remove_constptr<const T *> { typedef T *type; }; struct
[all...]

Completed in 24 milliseconds