OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleType
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xcb-proto/dist/xcbgen/
xtypes.py
196
class
SimpleType
(PrimitiveType):
216
tcard8 =
SimpleType
(('uint8_t',), 1, 'CARD8')
217
tcard16 =
SimpleType
(('uint16_t',), 2, 'CARD16')
218
tcard32 =
SimpleType
(('uint32_t',), 4, 'CARD32')
219
tcard64 =
SimpleType
(('uint64_t',), 8, 'CARD64')
220
tint8 =
SimpleType
(('int8_t',), 1, 'INT8')
221
tint16 =
SimpleType
(('int16_t',), 2, 'INT16')
222
tint32 =
SimpleType
(('int32_t',), 4, 'INT32')
223
tint64 =
SimpleType
(('int64_t',), 8, 'INT64')
224
tchar =
SimpleType
(('char',), 1, 'char'
[
all
...]
/xsrc/external/mit/libxcb/dist/src/
c_client.py
3378
tevent =
SimpleType
(('xcb_raw_generic_event_t',), 32)
Completed in 6 milliseconds
Indexes created Sat Aug 22 00:26:31 UTC 2026