/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libipp/libipp/ |
H A D | ipp_encoding.h | 50 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 D | ipp_encoding.h | 50 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 D | TraceJsonReader.cs | 53 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.Serialization.TraceJsonReader 55 var value = _innerReader.ReadAsBytes(); in ReadAsBytes()
|
H A D | JsonPrimitiveContract.cs | 60 [typeof(byte[])] = ReadType.ReadAsBytes,
|
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/ |
H A D | JsonTextReaderTest.cs | 311 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 D | JsonTextReaderTest.cs | 632 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 D | JsonReader.cs | 291 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 D | JsonTextReader.cs | 41 ReadAsBytes, enumerator 113 if (_readType == ReadType.ReadAsBytes) in ParseString() 394 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.JsonTextReader
|
H A D | JsonValidatingReader.cs | 376 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 D | JsonReader.cs | 336 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 D | JsonTextReader.cs | 41 ReadAsBytes, enumerator 113 if (_readType == ReadType.ReadAsBytes) in ParseString() 412 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.JsonTextReader
|
H A D | JsonValidatingReader.cs | 376 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 D | JsonContract.cs | 189 InternalReadType = ReadType.ReadAsBytes; in JsonContract()
|
H A D | JsonSerializerInternalReader.cs | 1154 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 D | JsonContract.cs | 189 InternalReadType = ReadType.ReadAsBytes; in JsonContract()
|
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Linq/ |
H A D | JTokenReaderTest.cs | 337 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 D | JsonTextReader.cs | 44 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 D | JsonReader.cs | 512 public virtual byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.JsonReader 525 byte[] data = ReadAsBytes(); in ReadAsBytes()
|
H A D | JsonValidatingReader.cs | 412 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 D | JTokenReader.cs | 33 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 D | JTokenReader.cs | 58 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 D | JTokenReaderTest.cs | 300 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 D | BsonReader.cs | 181 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 D | BsonReader.cs | 181 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 D | CustomJsonReader.cs | 234 public override byte[] ReadAsBytes() in ReadAsBytes() method in Newtonsoft.Json.Tests.Documentation.Samples.Json.XmlJsonReader
|