Home
last modified time | relevance | path

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

/external/syzkaller/prog/
Dtypes.go240 type FlagsType struct { struct
241 IntTypeCommon
242 Vals []uint64
243 BitMask bool
246 func (t *FlagsType) makeDefaultArg() Arg {
250 func (t *FlagsType) isDefaultArg(arg Arg) bool {
/external/python/cpython2/Python/
Dsysmodule.c1206 static PyTypeObject FlagsType = {0, 0, 0, 0, 0, 0}; variable
/external/python/cpython3/Python/
Dsysmodule.c2032 static PyTypeObject FlagsType; variable