MCPcopy Create free account

hub / github.com/adamritter/fastgron / functions

Functions878 in github.com/adamritter/fastgron

Methodget_bit
extern/simdjson/simdjson.h:14447
Methodget_c_str
extern/simdjson/simdjson.h:7120
Functionget_corpus
extern/simdjson/simdjson.h:6451
Methodget_depth
returns the current depth (start at 1 with 0 reserved for the fictitious root node)
extern/simdjson/simdjson.h:8309
Methodget_double
get the double value at this node; valid only if get_type() is "d"
extern/simdjson/simdjson.h:6729
Methodget_double_in_string
extern/simdjson/simdjson.h:28733
Methodget_error_code
extern/simdjson/simdjson.h:8788
Methodget_error_message
extern/simdjson/simdjson.h:8789
Methodget_int64_in_string
extern/simdjson/simdjson.h:28723
Methodget_integer
get the int64_t value at this node; valid only if get_type is "l"
extern/simdjson/simdjson.h:6693
Methodget_number
extern/simdjson/simdjson.h:28761
Methodget_number_type
extern/simdjson/simdjson.h:27280
Methodget_raw_json_string
extern/simdjson/simdjson.h:28702
Methodget_scope_type
A scope is a series of nodes at the same depth, typically it is either an object ({) or an array ([). The root node has type 'r'.
extern/simdjson/simdjson.h:8315
Methodget_string
get the string value at this node (NULL ended); valid only if get_type is " note that tabs, and line endings are escaped in the returned value (see pr
extern/simdjson/simdjson.h:6712
Methodget_string
extern/simdjson/simdjson.h:7128
Methodget_string_length
return the length of the string in bytes
extern/simdjson/simdjson.h:6718
Methodget_tape_length
useful for debugging purposes
extern/simdjson/simdjson.h:8303
Methodget_tape_location
useful for debugging purposes
extern/simdjson/simdjson.h:8298
Methodget_type
retrieve the character code of what we're looking at: [{"slutfn are the possibilities
extern/simdjson/simdjson.h:6688
Methodget_uint64_in_string
extern/simdjson/simdjson.h:28713
Methodget_unsigned_integer
get the value as uint64; valid only if if get_type is "u"
extern/simdjson/simdjson.h:6701
Methodget_wobbly_string
extern/simdjson/simdjson.h:28699
Methodgrowing_string
src/growing_string.hpp:17
Functionif
extern/simdjson/simdjson.cpp:2762
Methodimplementation
extern/simdjson/simdjson.h:9812
Functionimplementation_simdjson_result_base
extern/simdjson/simdjson.h:27238
Methodimplementation_simdjson_result_base
* Create a new empty result with error = UNINITIALIZED. */
extern/simdjson/simdjson.h:22742
Methodincorrect_type_error
extern/simdjson/simdjson.h:29094
Methodindex
extern/simdjson/simdjson.cpp:3943
Methodinfinite_power
extern/simdjson/simdjson.cpp:1010
Functionint64_t
extern/simdjson/simdjson.h:7422
Methodis
extern/simdjson/simdjson.h:7098
Methodis_alive
extern/simdjson/simdjson.h:28034
Methodis_array
extern/simdjson/simdjson.h:6743
Methodis_array
extern/simdjson/simdjson.h:7149
Methodis_at_start
extern/simdjson/simdjson.h:29099
Methodis_bool
extern/simdjson/simdjson.h:7170
Methodis_document_root
extern/simdjson/simdjson.h:9019
Methodis_double
Returns true if the current type of the node is a double floating-point number.
extern/simdjson/simdjson.h:6761
Methodis_empty
extern/simdjson/simdjson.h:29533
Methodis_equal
extern/simdjson/simdjson.h:27604
Methodis_false
Returns true if the current type of the node is a bool with false value.
extern/simdjson/simdjson.h:6769
Methodis_free_from_unescaped_quote
extern/simdjson/simdjson.h:27547
Methodis_integer
Returns true if the current type of the node is an signed integer. You can get its value with `get_integer()`.
extern/simdjson/simdjson.h:6749
Methodis_integer
extern/simdjson/simdjson.h:28755
Methodis_negative
extern/simdjson/simdjson.h:28749
Methodis_null
Returns true if the current type of the node is null.
extern/simdjson/simdjson.h:6771
Methodis_null
extern/simdjson/simdjson.h:7174
Methodis_number
Returns true if the current type of the node is a number (integer or floating-point).
extern/simdjson/simdjson.h:6763
Methodis_number
extern/simdjson/simdjson.h:7167
Methodis_object
extern/simdjson/simdjson.h:6741
Methodis_object
extern/simdjson/simdjson.h:7152
Methodis_object_or_array
extern/simdjson/simdjson.h:6739
Methodis_ok
VS2017 reports deprecated warnings when you define a deprecated class's methods.
extern/simdjson/simdjson.h:8289
Methodis_scalar
extern/simdjson/simdjson.h:29869
Methodis_string
extern/simdjson/simdjson.h:6745
Methodis_string
extern/simdjson/simdjson.h:7155
Methodis_true
Returns true if the current type of the node is a bool with true value.
extern/simdjson/simdjson.h:6767
Methodis_unsigned_integer
Returns true if the current type of the node is an unsigned integer. You can get its value with `get_unsigned_integer()`. NOTE: Only a large value, w
extern/simdjson/simdjson.h:6759
Methoditerate
extern/simdjson/simdjson.h:26495
Methoditerate_many
extern/simdjson/simdjson.h:26609
Methoditerate_raw
extern/simdjson/simdjson.h:31255
Methoditerator
extern/simdjson/simdjson.h:4232
Methoditerator
extern/simdjson/simdjson.h:6017
Methodjson_iterator
extern/simdjson/simdjson.h:23469
Methodjson_iterator>
extern/simdjson/simdjson.h:28189
Methodjson_minifier
extern/simdjson/simdjson.cpp:3584
Functionjson_parse
extern/simdjson/simdjson.h:6470
Methodjson_scanner
extern/simdjson/simdjson.cpp:3507
Methodjson_type>
extern/simdjson/simdjson.h:27356
Methodkey_c_str
extern/simdjson/simdjson.h:8214
Methodkey_length
extern/simdjson/simdjson.h:8211
Methodkey_value_pair
key_value_pair inline implementation
extern/simdjson/simdjson.h:8260
Methodlast_position
extern/simdjson/simdjson.h:28085
Methodlast_structural
extern/simdjson/simdjson.cpp:4734
Methodload
extern/simdjson/simdjson.h:4573
Methodload
extern/simdjson/simdjson.h:10251
Methodload
extern/simdjson/simdjson.h:10423
Methodload
extern/simdjson/simdjson.h:14241
Methodload_from_stage1_thread
extern/simdjson/simdjson.h:7803
Methodload_many
extern/simdjson/simdjson.h:8858
Methodlog_end_value
extern/simdjson/simdjson.cpp:4747
Methodlog_start_value
extern/simdjson/simdjson.cpp:4742
Functionlog_string
extern/simdjson/simdjson.cpp:4428
MethodlookAhead
src/parse_path.cpp:47
Methodlookup_16
extern/simdjson/simdjson.h:10328
Functionmain
src/fastgron.cpp:390
Functionmake_int8x16_t
We have to do the same work for make_int8x16_t
extern/simdjson/simdjson.h:10145
Methodmantissa_explicit_bits
extern/simdjson/simdjson.cpp:1003
Methodmatch
src/parse_path.cpp:280
Methodmax_capacity
extern/simdjson/simdjson.h:8934
Methodmin_val
extern/simdjson/simdjson.h:10305
Methodmini_formatter
extern/simdjson/simdjson.h:6260
Functionminify
extern/simdjson/simdjson.h:6398
Methodminify
extern/simdjson/simdjson.cpp:2673
Methodminify
extern/simdjson/simdjson.cpp:2718
Methodminimum_exponent
extern/simdjson/simdjson.cpp:1007
Methodmove_at_container_start
extern/simdjson/simdjson.h:29139
Methodmove_forward
extern/simdjson/simdjson.h:8319
← previousnext →501–600 of 878, ranked by callers