Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
Dtest_proto3_optional.proto59 optional fixed64 optional_fixed64 = 8; field
Dwire_format.py155 def Fixed64ByteSize(field_number, fixed64): argument
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dlite_equals_and_hash.proto77 optional fixed64 fixed64 = 103; field
/third_party/protobuf/src/google/protobuf/
Dunittest_proto3_optional.proto62 optional fixed64 optional_fixed64 = 8; field
Dunknown_field_set.h353 inline uint64 UnknownField::fixed64() const { in fixed64() function
/third_party/protobuf/js/
Dproto3_test.proto64 optional fixed64 optional_fixed64 = 128; field
/third_party/protobuf/objectivec/Tests/
Dunittest_runtime_proto3.proto138 optional fixed64 optional_fixed64 = 8; field
/third_party/protobuf/php/tests/proto/
Dtest.proto45 optional fixed64 true_optional_fixed64 = 208; field
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSet.java875 private List<Long> fixed64; field in UnknownFieldSet.Field
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc138 string fixed64(void *data) { return string(static_cast<char*>(data), 8); } in fixed64() function