Searched refs:FLAG_BOUND (Results 1 – 2 of 2) sorted by relevance
48 private static final int FLAG_BOUND = 0b0100; field in ORowSetValue53 flags = FLAG_NULL | FLAG_BOUND | FLAG_SIGNED; in ORowSetValue()127 return (flags & FLAG_BOUND) != 0; in isBound()132 flags |= FLAG_BOUND; in setBound()134 flags &= ~FLAG_BOUND; in setBound()
459 FLAG_READONLY = 0x008, FLAG_BOUND = 0x100, FLAG_ONEWAY = 0x010 enumerator2243 ? 0 : TypeInfo::FLAG_BOUND)), in handleInterfaceType()
Completed in 41 milliseconds