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

  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
BindingsHelper.java 65 public static final int ELEMENT_NULLABLE = (1 << 1);
72 return (arrayNullability & ELEMENT_NULLABLE) > 0;
  /external/libmojo/mojo/public/tools/bindings/generators/
mojom_java_generator.py 156 ELEMENT_NULLABLE = \
157 'org.chromium.mojo.bindings.BindingsHelper.ELEMENT_NULLABLE'
165 flags_to_set.append(ELEMENT_NULLABLE)

Completed in 58 milliseconds