Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adamritter/fastgron
/ functions
Functions
878 in github.com/adamritter/fastgron
⨍
Functions
878
◇
Types & classes
118
Method
get_bit
extern/simdjson/simdjson.h:14447
Method
get_c_str
extern/simdjson/simdjson.h:7120
Function
get_corpus
extern/simdjson/simdjson.h:6451
Method
get_depth
returns the current depth (start at 1 with 0 reserved for the fictitious root node)
extern/simdjson/simdjson.h:8309
Method
get_double
get the double value at this node; valid only if get_type() is "d"
extern/simdjson/simdjson.h:6729
Method
get_double_in_string
extern/simdjson/simdjson.h:28733
Method
get_error_code
extern/simdjson/simdjson.h:8788
Method
get_error_message
extern/simdjson/simdjson.h:8789
Method
get_int64_in_string
extern/simdjson/simdjson.h:28723
Method
get_integer
get the int64_t value at this node; valid only if get_type is "l"
extern/simdjson/simdjson.h:6693
Method
get_number
extern/simdjson/simdjson.h:28761
Method
get_number_type
extern/simdjson/simdjson.h:27280
Method
get_raw_json_string
extern/simdjson/simdjson.h:28702
Method
get_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
Method
get_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
Method
get_string
extern/simdjson/simdjson.h:7128
Method
get_string_length
return the length of the string in bytes
extern/simdjson/simdjson.h:6718
Method
get_tape_length
useful for debugging purposes
extern/simdjson/simdjson.h:8303
Method
get_tape_location
useful for debugging purposes
extern/simdjson/simdjson.h:8298
Method
get_type
retrieve the character code of what we're looking at: [{"slutfn are the possibilities
extern/simdjson/simdjson.h:6688
Method
get_uint64_in_string
extern/simdjson/simdjson.h:28713
Method
get_unsigned_integer
get the value as uint64; valid only if if get_type is "u"
extern/simdjson/simdjson.h:6701
Method
get_wobbly_string
extern/simdjson/simdjson.h:28699
Method
growing_string
src/growing_string.hpp:17
Function
if
extern/simdjson/simdjson.cpp:2762
Method
implementation
extern/simdjson/simdjson.h:9812
Function
implementation_simdjson_result_base
extern/simdjson/simdjson.h:27238
Method
implementation_simdjson_result_base
* Create a new empty result with error = UNINITIALIZED. */
extern/simdjson/simdjson.h:22742
Method
incorrect_type_error
extern/simdjson/simdjson.h:29094
Method
index
extern/simdjson/simdjson.cpp:3943
Method
infinite_power
extern/simdjson/simdjson.cpp:1010
Function
int64_t
extern/simdjson/simdjson.h:7422
Method
is
extern/simdjson/simdjson.h:7098
Method
is_alive
extern/simdjson/simdjson.h:28034
Method
is_array
extern/simdjson/simdjson.h:6743
Method
is_array
extern/simdjson/simdjson.h:7149
Method
is_at_start
extern/simdjson/simdjson.h:29099
Method
is_bool
extern/simdjson/simdjson.h:7170
Method
is_document_root
extern/simdjson/simdjson.h:9019
Method
is_double
Returns true if the current type of the node is a double floating-point number.
extern/simdjson/simdjson.h:6761
Method
is_empty
extern/simdjson/simdjson.h:29533
Method
is_equal
extern/simdjson/simdjson.h:27604
Method
is_false
Returns true if the current type of the node is a bool with false value.
extern/simdjson/simdjson.h:6769
Method
is_free_from_unescaped_quote
extern/simdjson/simdjson.h:27547
Method
is_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
Method
is_integer
extern/simdjson/simdjson.h:28755
Method
is_negative
extern/simdjson/simdjson.h:28749
Method
is_null
Returns true if the current type of the node is null.
extern/simdjson/simdjson.h:6771
Method
is_null
extern/simdjson/simdjson.h:7174
Method
is_number
Returns true if the current type of the node is a number (integer or floating-point).
extern/simdjson/simdjson.h:6763
Method
is_number
extern/simdjson/simdjson.h:7167
Method
is_object
extern/simdjson/simdjson.h:6741
Method
is_object
extern/simdjson/simdjson.h:7152
Method
is_object_or_array
extern/simdjson/simdjson.h:6739
Method
is_ok
VS2017 reports deprecated warnings when you define a deprecated class's methods.
extern/simdjson/simdjson.h:8289
Method
is_scalar
extern/simdjson/simdjson.h:29869
Method
is_string
extern/simdjson/simdjson.h:6745
Method
is_string
extern/simdjson/simdjson.h:7155
Method
is_true
Returns true if the current type of the node is a bool with true value.
extern/simdjson/simdjson.h:6767
Method
is_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
Method
iterate
extern/simdjson/simdjson.h:26495
Method
iterate_many
extern/simdjson/simdjson.h:26609
Method
iterate_raw
extern/simdjson/simdjson.h:31255
Method
iterator
extern/simdjson/simdjson.h:4232
Method
iterator
extern/simdjson/simdjson.h:6017
Method
json_iterator
extern/simdjson/simdjson.h:23469
Method
json_iterator>
extern/simdjson/simdjson.h:28189
Method
json_minifier
extern/simdjson/simdjson.cpp:3584
Function
json_parse
extern/simdjson/simdjson.h:6470
Method
json_scanner
extern/simdjson/simdjson.cpp:3507
Method
json_type>
extern/simdjson/simdjson.h:27356
Method
key_c_str
extern/simdjson/simdjson.h:8214
Method
key_length
extern/simdjson/simdjson.h:8211
Method
key_value_pair
key_value_pair inline implementation
extern/simdjson/simdjson.h:8260
Method
last_position
extern/simdjson/simdjson.h:28085
Method
last_structural
extern/simdjson/simdjson.cpp:4734
Method
load
extern/simdjson/simdjson.h:4573
Method
load
extern/simdjson/simdjson.h:10251
Method
load
extern/simdjson/simdjson.h:10423
Method
load
extern/simdjson/simdjson.h:14241
Method
load_from_stage1_thread
extern/simdjson/simdjson.h:7803
Method
load_many
extern/simdjson/simdjson.h:8858
Method
log_end_value
extern/simdjson/simdjson.cpp:4747
Method
log_start_value
extern/simdjson/simdjson.cpp:4742
Function
log_string
extern/simdjson/simdjson.cpp:4428
Method
lookAhead
src/parse_path.cpp:47
Method
lookup_16
extern/simdjson/simdjson.h:10328
Function
main
src/fastgron.cpp:390
Function
make_int8x16_t
We have to do the same work for make_int8x16_t
extern/simdjson/simdjson.h:10145
Method
mantissa_explicit_bits
extern/simdjson/simdjson.cpp:1003
Method
match
src/parse_path.cpp:280
Method
max_capacity
extern/simdjson/simdjson.h:8934
Method
min_val
extern/simdjson/simdjson.h:10305
Method
mini_formatter
extern/simdjson/simdjson.h:6260
Function
minify
extern/simdjson/simdjson.h:6398
Method
minify
extern/simdjson/simdjson.cpp:2673
Method
minify
extern/simdjson/simdjson.cpp:2718
Method
minimum_exponent
extern/simdjson/simdjson.cpp:1007
Method
move_at_container_start
extern/simdjson/simdjson.h:29139
Method
move_forward
extern/simdjson/simdjson.h:8319
← previous
next →
501–600 of 878, ranked by callers