object_as_type 11 blob.c return object_as_type(obj, OBJ_BLOB, 0); object_as_type 28 commit.c return object_as_type(obj, OBJ_COMMIT, quiet); object_as_type 53 commit.c return object_as_type(obj, OBJ_COMMIT, 0); object_as_type 85 object.h void *object_as_type(struct object *obj, enum object_type type, int quiet); object_as_type 1846 refs.c if (type < 0 || !object_as_type(o, type, 0)) object_as_type 41 tag.c return object_as_type(obj, OBJ_TAG, 0); object_as_type 193 tree.c return object_as_type(obj, OBJ_TREE, 0);