Home
last modified time | relevance | path

Searched refs:xsd_attrs (Results 1 – 4 of 4) sorted by relevance

/thrift-3.4.0/compiler/cpp/src/thrift/parse/
Dt_field.h92 void set_xsd_attrs(t_struct* xsd_attrs) { xsd_attrs_ = xsd_attrs; } in set_xsd_attrs() argument
/thrift-3.4.0/contrib/
Dthrift.vim52 syn keyword thriftKeyword xsd_all xsd_optional xsd_nillable xsd_attrs
/thrift-3.4.0/compiler/cpp/src/thrift/
Dthriftl.ll217 "xsd_attrs" { return tok_xsd_attrs; }
/thrift-3.4.0/doc/specs/
Didl.md145 [19] XsdAttrs ::= 'xsd_attrs' '{' Field* '}'