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

  /external/icu4c/layout/
OpenTypeTables.h 23 typedef le_uint32 fixed32; typedef
  /external/protobuf/src/google/protobuf/
unknown_field_set.h 150 inline uint32 fixed32() const;
223 inline uint32 UnknownField::fixed32() const { function in class:google::protobuf::UnknownField
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unknown_field_set.h 175 inline uint32 fixed32() const;
261 inline uint32 UnknownField::fixed32() const { function in class:google::protobuf::UnknownField
  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 681 /** Get the list of fixed32 values for this field. */
682 public List<Integer> getFixed32List() { return fixed32; }
721 fixed32,
736 for (final int value : fixed32) {
759 for (final int value : fixed32) {
801 private List<Integer> fixed32; field in class:UnknownFieldSet.Field
835 if (result.fixed32 == null) {
836 result.fixed32 = Collections.emptyList();
838 result.fixed32 = Collections.unmodifiableList(result.fixed32);
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 681 /** Get the list of fixed32 values for this field. */
682 public List<Integer> getFixed32List() { return fixed32; }
721 fixed32,
736 for (final int value : fixed32) {
759 for (final int value : fixed32) {
801 private List<Integer> fixed32; field in class:UnknownFieldSet.Field
835 if (result.fixed32 == null) {
836 result.fixed32 = Collections.emptyList();
838 result.fixed32 = Collections.unmodifiableList(result.fixed32);
    [all...]

Completed in 463 milliseconds