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/ |
D | wide_encoding.hpp | 83 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
|
D | narrow_encoding.hpp | 79 transcode_codepoint(cur, end, DoNothing(), error_fn); in skip_codepoint() 84 void transcode_codepoint(Iterator& cur, Sentinel end, in transcode_codepoint() function
|
D | parser.hpp | 215 encoding.transcode_codepoint(cur, end, in process_codepoint()
|