Home
last modified time | relevance | path

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

/third_party/boost/boost/log/expressions/formatters/
Dmax_size_decorator.hpp103 …const& left, subactor_type const& sub, size_type max_size, string_type const& overflow_marker = st… in max_size_decorator_output_terminal()
284 …tor_terminal(subactor_type const& sub, size_type max_size, string_type const& overflow_marker = st… in max_size_decorator_terminal()
468 …explicit max_size_decorator_gen(size_type max_size, string_type const& overflow_marker = string_ty… in max_size_decorator_gen()
509 …:max_size_decorator_gen< CharT > max_size_decor(std::size_t max_size, const CharT* overflow_marker) in max_size_decor()
524 …en< CharT > max_size_decor(std::size_t max_size, std::basic_string< CharT > const& overflow_marker) in max_size_decor()
/third_party/boost/libs/log/test/run/
Dform_max_size_decor.cpp54 static const char* overflow_marker() { return ">>>"; } in overflow_marker() function
63 static const wchar_t* overflow_marker() { return L">>>"; } in overflow_marker() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc157 CNodePtr overflow_marker = nullptr; in GetHcomAndOverflowMarker() local
329 auto overflow_marker = GetHcomAndOverflowMarker(graph_ptr, &hcom_nodes); in CheckScenario() local