Searched defs:type_lookup (Results 1 – 2 of 2) sorted by relevance
2962 struct type_lookup { in ParseTypeFromProtoType() struct2963 const char *proto_type; in ParseTypeFromProtoType()2964 BaseType fb_type, element; in ParseTypeFromProtoType()
619 const char *type_lookup[] = { in get_type_name() local