Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/tools/bindings/generators/
Dmojom_java_generator.py377 return mojom.IsObjectKind(sub_kind) and not mojom.IsUnionKind(sub_kind)
Dmojom_js_generator.py265 "is_object_kind": mojom.IsObjectKind,
Dmojom_cpp_generator.py361 "is_object_kind": mojom.IsObjectKind,
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py858 def IsObjectKind(kind): function