Home
last modified time | relevance | path

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

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