Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py878 IsAssociatedKind(kind))
885 def IsAssociatedKind(kind): function
942 return _AnyMethodParameterRecursive(method, IsAssociatedKind,
/external/libchrome/mojo/public/tools/bindings/generators/
Dmojom_cpp_generator.py227 mojom.IsAssociatedKind(kind)):
357 "is_associated_kind": mojom.IsAssociatedKind,
Dmojom_java_generator.py137 if mojom.IsInterfaceRequestKind(element) or mojom.IsAssociatedKind(element):