Home
last modified time | relevance | path

Searched defs:cstring (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/hana/include/boost/hana/experimental/
Dtype_name.hpp22 struct cstring { struct
34 …constexpr std::size_t prefix_size = sizeof("boost::hana::experimental::detail::cstring boost::hana… in type_name_impl2()
/third_party/boost/boost/hana/experimental/
Dtype_name.hpp22 struct cstring { struct
34 …constexpr std::size_t prefix_size = sizeof("boost::hana::experimental::detail::cstring boost::hana… in type_name_impl2()
/third_party/boost/libs/contract/example/features/
Dthrow_on_failure.cpp16 class cstring class
28 /* implicit */ cstring(char const* chars) : in cstring() function in cstring
/third_party/boost/boost/test/utils/iterator/
Dtoken_iterator.hpp82 typedef basic_cstring<CharT const> cstring; typedef in boost::unit_test::utils::ut_detail::delim_policy
184 typedef basic_cstring<CharT const> cstring; typedef in boost::unit_test::utils::token_iterator_base
293 typedef basic_cstring<CharT const> cstring; typedef in boost::unit_test::utils::basic_string_token_iterator
348 typedef basic_cstring<typename ValueType::value_type> cstring; typedef in boost::unit_test::utils::range_token_iterator
/third_party/boost/boost/test/utils/runtime/
Dfwd.hpp32 typedef unit_test::const_string cstring; typedef
Dparameter.hpp273 …virtual void cla_name_help( std::ostream& ostr, cstring cla_tag, cstring /*negation_pre… in cla_name_help() argument
/third_party/boost/boost/type_index/detail/
Dcompile_time_type_info.hpp238 struct cstring { struct
239 static constexpr unsigned int size_ = sizeof...(C);
240 static constexpr char data_[size_] = { C... };
/third_party/boost/libs/property_tree/examples/
Dinfo_grammar_spirit.cpp27 boost::spirit::rule<Scanner> string, qstring, cstring, key, value, entry, info; member
/third_party/ltp/testcases/kernel/syscalls/fork/
Dfork04.c167 static int cmp_env_strings(char *pstring, char *cstring) in cmp_env_strings()
/third_party/glib/tests/
Dslice-color.c147 parse_memsize (const gchar *cstring) in parse_memsize()
Dtestglib.c262 gchar *tstring, *cstring; in gnode_test() local
/third_party/skia/tools/skdiff/
Dskdiff_utils.cpp123 const char* cstring = diffName.c_str(); in filename_to_derived_filename() local
/third_party/flutter/skia/tools/skdiff/
Dskdiff_utils.cpp123 const char* cstring = diffName.c_str(); in filename_to_derived_filename() local
/third_party/elfio/.vscode/
Dsettings.json31 "cstring": "cpp", string
/third_party/libphonenumber/cpp/test/phonenumbers/
Dstringutil_test.cc189 static const char cstring[] = "aaa"; in TEST() local
/third_party/boost/libs/test/test/utils-ts/
Druntime-param-test.cpp969 auto env_read = []( rt::cstring ) -> std::pair<rt::cstring,bool> in BOOST_AUTO_TEST_CASE()
970 { in BOOST_AUTO_TEST_CASE()
/third_party/icu/icu4c/source/test/cintltst/
Dutransts.c69 static void InitXReplaceable(XReplaceable* rep, const char* cstring) { in InitXReplaceable()