Home | History | Annotate | Download | only in pyext

Lines Matching defs:GetDescriptor

924 static ParentDescriptor GetDescriptor(PyContainer* self) {
933 return GetDescriptor(self)->field_count();
937 GetDescriptor(self)->FindFieldByName(name);
942 return GetDescriptor(self)->FindFieldByCamelcaseName(name);
946 return GetDescriptor(self)->FindFieldByNumber(number);
950 return GetDescriptor(self)->field(index);
1011 return GetDescriptor(self)->nested_type_count();
1015 return GetDescriptor(self)->FindNestedTypeByName(name);
1019 return GetDescriptor(self)->nested_type(index);
1063 return GetDescriptor(self)->enum_type_count();
1067 return GetDescriptor(self)->FindEnumTypeByName(name);
1071 return GetDescriptor(self)->enum_type(index);
1123 for (int i = 0; i < GetDescriptor(self)->enum_type_count(); ++i) {
1124 count += GetDescriptor(self)->enum_type(i)->value_count();
1130 return GetDescriptor(self)->FindEnumValueByName(name);
1137 int enum_type_count = GetDescriptor(self)->enum_type_count();
1139 enum_type = GetDescriptor(self)->enum_type(i);
1185 return GetDescriptor(self)->extension_count();
1189 return GetDescriptor(self)->FindExtensionByName(name);
1193 return GetDescriptor(self)->extension(index);
1237 return GetDescriptor(self)->oneof_decl_count();
1241 return GetDescriptor(self)->FindOneofByName(name);
1245 return GetDescriptor(self)->oneof_decl(index);
1290 static ParentDescriptor GetDescriptor(PyContainer* self) {
1299 return GetDescriptor(self)->value_count();
1303 return GetDescriptor(self)->value(index);
1307 return GetDescriptor(self)->FindValueByName(name);
1311 return GetDescriptor(self)->FindValueByNumber(number);
1364 static ParentDescriptor GetDescriptor(PyContainer* self) {
1373 return GetDescriptor(self)->field_count();
1377 return GetDescriptor(self)->field(index);
1414 static ParentDescriptor GetDescriptor(PyContainer* self) {
1423 return GetDescriptor(self)->message_type_count();
1427 return GetDescriptor(self)->FindMessageTypeByName(name);
1431 return GetDescriptor(self)->message_type(index);
1471 return GetDescriptor(self)->enum_type_count();
1475 return GetDescriptor(self)->FindEnumTypeByName(name);
1479 return GetDescriptor(self)->enum_type(index);
1519 return GetDescriptor(self)->extension_count();
1523 return GetDescriptor(self)->FindExtensionByName(name);
1527 return GetDescriptor(self)->extension(index);
1567 return GetDescriptor(self)->dependency_count();
1571 return GetDescriptor(self)->dependency(index);
1603 return GetDescriptor(self)->public_dependency_count();
1607 return GetDescriptor(self)->public_dependency(index);