Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FeJQ/AUPK
/ functions
Functions
857 in github.com/FeJQ/AUPK
⨍
Functions
857
◇
Types & classes
185
Method
get_number
art/runtime/json.hpp:10263
Function
get_number_float
return floating-point value
art/runtime/json.hpp:7633
Function
get_number_unsigned
art/runtime/json.hpp:7627
Function
get_position
return position of last read token
art/runtime/json.hpp:7649
Function
get_ptr
art/runtime/json.hpp:19963
Function
get_ref
art/runtime/json.hpp:20057
Function
get_ref_impl
art/runtime/json.hpp:19697
Function
get_to
art/runtime/json.hpp:19926
Method
get_token
get next token from lexer
art/runtime/json.hpp:10896
Method
get_ubjson_array
! @return whether array creation completed */
art/runtime/json.hpp:10030
Method
get_ubjson_float_prefix
art/runtime/json.hpp:14502
Method
get_ubjson_high_precision_number
art/runtime/json.hpp:10167
Method
get_ubjson_object
! @return whether object creation completed */
art/runtime/json.hpp:10092
Method
get_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
art/runtime/json.hpp:9888
Method
get_ubjson_size_value
! @param[out] result determined size @return whether size determination completed */
art/runtime/json.hpp:9811
Method
get_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
art/runtime/json.hpp:9757
Method
get_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
art/runtime/json.hpp:9929
Method
handleMessage
(Message msg)
frameworks/base/core/java/android/app/ActivityThread.java:1492
Method
handle_value
art/runtime/json.hpp:6052
Method
hashCode
()
frameworks/base/core/java/android/app/ActivityThread.java:309
Method
input_stream_adapter
art/runtime/json.hpp:5112
Method
installSystemProviders
(List<ProviderInfo> providers)
frameworks/base/core/java/android/app/ActivityThread.java:6090
Method
isProfiling
()
frameworks/base/core/java/android/app/ActivityThread.java:2055
Method
isSystem
()
frameworks/base/core/java/android/app/ActivityThread.java:1829
Function
is_discarded
! @brief return whether value is discarded This function returns true if and only if the JSON value was discarded during parsing with a c
art/runtime/json.hpp:19540
Method
is_errored
art/runtime/json.hpp:6030
Function
is_primitive
! @brief return whether type is primitive This function returns true if and only if the JSON type is primitive (string, number, boolean,
art/runtime/json.hpp:19239
Function
items
! @brief helper to access iterator member functions in range-based for This function allows to access @ref iterator::key() and @ref itera
art/runtime/json.hpp:21759
Method
iter_impl
default constructor
art/runtime/json.hpp:11181
Method
iteration_proxy
construct iteration proxy from a container
art/runtime/json.hpp:4231
Method
iteration_proxy_value
art/runtime/json.hpp:4158
Method
iterator_input_adapter
art/runtime/json.hpp:5155
Function
iterator_wrapper
art/runtime/json.hpp:21677
Method
json>
art/runtime/json.hpp:25643
Method
json_pointer
! @brief create JSON pointer Create a JSON pointer according to the syntax described in [Section 3 of RFC6901](https://tools.ietf.org/htm
art/runtime/json.hpp:11921
Method
json_ref
art/runtime/json.hpp:12829
Method
json_reverse_iterator
create reverse iterator from iterator
art/runtime/json.hpp:11791
Method
json_sax_dom_callback_parser
art/runtime/json.hpp:5840
Method
json_sax_dom_parser
! @param[in, out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether
art/runtime/json.hpp:5669
Function
json_value
default constructor (for null values)
art/runtime/json.hpp:17788
Method
key
art/runtime/json.hpp:5734
Method
key
art/runtime/json.hpp:5915
Method
key
return the key of an object iterator
art/runtime/json.hpp:11852
Method
lexer
art/runtime/json.hpp:6332
Function
main
()
main.js:80
Method
main
(String[] args)
frameworks/base/core/java/android/app/ActivityThread.java:6137
Method
mapToFile
()
frameworks/base/core/java/android/app/Aupk.java:465
Function
max_size
! @brief returns the maximum possible number of elements Returns the maximum number of elements a JSON value is able to hold due to syste
art/runtime/json.hpp:21968
Function
merge_patch
! @brief applies a JSON Merge Patch The merge patch format is primarily intended for use with the HTTP PATCH method as a means of describ
art/runtime/json.hpp:25549
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
art/runtime/json.hpp:14707
Method
name
art/runtime/json.hpp:2660
Method
native_fakeInvoke
(Object method)
frameworks/base/core/java/android/app/Aupk.java:464
Method
next_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
art/runtime/json.hpp:6426
Method
nonesuch
art/runtime/json.hpp:3200
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
art/runtime/json.hpp:14772
Method
normalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
art/runtime/json.hpp:14789
Method
notifyCleartextNetwork
(byte[] firstPacket)
frameworks/base/core/java/android/app/ActivityThread.java:1328
Method
null
art/runtime/json.hpp:5680
Method
null
art/runtime/json.hpp:5855
Method
number_float
art/runtime/json.hpp:5704
Method
number_float
art/runtime/json.hpp:5879
Method
number_integer
art/runtime/json.hpp:5692
Method
number_integer
art/runtime/json.hpp:5867
Method
number_unsigned
art/runtime/json.hpp:5698
Method
number_unsigned
art/runtime/json.hpp:5873
Function
operator "" _json
art/runtime/json.hpp:25669
Function
operator "" _json_pointer
art/runtime/json.hpp:25688
Function
operator!=
art/runtime/json.hpp:11529
Method
operator!=
inequality operator (needed for range-based for)
art/runtime/json.hpp:4182
Method
operator!=
art/runtime/json.hpp:4771
Method
operator()
art/runtime/json.hpp:4081
Method
operator()
art/runtime/json.hpp:4652
Method
operator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
art/runtime/json.hpp:25611
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
art/runtime/json.hpp:25627
Method
operator+
art/runtime/json.hpp:11019
Method
operator++
art/runtime/json.hpp:11037
Method
operator++
post-increment (it++)
art/runtime/json.hpp:11798
Method
operator-
art/runtime/json.hpp:11026
Method
operator-
subtract from iterator
art/runtime/json.hpp:11834
Method
operator--
art/runtime/json.hpp:11050
Method
operator--
post-decrement (it--)
art/runtime/json.hpp:11810
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
art/runtime/json.hpp:11380
Method
operator->
art/runtime/json.hpp:12869
Method
operator/
art/runtime/json.hpp:12037
Method
operator<
art/runtime/json.hpp:11014
Function
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
art/runtime/json.hpp:11565
Method
operator=
art/runtime/json.hpp:3204
Function
operator==
art/runtime/json.hpp:11501
Method
operator==
equality operator (needed for InputIterator)
art/runtime/json.hpp:4176
Method
operator==
art/runtime/json.hpp:4765
Method
operator==
art/runtime/json.hpp:11009
Function
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
art/runtime/json.hpp:11574
Function
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
art/runtime/json.hpp:11583
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
art/runtime/json.hpp:11684
Method
ordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
art/runtime/json.hpp:16713
Method
output_adapter
art/runtime/json.hpp:13008
Method
output_stream_adapter
art/runtime/json.hpp:12961
Method
output_string_adapter
art/runtime/json.hpp:12985
Method
output_vector_adapter
art/runtime/json.hpp:12937
Method
parent_pointer
! @brief returns the parent of this JSON pointer @return parent of this JSON pointer; in case this JSON pointer is the root, the
art/runtime/json.hpp:12096
← previous
next →
601–700 of 857, ranked by callers