Home
last modified time | relevance | path

Searched refs:transcode_codepoint (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/json_parser/detail/
Dwide_encoding.hpp83 transcode_codepoint(cur, end, DoNothing(), error_fn); in skip_codepoint()
88 void transcode_codepoint(Iterator& cur, Sentinel end, in transcode_codepoint() function in boost::property_tree::json_parser::detail::wide_wide_encoding
90 return transcode_codepoint(cur, end, transcoded_fn, error_fn, in transcode_codepoint()
115 void transcode_codepoint(Iterator& cur, Sentinel, in transcode_codepoint() function in boost::property_tree::json_parser::detail::wide_wide_encoding
128 void transcode_codepoint(Iterator& cur, Sentinel end, in transcode_codepoint() function in boost::property_tree::json_parser::detail::wide_wide_encoding
Dnarrow_encoding.hpp79 transcode_codepoint(cur, end, DoNothing(), error_fn); in skip_codepoint()
84 void transcode_codepoint(Iterator& cur, Sentinel end, in transcode_codepoint() function
Dparser.hpp215 encoding.transcode_codepoint(cur, end, in process_codepoint()