Home
last modified time | relevance | path

Searched refs:ReadUInt31 (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DXmlBinaryReader.cs336 actual = BufferReader.ReadUInt31(); in TryGetBase64ContentLength()
350 actual = BufferReader.ReadUInt31(); in TryGetBase64ContentLength()
603 ReadPartialUTF8Text(true, ReadUInt31()); in ReadNode()
609 ReadPartialUTF8Text(false, ReadUInt31()); in ReadNode()
624 ReadUnicodeText(true, ReadUInt31()); in ReadNode()
627 ReadUnicodeText(false, ReadUInt31()); in ReadNode()
657 ReadPartialBinaryText(true, ReadUInt31()); in ReadNode()
661 ReadBinaryText(MoveToComplexText(), ReadUInt31()); in ReadNode()
663 ReadPartialBinaryText(false, ReadUInt31()); in ReadNode()
1103 int ReadUInt31() in ReadUInt31() method in System.Xml.XmlBinaryReader
[all …]
H A DXmlBufferReader.cs383 public int ReadUInt31() in ReadUInt31() method in System.Xml.XmlBufferReader
1288 ReadValue(value, ValueHandleType.UTF8, ReadUInt31()); in ReadValue()
1297 ReadUnicodeValue(value, ReadUInt31()); in ReadValue()
1306 ReadValue(value, ValueHandleType.Base64, ReadUInt31()); in ReadValue()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Xml/
H A DXmlBinaryReader.cs317 actual = BufferReader.ReadUInt31(); in TryGetBase64ContentLength()
331 actual = BufferReader.ReadUInt31(); in TryGetBase64ContentLength()
584 ReadPartialUTF8Text(true, ReadUInt31()); in ReadNode()
590 ReadPartialUTF8Text(false, ReadUInt31()); in ReadNode()
605 ReadUnicodeText(true, ReadUInt31()); in ReadNode()
608 ReadUnicodeText(false, ReadUInt31()); in ReadNode()
638 ReadPartialBinaryText(true, ReadUInt31()); in ReadNode()
642 ReadBinaryText(MoveToComplexText(), ReadUInt31()); in ReadNode()
644 ReadPartialBinaryText(false, ReadUInt31()); in ReadNode()
1085 private int ReadUInt31() in ReadUInt31() method in System.Xml.XmlBinaryReader
[all …]
H A DXmlBufferReader.cs377 public int ReadUInt31() in ReadUInt31() method in System.Xml.XmlBufferReader
1206 ReadValue(value, ValueHandleType.UTF8, ReadUInt31()); in ReadValue()
1215 ReadUnicodeValue(value, ReadUInt31()); in ReadValue()
1224 ReadValue(value, ValueHandleType.Base64, ReadUInt31()); in ReadValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/spdy/core/
H A Dspdy_frame_reader.h62 bool ReadUInt31(uint32_t* result);
H A Dspdy_frame_reader.cc83 bool SpdyFrameReader::ReadUInt31(uint32_t* result) { in ReadUInt31() function in spdy::SpdyFrameReader
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/spdy/core/
H A Dspdy_frame_reader.h62 bool ReadUInt31(uint32_t* result);
H A Dspdy_frame_reader.cc85 bool SpdyFrameReader::ReadUInt31(uint32_t* result) { in ReadUInt31() function in spdy::SpdyFrameReader