Home
last modified time | relevance | path

Searched defs:ReadFloat (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs145 public float ReadFloat() => ParsingPrimitives.ParseFloat(ref buffer, ref state); in ReadFloat() method
DCodedInputStream.cs338 public float ReadFloat() in ReadFloat() method in Google.Protobuf.CodedInputStream
/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py76 def ReadFloat(self): member in _MiniDecoder