Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/tools/bindings/generators/
Dmojom_js_generator.py31 mojom.NULLABLE_MSGPIPE: "null",
57 mojom.NULLABLE_MSGPIPE: "codec.NullableHandle",
88 mojom.NULLABLE_MSGPIPE: "mojo.MojoHandle",
161 mojom.NULLABLE_MSGPIPE: "MessagePipe",
Dmojom_java_generator.py48 mojom.NULLABLE_MSGPIPE.spec: 'org.chromium.mojo.system.MessagePipeHandle',
75 mojom.NULLABLE_MSGPIPE.spec: 'readMessagePipeHandle',
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py132 return NULLABLE_MSGPIPE
189 NULLABLE_MSGPIPE = ReferenceKind('?h:m', True) variable
216 NULLABLE_MSGPIPE,
806 return kind.spec == MSGPIPE.spec or kind.spec == NULLABLE_MSGPIPE.spec
Dpack.py33 mojom.NULLABLE_MSGPIPE: 4,