Home
last modified time | relevance | path

Searched defs:type_dict (Results 1 – 6 of 6) sorted by relevance

/external/python/parse_type/parse_type/
Dcfparse.py57 def create_missing_types(cls, schema, type_dict, type_builder=None): argument
76 def extract_missing_special_type_names(schema, type_dict): argument
Dcardinality_field.py139 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/
Ddescriptor_pool_test.py745 def __init__(self, type_dict, field_list, is_extendable=False, argument
/external/python/pybind11/include/pybind11/
Dcast.h96 auto const &type_dict = get_internals().registered_types_py; in all_type_info_populate() local
/external/python/cpython3/Objects/
Dtypeobject.c831 type_dict(PyTypeObject *type, void *context) in type_dict() function
/external/python/cpython2/Objects/
Dtypeobject.c582 type_dict(PyTypeObject *type, void *context) in type_dict() function