Home
last modified time | relevance | path

Searched refs:ReadAsBytes (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libipp/libipp/
H A Dipp_encoding.h50 inline UnsignedInt ReadAsBytes(const uint8_t* ptr) {
59 inline uint8_t ReadAsBytes<uint8_t>(const uint8_t* ptr) {
75 UnsignedInteger uval = ReadAsBytes<UnsignedInteger>(ptr);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libipp/libipp/
H A Dipp_encoding.h50 inline UnsignedInt ReadAsBytes(const uint8_t* ptr) {
59 inline uint8_t ReadAsBytes<uint8_t>(const uint8_t* ptr) {
75 UnsignedInteger uval = ReadAsBytes<UnsignedInteger>(ptr);
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Serialization/
H A DTraceJsonReader.cs53 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.Serialization.TraceJsonReader
55 var value = _innerReader.ReadAsBytes(); in ReadAsBytes()
H A DJsonPrimitiveContract.cs60 [typeof(byte[])] = ReadType.ReadAsBytes,
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/
H A DJsonTextReaderTest.cs311 data = jsonTextReader.ReadAsBytes(); in ReadAsBytes_Base64AndGuid()
455 jsonTextReader.ReadAsBytes(); in ReadBytesWithError()
1613 byte[] data = reader.ReadAsBytes(); in ReadBytesFollowingNumberInArray()
1635 byte[] data = reader.ReadAsBytes(); in ReadBytesFollowingNumberInObject()
2093 byte[] data = reader.ReadAsBytes(); in ReadSingleBytes()
3084 reader.ReadAsBytes(); in ReadAsBytes_CommaErrors()
3120 reader.ReadAsBytes(); in ReadAsBytes_InvalidEndArray()
3149 reader.ReadAsBytes(); in ReadAsBytes_CommaErrors_Multiple()
3231 reader.ReadAsBytes(); in ReadValue_EmptyString_Position()
3840 public void ReadAsBytes() in ReadAsBytes() method
[all …]
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/
H A DJsonTextReaderTest.cs632 reader.ReadAsBytes(); in ReadBytesWithBadCharacter()
647 reader.ReadAsBytes(); in ReadBytesWithUnexpectedEnd()
656 Assert.IsNull(reader.ReadAsBytes()); in ReadBytesNoStartWithUnexpectedEnd()
792 byte[] data = reader.ReadAsBytes(); in ReadBytesFollowingNumberInArray()
814 byte[] data = reader.ReadAsBytes(); in ReadBytesFollowingNumberInObject()
1160 byte[] data = reader.ReadAsBytes(); in ReadSingleBytes()
1266 reader.ReadAsBytes(); in ReadAsBytesNoContentWrappedObject()
1304 reader.ReadAsBytes(); in ReadAsBytesBadContent()
1327 byte[] data = reader.ReadAsBytes(); in ReadAsBytesIntegerArrayWithComments()
1343 reader.ReadAsBytes(); in ReadAsBytesIntegerArrayWithNoEnd()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/
H A DJsonReader.cs291 public abstract byte[] ReadAsBytes(); in ReadAsBytes() method in Newtonsoft.Json.JsonReader
366 _readType = ReadType.ReadAsBytes; in ReadAsBytesInternal()
379 byte[] data = ReadAsBytes(); in ReadAsBytesInternal()
H A DJsonTextReader.cs41 ReadAsBytes, enumerator
113 if (_readType == ReadType.ReadAsBytes) in ParseString()
394 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.JsonTextReader
H A DJsonValidatingReader.cs376 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.JsonValidatingReader
378 byte[] data = _reader.ReadAsBytes(); in ReadAsBytes()
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/
H A DJsonReader.cs336 public abstract byte[] ReadAsBytes(); in ReadAsBytes() method in Newtonsoft.Json.JsonReader
411 _readType = ReadType.ReadAsBytes; in ReadAsBytesInternal()
424 byte[] data = ReadAsBytes(); in ReadAsBytesInternal()
H A DJsonTextReader.cs41 ReadAsBytes, enumerator
113 if (_readType == ReadType.ReadAsBytes) in ParseString()
412 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.JsonTextReader
H A DJsonValidatingReader.cs376 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.JsonValidatingReader
378 byte[] data = _reader.ReadAsBytes(); in ReadAsBytes()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DJsonContract.cs189 InternalReadType = ReadType.ReadAsBytes; in JsonContract()
H A DJsonSerializerInternalReader.cs1154 case ReadType.ReadAsBytes: in ReadForType()
1155 reader.ReadAsBytes(); in ReadForType()
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DJsonContract.cs189 InternalReadType = ReadType.ReadAsBytes; in JsonContract()
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Linq/
H A DJTokenReaderTest.cs337 byte[] readBytes = jsonReader.ReadAsBytes(); in ReadBytes()
367 jsonReader.ReadAsBytes(); in ReadBytesFailure()
970 Assert.AreEqual(null, reader.ReadAsBytes()); in ReadAsBytes_Integer_Success()
983 byte[] bytes = reader.ReadAsBytes(); in ReadAsBytes_Array()
997 Assert.AreEqual(null, reader.ReadAsBytes()); in ReadAsBytes_Null()
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/
H A DJsonTextReader.cs44 ReadAsBytes, enumerator
138 case ReadType.ReadAsBytes: in ParseString()
449 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.JsonTextReader
478 ParseString(currentChar, ReadType.ReadAsBytes); in ReadAsBytes()
579 case ReadType.ReadAsBytes: in ReadStringValue()
H A DJsonReader.cs512 public virtual byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.JsonReader
525 byte[] data = ReadAsBytes(); in ReadAsBytes()
H A DJsonValidatingReader.cs412 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.JsonValidatingReader
414 byte[] data = _reader.ReadAsBytes(); in ReadAsBytes()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Linq/
H A DJTokenReader.cs33 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.Linq.JTokenReader
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Linq/
H A DJTokenReader.cs58 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.Linq.JTokenReader
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/Linq/
H A DJTokenReaderTest.cs300 byte[] readBytes = jsonReader.ReadAsBytes(); in ReadBytes()
331 jsonReader.ReadAsBytes(); in ReadBytesFailure()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Bson/
H A DBsonReader.cs181 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.Bson.BsonReader
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Bson/
H A DBsonReader.cs181 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.Bson.BsonReader
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Documentation/Samples/Json/
H A DCustomJsonReader.cs234 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.Tests.Documentation.Samples.Json.XmlJsonReader

12