Searched refs:IntFlags (Results 1 – 11 of 11) sorted by relevance
118 type IntFlags struct { struct124 func (n *IntFlags) Info() (Pos, string, string) { argument
106 func (n *IntFlags) Clone() Node {107 return &IntFlags{
86 func (n *IntFlags) Walk(cb func(Node)) {
325 func (p *parser) parseIntFlags(name *Ident) *IntFlags {330 return &IntFlags{
145 func (flags *IntFlags) serialize(w io.Writer) {
64 TEST(SanitizerCommon, IntFlags) { in TEST() argument
60 intFlags: make(map[string]*ast.IntFlags),125 intFlags map[string]*ast.IntFlags
168 case *ast.IntFlags:170 n := decl.(*ast.IntFlags)
104 case *ast.IntFlags:
660 Convert all ssl module constants to IntEnum and IntFlags. SSLContext
1055 :class:`~enum.Flag` and :class:`~enum.IntFlags`. Both are used to define1060 :class:`~enum.IntFlags` class for their constants.1468 :class:`~enum.IntFlags`.