Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py100 class ReferenceKind(Kind): class
177 STRING = ReferenceKind('s')
178 HANDLE = ReferenceKind('h')
179 DCPIPE = ReferenceKind('h:d:c')
180 DPPIPE = ReferenceKind('h:d:p')
181 MSGPIPE = ReferenceKind('h:m')
182 SHAREDBUFFER = ReferenceKind('h:s')
183 NULLABLE_STRING = ReferenceKind('?s', True)
184 NULLABLE_HANDLE = ReferenceKind('?h', True)
185 NULLABLE_DCPIPE = ReferenceKind('?h:d:c', True)
[all …]