Go to the source code of this file.
Functions | |
void | Convert_ModuleInit (void) |
bool | Convert_PhpToInt64 (const zval *php_val, int64_t *i64) |
bool | Convert_PhpToUpb (zval *php_val, upb_msgval *upb_val, TypeInfo type, upb_arena *arena) |
bool | Convert_PhpToUpbAutoWrap (zval *val, upb_msgval *upb_val, TypeInfo type, upb_arena *arena) |
void | Convert_UpbToPhp (upb_msgval upb_val, zval *php_val, TypeInfo type, zval *arena) |
upb_fieldtype_t | pbphp_dtype_to_type (upb_descriptortype_t type) |
void Convert_ModuleInit | ( | void | ) |
Definition at line 506 of file protobuf/php/ext/google/protobuf/convert.c.
Definition at line 247 of file protobuf/php/ext/google/protobuf/convert.c.
bool Convert_PhpToUpb | ( | zval * | php_val, |
upb_msgval * | upb_val, | ||
TypeInfo | type, | ||
upb_arena * | arena | ||
) |
Definition at line 356 of file protobuf/php/ext/google/protobuf/convert.c.
bool Convert_PhpToUpbAutoWrap | ( | zval * | val, |
upb_msgval * | upb_val, | ||
TypeInfo | type, | ||
upb_arena * | arena | ||
) |
Definition at line 482 of file protobuf/php/ext/google/protobuf/convert.c.
void Convert_UpbToPhp | ( | upb_msgval | upb_val, |
zval * | php_val, | ||
TypeInfo | type, | ||
zval * | arena | ||
) |
Definition at line 424 of file protobuf/php/ext/google/protobuf/convert.c.
upb_fieldtype_t pbphp_dtype_to_type | ( | upb_descriptortype_t | type | ) |
Definition at line 156 of file protobuf/php/ext/google/protobuf/convert.c.