HomeSort by relevance Sort by last modified time
    Searched refs:IsAssociatedKind (Results 1 - 4 of 4) sorted by null

  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 798 IsAssociatedKind(kind))
805 def IsAssociatedKind(kind):
825 if IsAssociatedKind(kind):
  /external/libmojo/mojo/public/tools/bindings/generators/
mojom_js_generator.py 69 if mojom.IsAssociatedKind(field.kind):
mojom_cpp_generator.py 640 "is_associated_kind": mojom.IsAssociatedKind,
679 mojom.IsAssociatedKind(kind)):
mojom_java_generator.py 127 if mojom.IsInterfaceRequestKind(element) or mojom.IsAssociatedKind(element):

Completed in 80 milliseconds