Home
last modified time | relevance | path

Searched defs:ReadFixed64 (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h98 Status ReadFixed64(uint64_t* out) { return ReadFixed(out); } in ReadFixed64() function
254 Status ReadFixed64(uint64_t* out) { return decoder_.ReadFixed64(out); } in ReadFixed64() function
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs536 public ulong ReadFixed64() in ReadFixed64() method in Google.Protobuf.CodedInputStream