Home
last modified time | relevance | path

Searched refs:upb (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.h192 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 …]
Dconfig.m48 PHP_NEW_EXTENSION(protobuf, upb.c protobuf.c def.c message.c storage.c, $ext_shared)
Ddef.c257 #define CONVERT(upb, str) \ in string_to_descriptortype() argument
259 return UPB_DESCRIPTOR_TYPE_##upb; \ in string_to_descriptortype()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h84 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 …]
Ddefs.c559 #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 …]
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpx_opj.cpp45 int upb, in sycc_to_rgb() argument
54 *out_r = pdfium::clamp(y + static_cast<int>(1.402 * cr), 0, upb); in sycc_to_rgb()
55 *out_g = pdfium::clamp(y - static_cast<int>(0.344 * cb + 0.714 * cr), 0, upb); in sycc_to_rgb()
56 *out_b = pdfium::clamp(y + static_cast<int>(1.772 * cb), 0, upb); in sycc_to_rgb()
65 int upb = (1 << prec) - 1; in sycc444_to_rgb() local
90 sycc_to_rgb(offset, upb, *y++, *cb++, *cr++, r++, g++, b++); in sycc444_to_rgb()
126 int upb = (1 << prec) - 1; in sycc422_to_rgb() local
150 sycc_to_rgb(offset, upb, *y++, *cb, *cr, r++, g++, b++); in sycc422_to_rgb()
151 sycc_to_rgb(offset, upb, *y++, *cb++, *cr++, r++, g++, b++); in sycc422_to_rgb()
154 sycc_to_rgb(offset, upb, *y++, *cb++, *cr++, r++, g++, b++); in sycc422_to_rgb()
[all …]
/external/protobuf/ruby/
DREADME.md88 This gem includes the upb parsing and serialization library as a single-file
89 amalgamation. It is up-to-date with upb git commit
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h54 namespace upb {
439 friend class upb::google_opensource::GMR_Handlers;
Drepeated_field.h66 namespace upb {
390 friend class upb::google_opensource::GMR_Handlers;
/external/protobuf/docs/
Dthird_party.md16 * C: https://github.com/haberman/upb/wiki
/external/protobuf/
DMakefile.am639 ruby/ext/google/protobuf_c/upb.c \
640 ruby/ext/google/protobuf_c/upb.h \
/external/mesa3d/
D.mailmap337 Nicolai Hähnle <nicolai.haehnle@amd.com> Nicolai Haehnle <prefect@upb.de>