Home
last modified time | relevance | path

Searched defs:readFloat (Results 1 – 12 of 12) sorted by relevance

/third_party/flatbuffers/ts/flexbuffers/
Dreference-util.ts49 export function readFloat(dataView: DataView, offset: number, width: number): number { function
/third_party/skia/experimental/skrive/src/reader/
DBinaryReader.cpp43 float readFloat(const char[]) override { in readFloat() function in skrive::internal::__anon9d36a0fd0111::BinaryReader
DJsonReader.cpp95 float readFloat(const char label[]) override { in readFloat() function in skrive::internal::__anonabac02520111::JsonReader
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h124 float readFloat() in readFloat() function
/third_party/protobuf/objectivec/
DGPBCodedInputStream.m459 - (float)readFloat { method
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java63 float readFloat() throws IOException; in readFloat() method
DCodedInputStream.java269 public abstract float readFloat() throws IOException; in readFloat() method in CodedInputStream
739 public float readFloat() throws IOException { in readFloat() method in CodedInputStream.ArrayDecoder
1431 public float readFloat() throws IOException { in readFloat() method in CodedInputStream.UnsafeDirectNioDecoder
2202 public float readFloat() throws IOException { in readFloat() method in CodedInputStream.StreamDecoder
3304 public float readFloat() throws IOException { in readFloat() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java93 public float readFloat() throws IOException { in readFloat() method in CodedInputStreamReader
DBinaryReader.java145 public float readFloat() throws IOException { in readFloat() method in BinaryReader.SafeHeapReader
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersInternals.kt60 internal inline fun ReadBuffer.readFloat(end: Int, byteWidth: ByteWidth): Double { in readFloat() method
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php215 public static function readFloat(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
/third_party/vk-gl-cts/framework/referencerenderer/
DrrVertexAttrib.cpp277 void readFloat (tcu::Vec4& dst, const VertexAttribType type, const int size, const void* ptr) in readFloat() function