Searched refs:TextAPIContext (Results 1 – 3 of 3) sorted by relevance
48 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in output()95 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in input()191 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in input()
278 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in mapping()300 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in mapping()574 auto Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in denormalize()710 static void setFileTypeForInput(TextAPIContext *Ctx, IO &IO) { in setFileTypeForInput()727 auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in mapping()770 auto Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in NormalizedTBD_V4()863 auto Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in denormalize()1061 auto *File = static_cast<TextAPIContext *>(Context); in DiagHandler()1100 TextAPIContext Ctx; in get()1139 TextAPIContext Ctx; in writeToStream()
23 struct TextAPIContext { struct