Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Ddescriptor.c1650 static bool PyUpb_SetIntAttr(PyObject* obj, const char* name, int val) { in PyUpb_SetIntAttr() function
1677 return PyUpb_SetIntAttr(fd, "LABEL_OPTIONAL", kUpb_Label_Optional) && in PyUpb_InitDescriptor()
1678 PyUpb_SetIntAttr(fd, "LABEL_REPEATED", kUpb_Label_Repeated) && in PyUpb_InitDescriptor()
1679 PyUpb_SetIntAttr(fd, "LABEL_REQUIRED", kUpb_Label_Required) && in PyUpb_InitDescriptor()
1680 PyUpb_SetIntAttr(fd, "TYPE_BOOL", kUpb_FieldType_Bool) && in PyUpb_InitDescriptor()
1681 PyUpb_SetIntAttr(fd, "TYPE_BYTES", kUpb_FieldType_Bytes) && in PyUpb_InitDescriptor()
1682 PyUpb_SetIntAttr(fd, "TYPE_DOUBLE", kUpb_FieldType_Double) && in PyUpb_InitDescriptor()
1683 PyUpb_SetIntAttr(fd, "TYPE_ENUM", kUpb_FieldType_Enum) && in PyUpb_InitDescriptor()
1684 PyUpb_SetIntAttr(fd, "TYPE_FIXED32", kUpb_FieldType_Fixed32) && in PyUpb_InitDescriptor()
1685 PyUpb_SetIntAttr(fd, "TYPE_FIXED64", kUpb_FieldType_Fixed64) && in PyUpb_InitDescriptor()
[all …]