Home
last modified time | relevance | path

Searched refs:remove_constptr (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.h4095 template <class T> struct remove_constptr { typedef CouldntRemoveConst type; }; argument
4096 template <class T> struct remove_constptr<const T *> { typedef T *type; };
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<P1>::type param1) {
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4791 template <class T> struct remove_constptr { typedef CouldntRemoveConst type; };
4792 template <class T> struct remove_constptr<const T *> { typedef T *type; };
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<P1>::type param1) {
[all …]