Searched defs:overflow_marker (Results 1 – 3 of 3) sorted by relevance
103 …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()
54 static const char* overflow_marker() { return ">>>"; } in overflow_marker() function63 static const wchar_t* overflow_marker() { return L">>>"; } in overflow_marker() function
157 CNodePtr overflow_marker = nullptr; in GetHcomAndOverflowMarker() local329 auto overflow_marker = GetHcomAndOverflowMarker(graph_ptr, &hcom_nodes); in CheckScenario() local