Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HorizonMW/HorizonMW-Client
/ functions
Functions
88,754 in github.com/HorizonMW/HorizonMW-Client
⨍
Functions
88,754
◇
Types & classes
16,051
↳
Endpoints
1
↓ 31 callers
Function
mg_ntohs
deps/mongoose/src/util.c:52
↓ 31 callers
Function
mg_tls_init
deps/mongoose/src/tls_mbed.c:97
↓ 31 callers
Function
mul
`b` can contain less than 8 limbs, thus we use `limb_t *` instead of `mg_fe` to avoid build warnings
deps/mongoose/mongoose.c:16065
↓ 31 callers
Method
name
deps/protobuf/src/google/protobuf/descriptor_database.cc:448
↓ 31 callers
Method
newDecoder
(byte[] data, int blockSize)
deps/protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java:62
↓ 31 callers
Method
parse_error
deps/json/tests/abi/include/nlohmann/json_v3_10_5.hpp:2941
↓ 31 callers
Function
parser
deps/json/tests/abi/include/nlohmann/json_v3_10_5.hpp:17310
↓ 31 callers
Method
popad64
src/common/utils/hook.cpp:210
↓ 31 callers
Method
push_back
@brief append an unescaped token at the end of the reference pointer @sa https://json.nlohmann.me/api/json_pointer/push_back/
deps/json/tests/abi/include/nlohmann/json_v3_10_5.hpp:12378
↓ 31 callers
Method
registerSchemaOverride
Visible for testing only. Registers the given schema for the message type. If a schema was previously registered, it will be replaced by the provided
deps/protobuf/java/core/src/main/java/com/google/protobuf/Protobuf.java:131
↓ 31 callers
Method
set_type_name
deps/protobuf/src/google/protobuf/descriptor.pb.h:10106
↓ 31 callers
Method
skipField
Skips the current field and advances the reader to the next field. @return {@code true} if there are more fields or {@code false} if the end of input
deps/protobuf/java/core/src/main/java/com/google/protobuf/Reader.java:74
↓ 31 callers
Function
stbi__skip
deps/stb/stb_image.h:1643
↓ 31 callers
Method
toByteArray
Copies bytes to a {@code byte[]}. @return copied bytes
deps/protobuf/java/core/src/main/java/com/google/protobuf/ByteString.java:764
↓ 31 callers
Method
values
(self)
deps/protobuf/python/google/protobuf/internal/well_known_types.py:798
↓ 31 callers
Function
xTaskResumeAll
deps/mongoose/examples/stm32/nucleo-f746zg-cube-freertos-builtin/Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2174
↓ 31 callers
Function
xTaskResumeAll
deps/mongoose/examples/stm32/nucleo-f429zi-cube-freertos-lwip/Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2194
↓ 30 callers
Function
Curl_bufref_len
* Get the length of the referenced buffer data. */
deps/curl/lib/bufref.c:100
↓ 30 callers
Function
Curl_bufref_set
* Set the buffer reference to new values. The previously referenced buffer * is released before assignment. */
deps/curl/lib/bufref.c:73
↓ 30 callers
Function
Curl_dyn_add
* Append a null-terminated string at the end. */
deps/curl/lib/dynbuf.c:176
↓ 30 callers
Function
Curl_pgrsSetUploadSize
deps/curl/lib/progress.c:376
↓ 30 callers
Method
Default
deps/rapidjson/test/unittest/readertest.cpp:70
↓ 30 callers
Method
ForInt64
<summary> Retrieves a codec suitable for an int64 field with the given tag. </summary> <param name="tag">The tag.</param> <returns>A codec for the giv
deps/protobuf/csharp/src/Google.Protobuf/FieldCodec.cs:134
↓ 30 callers
Method
GetBool
deps/rapidjson/example/lookaheadparser/lookaheadparser.cpp:199
↓ 30 callers
Function
Indent
deps/gsc-tool/deps/fmt/test/gtest/gmock-gtest-all.cc:6063
↓ 30 callers
Function
Print
deps/protobuf/src/google/protobuf/io/printer.h:253
↓ 30 callers
Method
ReadString
deps/protobuf/src/google/protobuf/io/coded_stream.cc:259
↓ 30 callers
Method
RenderNull
deps/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc:165
↓ 30 callers
Method
RenderUint64
deps/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc:108
↓ 30 callers
Function
StringPrintf
deps/protobuf/src/google/protobuf/stubs/stringprintf.cc:107
↓ 30 callers
Function
Swap
deps/protobuf/src/google/protobuf/repeated_ptr_field.h:368
↓ 30 callers
Function
TypeName
deps/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc:92
↓ 30 callers
Method
array
Returns the byte array that backs this buffer <i>(optional operation)</i>. <p>Call {@link #hasArray()} before invoking this method in order to ensure
deps/protobuf/java/core/src/main/java/com/google/protobuf/AllocatedBuffer.java:77
↓ 30 callers
Method
compare
Compares two timestamps. The value returned is identical to what would be returned by: {@code Timestamps.comparator().compare(x, y)}. @return the val
deps/protobuf/java/util/src/main/java/com/google/protobuf/util/Timestamps.java:134
↓ 30 callers
Method
compare
Compares two durations. The value returned is identical to what would be returned by: {@code Durations.comparator().compare(x, y)}. @return the value
deps/protobuf/java/util/src/main/java/com/google/protobuf/util/Durations.java:105
↓ 30 callers
Function
curl_url_strerror
deps/curl/lib/strerror.c:461
↓ 30 callers
Method
deserialize
* Create a request instance with the given bytes data. * @param {!ArrayBuffer} bytes * @return {!ConformanceRequest}
deps/protobuf/js/experimental/runtime/kernel/conformance/conformance_request.js:31
↓ 30 callers
Method
end
deps/gsc-tool/deps/fmt/test/ranges-test.cc:347
↓ 30 callers
Function
get16le
deps/stb/deprecated/stb_image.c:829
↓ 30 callers
Method
getVarintList
Get the list of varint values for this field.
deps/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSet.java:703
↓ 30 callers
Method
has_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
deps/json/tests/abi/include/nlohmann/json_v3_10_5.hpp:5035
↓ 30 callers
Method
hash
(ThreadContext context)
deps/protobuf/ruby/src/main/java/com/google/protobuf/jruby/RubyMap.java:239
↓ 30 callers
Method
isImm
()
deps/asmjit/db/exp.js:81
↓ 30 callers
Method
isRepeated
Is this field declared repeated?
deps/protobuf/java/core/src/main/java/com/google/protobuf/Descriptors.java:1184
↓ 30 callers
Method
key
deps/json/single_include/nlohmann/json.hpp:7339
↓ 30 callers
Method
load
deps/sol2/include/sol/state_view.hpp:577
↓ 30 callers
Method
mutable_options
deps/protobuf/src/google/protobuf/api.pb.h:827
↓ 30 callers
Method
readString
Reads and returns the next field of type {@code STRING} and advances the reader to the next field. If the stream contains malformed UTF-8, replace the
deps/protobuf/java/core/src/main/java/com/google/protobuf/Reader.java:129
↓ 30 callers
Method
remove
deps/asmjit/src/asmjit/core/zonetree.h:216
↓ 30 callers
Function
setup_malloc
deps/stb/stb_vorbis.c:950
↓ 30 callers
Function
stbi__get16le
deps/stb/stb_image.h:1713
↓ 30 callers
Function
stbi_load
deps/stb/deprecated/stb_image.c:572
↓ 30 callers
Function
stbi_rewind
deps/stb/deprecated/stb_image.c:478
↓ 30 callers
Function
stbte__activate
deps/stb/stb_tilemap_editor.h:1764
↓ 30 callers
Function
test
deps/stb/stb_divide.h:311
↓ 30 callers
Function
upb_FieldDef_CType
deps/protobuf/php/ext/google/protobuf/php-upb.c:5935
↓ 30 callers
Method
update
(self, *args)
deps/gsc-tool/deps/fmt/support/manage.py:52
↓ 30 callers
Method
workId
Returns the associated WorkReg id.
deps/asmjit/src/asmjit/core/radefs_p.h:861
↓ 30 callers
Method
writeDouble
Writes a field of type {@link FieldType#DOUBLE}.
deps/protobuf/java/core/src/main/java/com/google/protobuf/Writer.java:67
↓ 30 callers
Function
xTaskResumeAll
deps/mongoose/examples/nxp/frdm-mcxn947-xpresso-freertos-builtin/freertos/freertos-kernel/tasks.c:2174
↓ 30 callers
Function
zmemcpy
deps/gsc-tool/deps/zlib/zutil.c:145
↓ 30 callers
Function
zmemcpy
deps/zlib/zutil.c:145
↓ 29 callers
Method
AddFixed32
deps/protobuf/src/google/protobuf/unknown_field_set.cc:145
↓ 29 callers
Method
Clear
()
deps/protobuf/csharp/src/Google.Protobuf.Test/Collections/MapFieldTest.cs:251
↓ 29 callers
Method
ForBool
<summary> Retrieves a codec suitable for a bool field with the given tag. </summary> <param name="tag">The tag.</param> <returns>A codec for the given
deps/protobuf/csharp/src/Google.Protobuf/FieldCodec.cs:74
↓ 29 callers
Method
ForSInt32
<summary> Retrieves a codec suitable for an sint32 field with the given tag. </summary> <param name="tag">The tag.</param> <returns>A codec for the gi
deps/protobuf/csharp/src/Google.Protobuf/FieldCodec.cs:94
↓ 29 callers
Method
ForSInt64
<summary> Retrieves a codec suitable for an sint64 field with the given tag. </summary> <param name="tag">The tag.</param> <returns>A codec for the gi
deps/protobuf/csharp/src/Google.Protobuf/FieldCodec.cs:144
↓ 29 callers
Method
ForUInt32
<summary> Retrieves a codec suitable for a uint32 field with the given tag. </summary> <param name="tag">The tag.</param> <returns>A codec for the giv
deps/protobuf/csharp/src/Google.Protobuf/FieldCodec.cs:124
↓ 29 callers
Function
GetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
deps/gsc-tool/deps/fmt/test/gtest/gmock-gtest-all.cc:1359
↓ 29 callers
Function
HasHasbit
deps/protobuf/src/google/protobuf/compiler/java/java_helpers.h:390
↓ 29 callers
Function
HasPrefixString
---------------------------------------------------------------------- HasPrefixString() Check if a string begins with a given prefix. StripPrefixStri
deps/protobuf/src/google/protobuf/stubs/strutil.h:116
↓ 29 callers
Method
HasValue
<summary> Indicates whether the field in the specified message is set. For proto3 fields that aren't explicitly optional, this throws an <see cref="In
deps/protobuf/csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs:65
↓ 29 callers
Function
InternalGetOwningArena
deps/protobuf/src/google/protobuf/arena.h:502
↓ 29 callers
Method
Offset
Get the error offset, if \ref IsError(), 0 otherwise.
deps/rapidjson/include/rapidjson/error/error.h:118
↓ 29 callers
Function
ParseFloat
Parse a floating point number. Args: text: Text to parse. Returns: The number parsed. Raises: ValueError: If a floating point num
deps/protobuf/python/google/protobuf/text_format.py:1707
↓ 29 callers
Method
ReadGroup
<summary> Reads an embedded group field from the input. </summary>
deps/protobuf/csharp/src/Google.Protobuf/ParseContext.cs:256
↓ 29 callers
Function
ReadVarint32
deps/protobuf/src/google/protobuf/parse_context.h:658
↓ 29 callers
Method
ToString
()
deps/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/FieldCodecTest.cs:208
↓ 29 callers
Function
check_utf8string
create and check a JSON string with up to four UTF-8 bytes
deps/json/tests/src/unit-unicode2.cpp:122
↓ 29 callers
Function
curlx_uztoul
deps/curl/lib/warnless.c:148
↓ 29 callers
Method
encode_json
(msg, options = {})
deps/protobuf/ruby/lib/google/protobuf.rb:66
↓ 29 callers
Method
flags
deps/asmjit/src/asmjit/core/func.h:255
↓ 29 callers
Method
getContainingType
If this is a nested type, get the outer descriptor, otherwise null.
deps/protobuf/java/core/src/main/java/com/google/protobuf/Descriptors.java:705
↓ 29 callers
Method
getMessageType
()
deps/protobuf/php/src/Google/Protobuf/Internal/FileDescriptor.php:52
↓ 29 callers
Method
getMessageType
If the extension is a message extension (i.e., getLiteType() == MESSAGE), returns the type of the message, otherwise undefined.
deps/protobuf/java/core/src/main/java/com/google/protobuf/Extension.java:77
↓ 29 callers
Method
get_ptr
src/common/utils/nt.cpp:86
↓ 29 callers
Function
gss_delete_sec_context
deps/curl/tests/libtest/stub_gssapi.c:243
↓ 29 callers
Method
isNone
Tests whether this ExtraReg is none (same as calling `Operand_::isNone()`).
deps/asmjit/src/asmjit/core/operand.h:1083
↓ 29 callers
Method
kind
deps/protobuf/src/google/protobuf/type.pb.h:1682
↓ 29 callers
Function
mg_ntohs
deps/mongoose/mongoose.c:16389
↓ 29 callers
Function
mg_unpacked
deps/mongoose/src/fs_packed.c:24
↓ 29 callers
Method
mutable_field
deps/protobuf/src/google/protobuf/descriptor.pb.h:9452
↓ 29 callers
Function
or_
Performs a logical bitwise OP between bits specified in this array and bits in `other`. If `other` has less bits than `this` then all remaining bits a
deps/asmjit/src/asmjit/core/zonevector.h:645
↓ 29 callers
Method
parse
Parse from RFC 3339 date string to Timestamp. This method accepts all outputs of {@link #toString(Timestamp)} and it also accepts any fractional digit
deps/protobuf/java/util/src/main/java/com/google/protobuf/util/Timestamps.java:236
↓ 29 callers
Method
path
deps/protobuf/src/google/protobuf/descriptor.pb.h:14033
↓ 29 callers
Method
read
deps/DirectXTex/Auxiliary/DirectXTexEXR.cpp:107
↓ 29 callers
Function
select
deps/sol2/include/sol/function_types.hpp:208
↓ 29 callers
Method
setup
(self)
deps/curl/tests/http/testenv/env.py:327
↓ 29 callers
Function
shl
deps/asmjit/src/asmjit/core/support.h:160
↓ 29 callers
Function
stb_rand
deps/stb/tests/prerelease/stb_lib.h:3022
← previous
next →
1,501–1,600 of 88,754, ranked by callers