Searched defs:type_dict (Results 1 – 6 of 6) sorted by relevance
/external/python/parse_type/parse_type/ |
D | cfparse.py | 57 def create_missing_types(cls, schema, type_dict, type_builder=None): argument 76 def extract_missing_special_type_names(schema, type_dict): argument
|
D | cardinality_field.py | 139 def create_type_variants(cls, type_names, type_dict): argument 162 def create_missing_type_variants(cls, type_names, type_dict): argument
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_pool_test.py | 745 def __init__(self, type_dict, field_list, is_extendable=False, argument
|
/external/python/pybind11/include/pybind11/ |
D | cast.h | 96 auto const &type_dict = get_internals().registered_types_py; in all_type_info_populate() local
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 831 type_dict(PyTypeObject *type, void *context) in type_dict() function
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 582 type_dict(PyTypeObject *type, void *context) in type_dict() function
|