Go to the source code of this file.
Classes | |
struct | MapField_Type |
Functions | |
void | Map_ModuleInit () |
bool | MapEq (const upb_map *m1, const upb_map *m2, MapField_Type type) |
void | MapField_GetPhpWrapper (zval *val, upb_map *arr, MapField_Type type, zval *arena) |
upb_map * | MapField_GetUpbMap (zval *val, MapField_Type type, upb_arena *arena) |
MapField_Type | MapType_Get (const upb_fielddef *f) |
void Map_ModuleInit | ( | ) |
Called when the C extension is loaded to register all types.
Definition at line 631 of file protobuf/php/ext/google/protobuf/map.c.
Definition at line 236 of file protobuf/php/ext/google/protobuf/map.c.
void MapField_GetPhpWrapper | ( | zval * | val, |
upb_map * | arr, | ||
MapField_Type | type, | ||
zval * | arena | ||
) |
Definition at line 167 of file protobuf/php/ext/google/protobuf/map.c.
upb_map* MapField_GetUpbMap | ( | zval * | val, |
MapField_Type | type, | ||
upb_arena * | arena | ||
) |
Definition at line 187 of file protobuf/php/ext/google/protobuf/map.c.
MapField_Type MapType_Get | ( | const upb_fielddef * | f | ) |
Definition at line 69 of file protobuf/php/ext/google/protobuf/map.c.