Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/tools/bindings/generators/
Dmojom_java_generator.py127 if mojom.IsInterfaceRequestKind(element) or mojom.IsAssociatedKind(element):
204 if mojom.IsInterfaceRequestKind(kind):
264 if mojom.IsInterfaceRequestKind(kind):
422 'is_interface_request_kind': mojom.IsInterfaceRequestKind,
Dmojom_js_generator.py67 if mojom.IsInterfaceRequestKind(field.kind):
131 if mojom.IsInterfaceRequestKind(kind):
310 return mojom.IsInterfaceRequestKind(field.kind)
Dmojom_cpp_generator.py289 if mojom.IsInterfaceRequestKind(kind):
361 if mojom.IsInterfaceRequestKind(kind):
420 if mojom.IsInterfaceRequestKind(kind):
678 mojom.IsInterfaceRequestKind(kind) or
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py754 def IsInterfaceRequestKind(kind): function
797 return (IsInterfaceKind(kind) or IsInterfaceRequestKind(kind) or