Searched defs:fixed64 (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.h175 inline uint64 fixed64() const;
267 inline uint64 UnknownField::fixed64() const { function in class:google::protobuf::UnknownField
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java701 /** Get the list of fixed64 values for this field. */
702 public List<Long> getFixed64List() { return fixed64; }
739 fixed64,
756 for (final long value : fixed64) {
779 for (final long value : fixed64) {
819 private List<Long> fixed64; field in class:UnknownFieldSet.Field
857 if (result.fixed64 == null) {
858 result.fixed64 = Collections.emptyList();
860 result.fixed64 = Collections.unmodifiableList(result.fixed64);
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 642 milliseconds