Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py132 return NULLABLE_MSGPIPE
187 NULLABLE_MSGPIPE = ReferenceKind('?h:m', True) variable
214 NULLABLE_MSGPIPE,
713 return kind.spec == MSGPIPE.spec or kind.spec == NULLABLE_MSGPIPE.spec
Dpack.py33 mojom.NULLABLE_MSGPIPE: 4,
/external/libmojo/mojo/public/tools/bindings/generators/
Dmojom_js_generator.py29 mojom.NULLABLE_MSGPIPE: "null",
98 mojom.NULLABLE_MSGPIPE: "codec.NullableHandle",
Dmojom_java_generator.py43 mojom.NULLABLE_MSGPIPE.spec: 'org.chromium.mojo.system.MessagePipeHandle',
70 mojom.NULLABLE_MSGPIPE.spec: 'readMessagePipeHandle',