Home
last modified time | relevance | path

Searched defs:fixed64 (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dlite_equals_and_hash.proto71 optional fixed64 fixed64 = 103; field
/external/protobuf/src/google/protobuf/
Dunknown_field_set.h289 inline uint64 UnknownField::fixed64() const { in fixed64() function
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py155 def Fixed64ByteSize(field_number, fixed64): argument
/external/protobuf/conformance/
Dconformance_test.cc129 string fixed64(void *data) { return string(static_cast<char*>(data), 8); } in fixed64() function
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSet.java857 private List<Long> fixed64; field in UnknownFieldSet.Field