Lines Matching refs:string_view
20 static std::string echo_component(std::string_view type, std::string_view func, in echo_component()
21 std::string_view host_params) { in echo_component()
69 static Context New(Engine &engine, std::string_view component_text, in New()
94 static Context create(std::string_view type, std::string_view body, in create()
95 std::string_view host_params, host_func_t callback) { in create()
169 static const auto check = [](const Val &v, std::string_view text) { in TEST()
174 static const auto make = [](std::string_view text) -> Val { in TEST()
340 static const auto check_bb = [](const Val &v, std::string_view value) { in TEST()
353 static const auto make_bb = [](std::string_view value) -> Val { in TEST()
405 static const auto check = [](const Val &v, std::string_view text) { in TEST()
410 static const auto make = [](std::string_view text) -> Val { in TEST()