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()
277 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in mapping()299 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in mapping()573 auto Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in denormalize()709 static void setFileTypeForInput(TextAPIContext *Ctx, IO &IO) { in setFileTypeForInput()726 auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in mapping()769 auto Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in NormalizedTBD_V4()862 auto Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in denormalize()1060 auto *File = static_cast<TextAPIContext *>(Context); in DiagHandler()1099 TextAPIContext Ctx; in get()1138 TextAPIContext Ctx; in writeToStream()
22 struct TextAPIContext { struct