Searched refs:char_array (Results 1 – 5 of 5) sorted by relevance
67 const char char_array[] = "Test string"; in testing_boost_containers_string_widening() local71 BOOST_CHECK(boost::lexical_cast<boost::container::wstring>(char_array) == wchar_array); in testing_boost_containers_string_widening()76 …BOOST_CHECK(boost::lexical_cast<boost::container::basic_string<char16_t> >(char_array) == char16_a… in testing_boost_containers_string_widening()81 …BOOST_CHECK(boost::lexical_cast<boost::container::basic_string<char32_t> >(char_array) == char32_a… in testing_boost_containers_string_widening()
24 template<std::size_t S> struct char_array { typedef char (&type)[S]; }; argument28 typedef typename char_array<
195 char char_array[100]; in test_constructors() local196 std::strcpy(char_array, "big array char"); in test_constructors()197 path x6o(char_array); // array char, only partially full in test_constructors()
2743 const jerry_char_t char_array[] = "a string";2744 jerry_value_t string = jerry_create_string (char_array);2786 const jerry_char_t char_array[] = "a string";2787 jerry_value_t string = jerry_create_string (char_array);2829 const jerry_char_t char_array[] = "a string";2830 jerry_value_t string = jerry_create_string (char_array);2874 const jerry_char_t char_array[] = "a string";2875 jerry_value_t string = jerry_create_string_from_utf8 (char_array);4422 const jerry_char_t char_array[] = "a string";4423 jerry_value_t string_value = jerry_create_string (char_array);[all …]
812 typedef proto::terminal< char const[6] >::type char_array;814 BOOST_MPL_ASSERT(( proto::matches< char_array, CharString > ));822 typedef proto::terminal<char const[6]>::type char_array;826 BOOST_MPL_ASSERT_NOT(( proto::matches< char_array, CharString > ));