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

  /external/icu/icu4c/source/layout/
OpenTypeTables.h 24 typedef le_uint32 fixed32; typedef
  /external/protobuf/src/google/protobuf/
unknown_field_set.h 174 inline uint32 fixed32() const;
263 inline uint32 UnknownField::fixed32() const { function in class:google::protobuf::UnknownField
  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 698 /** Get the list of fixed32 values for this field. */
699 public List<Integer> getFixed32List() { return fixed32; }
738 fixed32,
753 for (final int value : fixed32) {
776 for (final int value : fixed32) {
818 private List<Integer> fixed32; field in class:UnknownFieldSet.Field
852 if (result.fixed32 == null) {
853 result.fixed32 = Collections.emptyList();
855 result.fixed32 = Collections.unmodifiableList(result.fixed32);
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 797 milliseconds