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

  /external/protobuf/src/google/protobuf/
unknown_field_set.h 151 inline uint64 fixed64() const;
227 inline uint64 UnknownField::fixed64() const { function in class:google::protobuf::UnknownField
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unknown_field_set.h 176 inline uint64 fixed64() const;
265 inline uint64 UnknownField::fixed64() const { function in class:google::protobuf::UnknownField
  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 684 /** Get the list of fixed64 values for this field. */
685 public List<Long> getFixed64List() { return fixed64; }
722 fixed64,
739 for (final long value : fixed64) {
762 for (final long value : fixed64) {
802 private List<Long> fixed64; field in class:UnknownFieldSet.Field
840 if (result.fixed64 == null) {
841 result.fixed64 = Collections.emptyList();
843 result.fixed64 = Collections.unmodifiableList(result.fixed64);
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 1100 milliseconds