Home
last modified time | relevance | path

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

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