Home
last modified time | relevance | path

Searched defs:StreamHandler (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/beast/core/detail/
Dstream_traits.hpp97 struct StreamHandler struct
100 void operator()(error_code, std::size_t) {} in operator ()()
/third_party/python/Doc/library/
Dlogging.handlers.rst32 StreamHandler chapter
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DEventChannel.java102 public interface StreamHandler { interface in EventChannel
/third_party/python/Lib/logging/
D__init__.py1036 class StreamHandler(Handler): class