Searched refs:endian_type (Results 1 – 3 of 3) sorted by relevance
868 endian_type;870 static void output(const endian_type &E, void *Ctx,874 static StringRef input(StringRef Str, void *Ctx, endian_type &E) {877 E = static_cast<endian_type>(V);
955 endian_type;957 static void output(const endian_type &E, void *Ctx,962 static StringRef input(StringRef Str, void *Ctx, endian_type &E) {965 E = static_cast<endian_type>(V);
3098 endian_type; in WriteTIFFImage() local3155 endian_type=UndefinedEndian; in WriteTIFFImage()3160 endian_type=MSBEndian; in WriteTIFFImage()3162 endian_type=LSBEndian;; in WriteTIFFImage()3164 switch (endian_type) in WriteTIFFImage()3172 switch (endian_type) in WriteTIFFImage()