Home
last modified time | relevance | path

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

/third_party/wayland_standard/src/
Dscanner.c241 struct parse_context { struct
242 struct location loc;
243 XML_Parser parser;
244 struct protocol *protocol;
245 struct interface *interface;
246 struct message *message;
247 struct enumeration *enumeration;
248 struct description *description;
249 char character_data[8192];
250 unsigned int character_data_length;
/third_party/selinux/libsepol/include/sepol/policydb/
Davtab.h94 void *parse_context; /* generic context pointer used by parser; member
/third_party/jinja2/
Dparser.py317 def parse_context(): function
/third_party/skia/third_party/externals/jinja2/
Dparser.py317 def parse_context(): function
/third_party/node/tools/inspector_protocol/jinja2/
Dparser.py310 def parse_context(): function
/third_party/ffmpeg/libavcodec/
Dmpegvideo.h362 ParseContext parse_context; member