Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/
Dunknown.rs89 pub fixed64: Vec<u64>, field
132 fixed64: slice::Iter<'o, u64>, field
145 let fixed64 = self.fixed64.next(); in next() localVariable
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dlite_equals_and_hash.proto77 optional fixed64 fixed64 = 103; field
/external/protobuf/src/google/protobuf/
Dunknown_field_set.h342 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/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSet.java905 private List<Long> fixed64; field in UnknownFieldSet.Field
/external/protobuf/conformance/
Dbinary_json_conformance_suite.cc138 string fixed64(void *data) { return string(static_cast<char*>(data), 8); } in fixed64() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc209 string fixed64(void *data) { return string(static_cast<char*>(data), 8); } in fixed64() function