Searched refs:TBD_V5 (Results 1 – 7 of 7) sorted by relevance
41 TBD_V5 = 1U << 7, enumerator
59 FileType FT = FileType::TBD_V5;
79 case FileType::TBD_V5: in operator <<()
832 if (FT >= FileType::TBD_V5) in verifyBinaryAttrs()968 if (FT >= FileType::TBD_V5) { in verifyBinaryAttrs()
1077 return FileType::TBD_V5; in canRead()1108 if (Ctx.FileKind >= FileType::TBD_V5) { in get()1148 if (Ctx.FileKind >= FileType::TBD_V5) { in writeToStream()
384 return (Kind >= FileType::TBD_V1) && (Kind < FileType::TBD_V5); in isYAMLTextStub()
247 return FileType::TBD_V5; in getVersion()997 assert(FileKind == FileType::TBD_V5 && "unexpected json file format version"); in getJSON()