Home
last modified time | relevance | path

Searched defs:FormatContext (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_format.c40 typedef struct FormatContext { struct
49 } FormatContext; argument
/third_party/rust/rust/src/tools/rustfmt/src/
Dformatting.rs178 struct FormatContext<'a, T: FormatHandler> { struct
186 impl<'a, T: FormatHandler + 'a> FormatContext<'a, T> { argument
/third_party/typescript/src/services/formatting/
Dformatting.ts20 export interface FormatContext { interface