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

/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h4791 template <class T> struct remove_constptr { typedef CouldntRemoveConst type; }; struct in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb
4792 template <class T> struct remove_constptr<const T *> { typedef T *type; }; struct in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb
4906 typedef typename remove_constptr<T>::type MutableP2;
4967 typename remove_constptr<P2>::type param2) {
4981 typename remove_constptr<P2>::type param2) {
4995 typename remove_constptr<P2>::type param2) {
5009 typename remove_constptr<P2>::type param2) {
5096 typename remove_constptr<P1>::type param1) {
5113 GetFunc(typename remove_constptr<P1>::type param1) {
5131 GetFunc(typename remove_constptr<P
[all...]
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h4095 template <class T> struct remove_constptr { typedef CouldntRemoveConst type; }; struct in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb
4096 template <class T> struct remove_constptr<const T *> { typedef T *type; }; struct in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb
4210 typedef typename remove_constptr<T>::type MutableP2;
4271 typename remove_constptr<P2>::type param2) {
4285 typename remove_constptr<P2>::type param2) {
4299 typename remove_constptr<P2>::type param2) {
4313 typename remove_constptr<P2>::type param2) {
4400 typename remove_constptr<P1>::type param1) {
4417 GetFunc(typename remove_constptr<P1>::type param1) {
4435 GetFunc(typename remove_constptr<P
[all...]

Completed in 139 milliseconds