Home
last modified time | relevance | path

Searched refs:ReadType (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Serialization/
H A DJsonPrimitiveContract.cs51 ReadType readType; in JsonPrimitiveContract()
58 … private static readonly Dictionary<Type, ReadType> ReadTypeMap = new Dictionary<Type, ReadType>
60 [typeof(byte[])] = ReadType.ReadAsBytes,
61 [typeof(byte)] = ReadType.ReadAsInt32,
62 [typeof(short)] = ReadType.ReadAsInt32,
63 [typeof(int)] = ReadType.ReadAsInt32,
64 [typeof(decimal)] = ReadType.ReadAsDecimal,
65 [typeof(bool)] = ReadType.ReadAsBoolean,
66 [typeof(string)] = ReadType.ReadAsString,
71 [typeof(float)] = ReadType.ReadAsDouble,
[all …]
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/
H A DJsonTextReader.cs40 internal enum ReadType enum
138 case ReadType.ReadAsBytes: in ParseString()
156 case ReadType.ReadAsString: in ParseString()
162 case ReadType.ReadAsInt32: in ParseString()
163 case ReadType.ReadAsDecimal: in ParseString()
164 case ReadType.ReadAsBoolean: in ParseString()
2328 case ReadType.Read: in ParseNumberNegativeInfinity()
2329 case ReadType.ReadAsDouble: in ParseNumberNegativeInfinity()
2336 case ReadType.ReadAsString: in ParseNumberNegativeInfinity()
2353 case ReadType.Read: in ParseNumberPositiveInfinity()
[all …]
/dports/math/openfst/openfst-1.8.1/src/lib/
H A Dfst.cc61 ReadType(strm, &magic_number); in Read()
68 ReadType(strm, &fsttype_); in Read()
69 ReadType(strm, &arctype_); in Read()
70 ReadType(strm, &version_); in Read()
71 ReadType(strm, &flags_); in Read()
72 ReadType(strm, &properties_); in Read()
73 ReadType(strm, &start_); in Read()
74 ReadType(strm, &numstates_); in Read()
75 ReadType(strm, &numarcs_); in Read()
H A Dencode.cc26 ReadType(strm, &magic_number); in Read()
28 ReadType(strm, &arctype_); in Read()
29 ReadType(strm, &flags_); in Read()
30 ReadType(strm, &size_); in Read()
34 ReadType(strm, &flags); in Read()
37 ReadType(strm, &size); in Read()
/dports/math/openfst/openfst-1.8.1/src/include/fst/
H A Dutil.h65 inline std::istream &ReadType(std::istream &strm, T *t) { in ReadType() function
72 inline std::istream &ReadType(std::istream &strm, T *t) { in ReadType() function
80 ReadType(strm, &ns); in ReadType()
95 std::istream &ReadType(std::istream &strm, std::set<T...> *c);
106 ReadType(strm, &p->first); in ReadType()
107 ReadType(strm, &p->second); in ReadType()
113 ReadType(strm, const_cast<S *>(&p->first)); in ReadType()
114 ReadType(strm, &p->second); in ReadType()
123 ReadType(strm, &n); in ReadContainerType()
128 ReadType(strm, &value); in ReadContainerType()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/memory/
H A DMallctlHelper.h87 template <typename ReadType, typename WriteType>
88 void mallctlbymibHelper(ReadType* out, WriteType* in) const { in mallctlbymibHelper()
89 assert((out == nullptr) == std::is_void<ReadType>::value); in mallctlbymibHelper()
91 size_t outLen = sizeofHelper<ReadType>(); in mallctlbymibHelper()
129 template <typename ReadType>
134 ReadType operator()() const { in operator()
135 ReadType out; in operator()
151 template <typename ReadType, typename WriteType>
156 ReadType operator()(WriteType in) const { in operator()
157 ReadType out; in operator()
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/lib/
H A Dfst.cc117 ReadType(strm, &magic_number); in IsFstHeader()
132 ReadType(strm, &magic_number); in Read()
140 ReadType(strm, &fsttype_); in Read()
141 ReadType(strm, &arctype_); in Read()
142 ReadType(strm, &version_); in Read()
143 ReadType(strm, &flags_); in Read()
144 ReadType(strm, &properties_); in Read()
145 ReadType(strm, &start_); in Read()
146 ReadType(strm, &numstates_); in Read()
147 ReadType(strm, &numarcs_); in Read()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/lib/
H A Dfst.cc117 ReadType(strm, &magic_number); in IsFstHeader()
132 ReadType(strm, &magic_number); in Read()
140 ReadType(strm, &fsttype_); in Read()
141 ReadType(strm, &arctype_); in Read()
142 ReadType(strm, &version_); in Read()
143 ReadType(strm, &flags_); in Read()
144 ReadType(strm, &properties_); in Read()
145 ReadType(strm, &start_); in Read()
146 ReadType(strm, &numstates_); in Read()
147 ReadType(strm, &numarcs_); in Read()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/lib/
H A Dfst.cc117 ReadType(strm, &magic_number); in IsFstHeader()
132 ReadType(strm, &magic_number); in Read()
140 ReadType(strm, &fsttype_); in Read()
141 ReadType(strm, &arctype_); in Read()
142 ReadType(strm, &version_); in Read()
143 ReadType(strm, &flags_); in Read()
144 ReadType(strm, &properties_); in Read()
145 ReadType(strm, &start_); in Read()
146 ReadType(strm, &numstates_); in Read()
147 ReadType(strm, &numarcs_); in Read()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_path_byte_stream_source.h46 DataType ReadType() { in ReadType() function
55 bool ReadFlag() { return ReadType<bool>(); } in ReadFlag()
56 float ReadFloat() { return ReadType<float>(); } in ReadFloat()
57 uint16_t ReadSVGSegmentType() { return ReadType<uint16_t>(); } in ReadSVGSegmentType()
59 float x = ReadType<float>(); in ReadFloatPoint()
60 float y = ReadType<float>(); in ReadFloatPoint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_path_byte_stream_source.h46 DataType ReadType() { in ReadType() function
55 bool ReadFlag() { return ReadType<bool>(); } in ReadFlag()
56 float ReadFloat() { return ReadType<float>(); } in ReadFloat()
57 uint16_t ReadSVGSegmentType() { return ReadType<uint16_t>(); } in ReadSVGSegmentType()
59 float x = ReadType<float>(); in ReadFloatPoint()
60 float y = ReadType<float>(); in ReadFloatPoint()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DJsonContract.cs61 internal ReadType InternalReadType;
189 InternalReadType = ReadType.ReadAsBytes; in JsonContract()
193 InternalReadType = ReadType.ReadAsInt32; in JsonContract()
197 InternalReadType = ReadType.ReadAsDecimal; in JsonContract()
201 InternalReadType = ReadType.ReadAsString; in JsonContract()
205 InternalReadType = ReadType.ReadAsDateTime; in JsonContract()
210 InternalReadType = ReadType.ReadAsDateTimeOffset; in JsonContract()
215 InternalReadType = ReadType.Read; in JsonContract()
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DJsonContract.cs61 internal ReadType InternalReadType;
189 InternalReadType = ReadType.ReadAsBytes; in JsonContract()
193 InternalReadType = ReadType.ReadAsInt32; in JsonContract()
197 InternalReadType = ReadType.ReadAsDecimal; in JsonContract()
201 InternalReadType = ReadType.ReadAsString; in JsonContract()
205 InternalReadType = ReadType.ReadAsDateTime; in JsonContract()
210 InternalReadType = ReadType.ReadAsDateTimeOffset; in JsonContract()
215 InternalReadType = ReadType.Read; in JsonContract()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Dreadpix.c37 #define ReadType GL_UNSIGNED_BYTE macro
40 static GLenum ReadType = GL_UNSIGNED_BYTE; variable
43 static GLenum ReadType = GL_UNSIGNED_BYTE; variable
46 static GLenum ReadType = GL_UNSIGNED_SHORT_5_6_5; variable
49 static GLenum ReadType = GL_UNSIGNED_SHORT_1_5_5_5_REV; variable
52 static GLenum ReadType = GL_UNSIGNED_SHORT_5_5_5_1; variable
55 static GLenum ReadType = GL_UNSIGNED_SHORT_4_4_4_4_REV; variable
58 static GLenum ReadType = GL_HALF_FLOAT_ARB; variable
226 ReadFormat, ReadType, TempImage); in Display()
242 ReadFormat, ReadType, TempImage); in Display()
[all …]
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Dreadpix.c37 #define ReadType GL_UNSIGNED_BYTE macro
40 static GLenum ReadType = GL_UNSIGNED_BYTE; variable
43 static GLenum ReadType = GL_UNSIGNED_BYTE; variable
46 static GLenum ReadType = GL_UNSIGNED_SHORT_5_6_5; variable
49 static GLenum ReadType = GL_UNSIGNED_SHORT_1_5_5_5_REV; variable
52 static GLenum ReadType = GL_UNSIGNED_SHORT_5_5_5_1; variable
55 static GLenum ReadType = GL_UNSIGNED_SHORT_4_4_4_4_REV; variable
58 static GLenum ReadType = GL_HALF_FLOAT_ARB; variable
226 ReadFormat, ReadType, TempImage); in Display()
242 ReadFormat, ReadType, TempImage); in Display()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/loader/
H A DURLPreloader.h59 enum ReadType { enum
71 ReadType readType = Forget);
74 ReadType readType = Forget);
77 ReadType readType = Forget);
81 ReadType readType = Forget);
89 ReadType readType);
91 Result<nsCString, nsresult> ReadURIInternal(nsIURI* uri, ReadType readType);
94 ReadType readType);
97 ReadType readType);
256 Result<nsCString, nsresult> ReadOrWait(ReadType readType);
/dports/www/firefox/firefox-99.0/js/xpconnect/loader/
H A DURLPreloader.h59 enum ReadType { enum
71 ReadType readType = Forget);
74 ReadType readType = Forget);
77 ReadType readType = Forget);
81 ReadType readType = Forget);
89 ReadType readType);
91 Result<nsCString, nsresult> ReadURIInternal(nsIURI* uri, ReadType readType);
94 ReadType readType);
97 ReadType readType);
256 Result<nsCString, nsresult> ReadOrWait(ReadType readType);
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/loader/
H A DURLPreloader.h59 enum ReadType { enum
71 ReadType readType = Forget);
74 ReadType readType = Forget);
77 ReadType readType = Forget);
81 ReadType readType = Forget);
89 ReadType readType);
91 Result<nsCString, nsresult> ReadURIInternal(nsIURI* uri, ReadType readType);
94 ReadType readType);
97 ReadType readType);
256 Result<nsCString, nsresult> ReadOrWait(ReadType readType);
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/loader/
H A DURLPreloader.h60 enum ReadType { enum
72 ReadType readType = Forget);
75 ReadType readType = Forget);
78 ReadType readType = Forget);
82 ReadType readType = Forget);
88 ReadType readType);
91 ReadType readType);
94 ReadType readType);
97 ReadType readType);
257 Result<const nsCString, nsresult> ReadOrWait(ReadType readType);
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/loader/
H A DURLPreloader.h60 enum ReadType { enum
72 ReadType readType = Forget);
75 ReadType readType = Forget);
78 ReadType readType = Forget);
82 ReadType readType = Forget);
88 ReadType readType);
91 ReadType readType);
94 ReadType readType);
97 ReadType readType);
257 Result<const nsCString, nsresult> ReadOrWait(ReadType readType);
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/extensions/linear/
H A Dlinear-fst-data.h241 ReadType(strm, &num_groups); in Read()
289 ReadType(strm, &output_begin); in Read()
290 ReadType(strm, &output_length); in Read()
341 ReadType(strm, &delay); in Read()
343 ReadType(strm, &start); in Read()
345 ReadType(strm, &trie); in Read()
388 ReadType(strm, &back_link); in Read()
389 ReadType(strm, &weight); in Read()
437 ReadType(strm, &input);
438 ReadType(strm, &output);
[all …]
/dports/math/openfst/openfst-1.8.1/src/include/fst/extensions/linear/
H A Dlinear-fst-data.h221 ReadType(strm, &num_groups); in Read()
267 ReadType(strm, &output_begin); in Read()
268 ReadType(strm, &output_length); in Read()
319 ReadType(strm, &delay); in Read()
321 ReadType(strm, &start); in Read()
323 ReadType(strm, &trie); in Read()
365 ReadType(strm, &back_link); in Read()
366 ReadType(strm, &weight); in Read()
415 ReadType(strm, &input);
416 ReadType(strm, &output);
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/extensions/linear/
H A Dlinear-fst-data.h241 ReadType(strm, &num_groups); in Read()
289 ReadType(strm, &output_begin); in Read()
290 ReadType(strm, &output_length); in Read()
341 ReadType(strm, &delay); in Read()
343 ReadType(strm, &start); in Read()
345 ReadType(strm, &trie); in Read()
388 ReadType(strm, &back_link); in Read()
389 ReadType(strm, &weight); in Read()
437 ReadType(strm, &input);
438 ReadType(strm, &output);
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/extensions/linear/
H A Dlinear-fst-data.h241 ReadType(strm, &num_groups); in Read()
289 ReadType(strm, &output_begin); in Read()
290 ReadType(strm, &output_length); in Read()
341 ReadType(strm, &delay); in Read()
343 ReadType(strm, &start); in Read()
345 ReadType(strm, &trie); in Read()
388 ReadType(strm, &back_link); in Read()
389 ReadType(strm, &weight); in Read()
437 ReadType(strm, &input);
438 ReadType(strm, &output);
[all …]
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/extensions/far/
H A Dsttable.h131 ReadType(*streams_[i], &magic_number); in STTableReader()
132 ReadType(*streams_[i], &file_version); in STTableReader()
147 ReadType(*streams_[i], &num_entries); in STTableReader()
152 ReadType(*streams_[i], &(positions_[i][j])); in STTableReader()
256 ReadType(*strm, &key); in LowerBound()
264 ReadType(*strm, &key); in LowerBound()
281 ReadType(*streams_[i], &(keys_[i])); in MakeHeap()
336 ReadType(strm, &magic_number); in ReadSTTableHeader()
337 ReadType(strm, &file_version); in ReadSTTableHeader()
348 ReadType(strm, &i); // Read number of entries in ReadSTTableHeader()
[all …]

12345678910>>...17