Searched refs:upb_type (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | storage.c | 62 #define CASE_TYPE(upb_type, c_type) \ in native_slot_is_default() argument 63 case UPB_TYPE_##upb_type: { \ in native_slot_is_default() 135 #define CASE_TYPE(upb_type, type, c_type, php_type) \ in native_slot_set() argument 136 case UPB_TYPE_##upb_type: { \ in native_slot_set() 314 #define CASE(upb_type, php_type, c_type) \ in native_slot_get() argument 315 case UPB_TYPE_##upb_type: \ in native_slot_get() 329 #define CASE(upb_type, c_type) \ in native_slot_get() argument 330 case UPB_TYPE_##upb_type: { \ in native_slot_get() 338 #define CASE(upb_type, c_type) \ in native_slot_get() 339 case UPB_TYPE_##upb_type: { \ in native_slot_get() [all …]
|
D | map.c | 106 #define CASE_TYPE(upb_type, type, c_type, php_type) \ in table_key() argument 107 case UPB_TYPE_##upb_type: { \ in table_key()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/bindings/lua/ |
D | test_upb.lua | 480 local function test_for_string_type(upb_type) 481 local array = upb.Array(upb_type) 495 local array2 = upb.Array(upb_type) 520 local function test_for_numeric_type(upb_type) 521 local array = upb.Array(upb_type) 522 local vals = numeric_types[upb_type]
|