Home
last modified time | relevance | path

Searched defs:lookup_tables (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/
Drapidxml.hpp266 struct lookup_tables struct
268 static const unsigned char lookup_whitespace[256]; // Whitespace table
269 static const unsigned char lookup_node_name[256]; // Node name table
270 static const unsigned char lookup_text[256]; // Text table
271 static const unsigned char lookup_text_pure_no_ws[256]; // Text table
272 static const unsigned char lookup_text_pure_with_ws[256]; // Text table
273 static const unsigned char lookup_attribute_name[256]; // Attribute name table
274 … const unsigned char lookup_attribute_data_1[256]; // Attribute data table with single quote
275 … const unsigned char lookup_attribute_data_1_pure[256]; // Attribute data table with single quote
276 …const unsigned char lookup_attribute_data_2[256]; // Attribute data table with double quotes
[all …]