Searched refs:cppbase2 (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 223 #define UPB_DECLARE_DERIVED_TYPE2(cppname, cppbase, cppbase2, cname, cbase, \ argument 229 class Pointer<cppname> : public PointerBase2<cppname, cppbase, cppbase2> { \ 232 : PointerBase2<cppname, cppbase, cppbase2>(ptr) {} \ 236 : public PointerBase2<const cppname, const cppbase, const cppbase2> { \ 239 : PointerBase2<const cppname, const cppbase, const cppbase2>(ptr) {} \ 254 #define UPB_DECLARE_DERIVED_TYPE2(cppname, cppbase, cppbase2, \ argument
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 206 #define UPB_DECLARE_DERIVED_TYPE2(cppname, cppbase, cppbase2, cname, cbase, \ argument 212 class Pointer<cppname> : public PointerBase2<cppname, cppbase, cppbase2> { \ 218 : public PointerBase2<const cppname, const cppbase, const cppbase2> { \ 235 #define UPB_DECLARE_DERIVED_TYPE2(cppname, cppbase, cppbase2, \ argument
|