Home
last modified time | relevance | path

Searched refs:ELEMENT_NULLABLE (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DBindingsHelper.java65 public static final int ELEMENT_NULLABLE = (1 << 1); field in BindingsHelper
72 return (arrayNullability & ELEMENT_NULLABLE) > 0; in isElementNullable()
/external/libchrome/mojo/public/tools/bindings/generators/
Dmojom_java_generator.py172 ELEMENT_NULLABLE = \
181 flags_to_set.append(ELEMENT_NULLABLE)