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_js_generator.py62 mojom.IsInterfaceRequestKind(field.kind):
125 if mojom.IsInterfaceRequestKind(kind):
159 if mojom.IsInterfaceRequestKind(kind):
181 if mojom.IsInterfaceRequestKind(kind):
269 if (mojom.IsInterfaceRequestKind(parameter.kind)):
281 if (mojom.IsInterfaceRequestKind(parameter.kind)):
Dmojom_java_generator.py121 if mojom.IsInterfaceRequestKind(element) or mojom.IsAssociatedKind(element):
198 if mojom.IsInterfaceRequestKind(kind):
258 if mojom.IsInterfaceRequestKind(kind):
424 'is_interface_request_kind': mojom.IsInterfaceRequestKind,
Dmojom_cpp_generator.py188 if mojom.IsInterfaceRequestKind(kind):
252 if mojom.IsInterfaceRequestKind(kind):
289 if mojom.IsInterfaceRequestKind(kind):
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py741 def IsInterfaceRequestKind(kind): function
782 IsInterfaceRequestKind(kind))