Home
last modified time | relevance | path

Searched refs:byte_string (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_conv.h235 typedef basic_string<char, char_traits<char>, _Byte_alloc> byte_string; in _GLIBCXX_VISIBILITY() typedef
277 wstring_convert(const byte_string& __byte_err, in _GLIBCXX_VISIBILITY()
307 from_bytes(const byte_string& __str) in _GLIBCXX_VISIBILITY()
329 byte_string in _GLIBCXX_VISIBILITY()
336 byte_string in _GLIBCXX_VISIBILITY()
342 byte_string in _GLIBCXX_VISIBILITY()
349 byte_string in _GLIBCXX_VISIBILITY()
354 byte_string __out{ _M_byte_err_string.get_allocator() }; in _GLIBCXX_VISIBILITY()
374 byte_string _M_byte_err_string; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_conv.h265 typedef basic_string<char, char_traits<char>, _Byte_alloc> byte_string; in _GLIBCXX_VISIBILITY() typedef
302 wstring_convert(const byte_string& __byte_err, in _GLIBCXX_VISIBILITY()
329 from_bytes(const byte_string& __str) in _GLIBCXX_VISIBILITY()
351 byte_string in _GLIBCXX_VISIBILITY()
358 byte_string in _GLIBCXX_VISIBILITY()
364 byte_string in _GLIBCXX_VISIBILITY()
371 byte_string in _GLIBCXX_VISIBILITY()
376 byte_string __out{ _M_byte_err_string.get_allocator() }; in _GLIBCXX_VISIBILITY()
396 byte_string _M_byte_err_string; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dstreaming.c202 callbacks->byte_string(context, source + 1, length); in cbor_stream_decode()
213 callbacks->byte_string(context, source + 1 + 1, length); in cbor_stream_decode()
224 callbacks->byte_string(context, source + 1 + 2, length); in cbor_stream_decode()
235 callbacks->byte_string(context, source + 1 + 4, length); in cbor_stream_decode()
246 callbacks->byte_string(context, source + 1 + 8, length); in cbor_stream_decode()
H A Dcallbacks.h70 cbor_string_callback byte_string; member
H A Dcallbacks.c87 .byte_string = cbor_null_byte_string_callback,
/netbsd-src/external/mit/libcbor/dist/test/
H A Dstream_expectations.c.erb168 .byte_string = &byte_string_callback,
H A Dstream_expectations.c273 .byte_string = &byte_string_callback,
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dlocale90 typedef basic_string<char, char_traits<char>, Byte_alloc> byte_string;
101 explicit wstring_convert(const byte_string& byte_err, // explicit in C++14
109 wide_string from_bytes(const byte_string& str);
112 byte_string to_bytes(Elem wchar);
113 byte_string to_bytes(const Elem* wptr);
114 byte_string to_bytes(const wide_string& wstr);
115 byte_string to_bytes(const Elem* first, const Elem* last);
3653 typedef basic_string<char, char_traits<char>, _Byte_alloc> byte_string;
3659 byte_string __byte_err_string_;
3681 _LIBCPP_EXPLICIT_AFTER_CXX11 wstring_convert(const byte_string& __byte_err,
[all …]
/netbsd-src/external/mit/libcbor/dist/src/
H A Dcbor.c26 .byte_string = &cbor_builder_byte_string_callback, in cbor_load()