Home
last modified time | relevance | path

Searched refs:char_array (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_containers_test.cpp67 const char char_array[] = "Test string"; in testing_boost_containers_string_widening() local
71 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()
/third_party/boost/boost/function_types/detail/
Dclassifier.hpp24 template<std::size_t S> struct char_array { typedef char (&type)[S]; }; argument
28 typedef typename char_array<
/third_party/boost/libs/filesystem/test/
Dpath_unit_test.cpp195 char char_array[100]; in test_constructors() local
196 std::strcpy(char_array, "big array char"); in test_constructors()
197 path x6o(char_array); // array char, only partially full in test_constructors()
/third_party/jerryscript/docs/
D02.API-REFERENCE.md2743 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 …]
/third_party/boost/libs/proto/doc/
Dintermediate_form.qbk812 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 > ));