#include "python/convert.h"
#include "python/message.h"
#include "python/protobuf.h"
#include "upb/reflection.h"
#include "upb/util/compare.h"
Go to the source code of this file.
Definition at line 308 of file upb/python/convert.c.
|
static |
Definition at line 298 of file upb/python/convert.c.
Definition at line 115 of file upb/python/convert.c.
Definition at line 79 of file upb/python/convert.c.
Definition at line 126 of file upb/python/convert.c.
Definition at line 98 of file upb/python/convert.c.
Definition at line 273 of file upb/python/convert.c.
|
static |
Definition at line 139 of file upb/python/convert.c.
bool PyUpb_Message_IsEqual | ( | const upb_Message * | msg1, |
const upb_Message * | msg2, | ||
const upb_MessageDef * | m | ||
) |
Definition at line 336 of file upb/python/convert.c.
bool PyUpb_PyToUpb | ( | PyObject * | obj, |
const upb_FieldDef * | f, | ||
upb_MessageValue * | val, | ||
upb_Arena * | arena | ||
) |
Definition at line 179 of file upb/python/convert.c.
|
static |
Definition at line 153 of file upb/python/convert.c.
PyObject* PyUpb_UpbToPy | ( | upb_MessageValue | val, |
const upb_FieldDef * | f, | ||
PyObject * | arena | ||
) |
Definition at line 35 of file upb/python/convert.c.
bool PyUpb_ValueEq | ( | upb_MessageValue | val1, |
upb_MessageValue | val2, | ||
const upb_FieldDef * | f | ||
) |
Definition at line 244 of file upb/python/convert.c.