Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformat_context.h70 using format_context = variable
83 _LIBCPP_PREFERRED_NAME(format_context) in _LIBCPP_PREFERRED_NAME() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/time.syn/
Dformatter_tests.h28 using format_context = std::conditional_t<std::same_as<CharT, char>, std::format_context, std::wfor… variable
31 using format_context = std::format_context; variable
/external/openscreen/cast/standalone_sender/
Dffmpeg_glue.cc16 AVFormatContext* format_context = nullptr; in CreateAVFormatContextForFile() local