Home
last modified time | relevance | path

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

/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h105 Status ReadFixed64(uint64_t* out) { return ReadFixed(out); } in ReadFixed64() function
259 Status ReadFixed64(uint64_t* out) { return decoder_.ReadFixed64(out); } in ReadFixed64() function
Dstream_decoder.h334 Result<uint64_t> ReadFixed64() { return ReadFixedField<uint64_t>(); } in ReadFixed64() function
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs213 public ulong ReadFixed64() in ReadFixed64() method
DCodedInputStream.cs397 public ulong ReadFixed64() in ReadFixed64() method in Google.Protobuf.CodedInputStream
/external/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs213 public ulong ReadFixed64() in ReadFixed64() method
DCodedInputStream.cs397 public ulong ReadFixed64() in ReadFixed64() method in Google.Protobuf.CodedInputStream