Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/tools/bindings/generators/
Dmojom_js_generator.py64 if mojom.IsAssociatedKind(field.kind):
146 mojom.IsInterfaceKind(kind) or mojom.IsAssociatedKind(kind)):
168 mojom.IsInterfaceKind(kind) or mojom.IsAssociatedKind(kind)):
Dmojom_cpp_generator.py429 "is_associated_kind": mojom.IsAssociatedKind,
Dmojom_java_generator.py121 if mojom.IsInterfaceRequestKind(element) or mojom.IsAssociatedKind(element):
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py787 IsAssociatedKind(kind))
790 def IsAssociatedKind(kind): function
810 if IsAssociatedKind(kind):