Searched refs:upb (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.h | 192 namespace upb { \ 210 namespace upb { \ 259 namespace upb { 338 namespace upb { 349 : ptr_(upb::upcast(val)) { in ptr_() 360 : ptr_(upb::upcast(other.get())) { in reffed_ptr() 410 return reffed_ptr<U>(upb::down_cast<U*>(get())); in down_cast() 415 return reffed_ptr<U>(upb::dyn_cast<U*>(get())); in dyn_cast() 439 namespace upb { 445 UPB_DECLARE_TYPE(upb::ErrorSpace, upb_errorspace) [all …]
|
D | config.m4 | 8 PHP_NEW_EXTENSION(protobuf, upb.c protobuf.c def.c message.c storage.c, $ext_shared)
|
D | def.c | 257 #define CONVERT(upb, str) \ in string_to_descriptortype() argument 259 return UPB_DESCRIPTOR_TYPE_##upb; \ in string_to_descriptortype()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.h | 84 namespace upb { 207 namespace upb { \ 227 namespace upb { \ 279 namespace upb { 363 UPB_DECLARE_TYPE(upb::ErrorSpace, upb_errorspace) 366 class upb::ErrorSpace { 379 UPB_DECLARE_TYPE(upb::Status, upb_status) 404 class upb::Status { 479 UPB_DECLARE_TYPE(upb::Allocator, upb_alloc) 489 class upb::Allocator UPB_FINAL { [all …]
|
D | defs.c | 559 #define CONVERT(upb, ruby) \ in ruby_to_fieldtype() argument 561 return UPB_TYPE_ ## upb; \ in ruby_to_fieldtype() 584 #define CONVERT(upb, ruby) \ in fieldtype_to_ruby() argument 585 case UPB_TYPE_ ## upb : return ID2SYM(rb_intern( # ruby )); in fieldtype_to_ruby() 607 #define CONVERT(upb, ruby) \ in ruby_to_descriptortype() argument 609 return UPB_DESCRIPTOR_TYPE_ ## upb; \ in ruby_to_descriptortype() 639 #define CONVERT(upb, ruby) \ in descriptortype_to_ruby() argument 640 case UPB_DESCRIPTOR_TYPE_ ## upb : return ID2SYM(rb_intern( # ruby )); in descriptortype_to_ruby() 708 #define CONVERT(upb, ruby) \ in FieldDescriptor_label() argument 709 case UPB_LABEL_ ## upb : return ID2SYM(rb_intern( # ruby )); in FieldDescriptor_label() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ |
D | README.md | 88 This gem includes the upb parsing and serialization library as a single-file 89 amalgamation. It is up-to-date with upb git commit
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | generated_message_reflection.h | 54 namespace upb { 439 friend class upb::google_opensource::GMR_Handlers;
|
D | repeated_field.h | 66 namespace upb { 390 friend class upb::google_opensource::GMR_Handlers;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/ |
D | third_party.md | 17 * C: https://github.com/haberman/upb/wiki
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | Makefile.am | 679 ruby/ext/google/protobuf_c/upb.c \ 680 ruby/ext/google/protobuf_c/upb.h \
|