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

  /external/protobuf/php/ext/google/protobuf/
upb.h 4095 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
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 4791 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
    [all...]

Completed in 232 milliseconds