MCPcopy Create free account

hub / github.com/HorizonMW/HorizonMW-Client / functions

Functions88,754 in github.com/HorizonMW/HorizonMW-Client

↓ 16 callersMethodReadSInt32
<summary> Reads an sint32 field value from the input. </summary>
deps/protobuf/csharp/src/Google.Protobuf/ParseContext.cs:310
↓ 16 callersFunctionReadString
deps/protobuf/src/google/protobuf/parse_context.h:155
↓ 16 callersMethodRenderFloat
deps/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc:127
↓ 16 callersMethodRun
deps/protobuf/src/google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc:113
↓ 16 callersMethodSpaceUsed
deps/protobuf/src/google/protobuf/arena.cc:183
↓ 16 callersMethodStartArray
deps/rapidjson/test/unittest/valuetest.cpp:1748
↓ 16 callersFunctionTIMFUNC
RDTSC from Scott Duplichan */
deps/libtommath/demo/timing.c:59
↓ 16 callersFunctionTIM_CCxNChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel xN. * @param TIMx to select the TIM peripheral * @param Channel specifies the TIM
deps/mongoose/examples/stm32/nucleo-f429zi-cube-freertos-builtin/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:2405
↓ 16 callersFunctionTIM_CCxNChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel xN. * @param TIMx to select the TIM peripheral * @param Channel specifies the TIM
deps/mongoose/examples/stm32/nucleo-f746zg-cube-freertos-builtin/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_tim_ex.c:2586
↓ 16 callersFunctionTIM_CCxNChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel xN. * @param TIMx to select the TIM peripheral * @param Channel specifies the TIM
deps/mongoose/examples/stm32/nucleo-f429zi-cube-baremetal-builtin/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:2405
↓ 16 callersFunctionTIM_CCxNChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel xN. * @param TIMx to select the TIM peripheral * @param Channel specifies the TIM
deps/mongoose/examples/stm32/nucleo-h743zi-cube-baremetal-builtin/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c:2924
↓ 16 callersFunctionTIM_CCxNChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel xN. * @param TIMx to select the TIM peripheral * @param Channel specifies the TIM
deps/mongoose/examples/stm32/nucleo-f429zi-cube-freertos-lwip/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:2405
↓ 16 callersFunctionTIM_CCxNChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel xN. * @param TIMx to select the TIM peripheral * @param Channel specifies the TIM
deps/mongoose/examples/stm32/nucleo-f746zg-cube-freertos-lwip/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_tim_ex.c:2586
↓ 16 callersFunctionTIM_CCxNChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel xN. * @param TIMx to select the TIM peripheral * @param Channel specifies the TIM
deps/mongoose/examples/stm32/nucleo-f746zg-cube-baremetal-builtin/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_tim_ex.c:2586
↓ 16 callersFunctionTIM_CCxNChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel xN. * @param TIMx to select the TIM peripheral * @param Channel specifies the TIM
deps/mongoose/examples/stm32/nucleo-h743zi-cube-freertos-builtin/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c:2924
↓ 16 callersMethodTestEmptyMessage
()
deps/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/Unittest.cs:10721
↓ 16 callersMethodToBase64
<summary> Converts this <see cref="ByteString"/> into a standard base64 representation. </summary> <returns>A base64 representation of this <c>ByteStr
deps/protobuf/csharp/src/Google.Protobuf/ByteString.cs:143
↓ 16 callersFunctionUint128Low64
Methods to access low and high pieces of 128-bit value. Defined externally from uint128 to facilitate conversion to native 128-bit types when compiler
deps/protobuf/src/google/protobuf/stubs/int128.h:130
↓ 16 callersFunctionWireTypeForFieldType
Given a FieldDescriptor::Type return its WireType
deps/protobuf/src/google/protobuf/wire_format_lite.h:155
↓ 16 callersFunctionWriteChar
Writes an individual character to the output.
deps/protobuf/src/google/protobuf/util/internal/json_objectwriter.h:248
↓ 16 callersMethod_InternalParse
deps/protobuf/src/google/protobuf/api.pb.cc:284
↓ 16 callersMethodaccept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
deps/json/tests/abi/include/nlohmann/json_v3_10_5.hpp:10852
↓ 16 callersFunctionadd2list
deps/curl/src/tool_paramhlp.c:549
↓ 16 callersFunctionassertStorageEntries
* Asserts a single IndexEntry at a given field number. * @param {!BinaryStorage} storage * @param {number} fieldNumber * @param {...!IndexEntry} ex
deps/protobuf/js/experimental/runtime/kernel/indexer_test.js:44
↓ 16 callersFunctionbegin
deps/protobuf/src/google/protobuf/stubs/stringpiece.h:305
↓ 16 callersMethodbytes
Helper to construct a byte array from a bunch of bytes. The inputs are actually ints so that I can use hex notation and not get stupid errors about pr
deps/protobuf/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java:134
↓ 16 callersMethodcheckNotEqual
Asserts that the given protos are not equal and have different hash codes. <p><b>Note:</b> It's valid for non-equal objects to have the same hash cod
deps/protobuf/java/core/src/test/java/com/google/protobuf/AbstractMessageTest.java:571
↓ 16 callersMethodcheckRecursionLimit
()
deps/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java:198
↓ 16 callersMethodcompare
(ByteString former, ByteString latter)
deps/protobuf/java/core/src/main/java/com/google/protobuf/ByteString.java:302
↓ 16 callersMethodcopyFrom
Copies the specified range of the specified array into a new array
deps/protobuf/java/core/src/main/java/com/google/protobuf/ByteString.java:110
↓ 16 callersMethodcreate_table
deps/sol2/include/sol/state_view.hpp:828
↓ 16 callersFunctioncurl_multi_socket_action
deps/curl/lib/multi.c:3406
↓ 16 callersFunctioncurl_share_cleanup
deps/curl/lib/share.c:210
↓ 16 callersFunctioncurlx_verify_windows_version
* curlx_verify_windows_version() * * This is used to verify if we are running on a specific windows version. * * Parameters: * * majorVersion [i
deps/curl/lib/version_win32.c:72
↓ 16 callersFunctionderef
deps/sol2/include/sol/pointer_like.hpp:65
↓ 16 callersFunctionerror
deps/lua/lundump.c:40
↓ 16 callersFunctionget32
deps/stb/deprecated/stb_image.c:823
↓ 16 callersMethodgetAllExtensionsSet
Get a {@code TestAllExtensions} with all fields set as they would be by {@link #setAllExtensions(TestAllExtensions.Builder)}.
deps/protobuf/java/core/src/test/java/com/google/protobuf/TestUtil.java:298
↓ 16 callersMethodgetArrayEntryAt
@return The array entry at the given {@code index}.
deps/protobuf/java/core/src/main/java/com/google/protobuf/SmallSortedMap.java:183
↓ 16 callersMethodgetByteString
(int index)
deps/protobuf/java/core/src/main/java/com/google/protobuf/LazyStringArrayList.java:234
↓ 16 callersMethodgetInt64WithDefault
* Returns a int64 for the given field number. * If no default is given zero as the default. * @param {number} fieldNumber * @param {!Int64=}
deps/protobuf/js/experimental/runtime/kernel/kernel.js:654
↓ 16 callersMethodgetMessage
Get the message for the field. If the message is currently stored as a {@code Builder}, it is converted to a {@code Message} by calling {@link Message
deps/protobuf/java/core/src/main/java/com/google/protobuf/SingleFieldBuilderV3.java:97
↓ 16 callersMethodgetSfixed32WithDefault
* Returns a sfixed32 for the given field number. * If no default is given zero as the default. * @param {number} fieldNumber * @param {number
deps/protobuf/js/experimental/runtime/kernel/kernel.js:669
↓ 16 callersMethodgetSfixed64WithDefault
* Returns a sfixed64 for the given field number. * If no default is given zero as the default. * @param {number} fieldNumber * @param {!Int64
deps/protobuf/js/experimental/runtime/kernel/kernel.js:684
↓ 16 callersMethodgetStringWithDefault
* Returns a string for the given field number. * If no default is given uses empty string as the default. * @param {number} fieldNumber * @pa
deps/protobuf/js/experimental/runtime/kernel/kernel.js:729
↓ 16 callersFunctionget_error_message
deps/json/tests/src/unit-class_lexer.cpp:27
↓ 16 callersMethodgetvalue
(self)
deps/protobuf/python/google/protobuf/text_format.py:109
↓ 16 callersFunctiongpio_mux_config
which peripheral feeds the pin
deps/mongoose/examples/nxp/rt1170-evk-make-freertos-builtin/hal.h:41
↓ 16 callersFunctiongpio_mux_config
which peripheral feeds the pin
deps/mongoose/examples/nxp/rt1170-evk-make-baremetal-builtin/hal.h:41
↓ 16 callersFunctiongpio_pad_config
pin driver/pull-up/down configuration (allow both cores)
deps/mongoose/examples/nxp/rt1170-evk-make-freertos-builtin/hal.h:63
↓ 16 callersFunctiongpio_pad_config
pin driver/pull-up/down configuration (allow both cores)
deps/mongoose/examples/nxp/rt1170-evk-make-baremetal-builtin/hal.h:63
↓ 16 callersMethodhasBaseReg
Tests whether the BASE operand is a register (registers start after `RegType::kLabelTag`).
deps/asmjit/src/asmjit/core/operand.h:1495
↓ 16 callersMethodhasOffset
Tests whether the memory operand has a non-zero offset or absolute address.
deps/asmjit/src/asmjit/core/operand.h:1566
↓ 16 callersMethodhas_json_name
deps/protobuf/src/google/protobuf/descriptor.pb.h:10326
↓ 16 callersMethodindent
()
deps/protobuf/java/util/src/main/java/com/google/protobuf/util/JsonFormat.java:617
↓ 16 callersMethodindexId
Returns the id of the INDEX register.
deps/asmjit/src/asmjit/core/operand.h:1523
↓ 16 callersFunctioninflateStateCheck
deps/gsc-tool/deps/zlib/inflate.c:94
↓ 16 callersFunctioninflateStateCheck
deps/zlib/inflate.c:94
↓ 16 callersMethodinternalGetFieldAccessorTable
Get the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with Descr
deps/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessage.java:461
↓ 16 callersMethodinternalGetFieldAccessorTable
Get the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with Descr
deps/protobuf/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java:634
↓ 16 callersFunctionisInt8
Tests whether a given type is a scalar 8-bit integer (signed).
deps/asmjit/src/asmjit/core/type.h:189
↓ 16 callersMethodisValidUtf8
Helper called by generated code to determine if a byte array is a valid UTF-8 encoded string such that the original bytes can be converted to a String
deps/protobuf/java/core/src/main/java/com/google/protobuf/Internal.java:178
↓ 16 callersMethodisVec
Tests whether the register is a vector register.
deps/asmjit/src/asmjit/core/operand.h:955
↓ 16 callersFunctionis_array
@brief return whether value is an array @sa https://json.nlohmann.me/api/basic_json/is_array/
deps/json/tests/abi/include/nlohmann/json_v3_10_5.hpp:18518
↓ 16 callersFunctionis_array
@brief return whether value is an array @sa https://json.nlohmann.me/api/basic_json/is_array/
deps/json/single_include/nlohmann/json.hpp:20667
↓ 16 callersFunctionis_numeric
src/common/utils/string.cpp:208
↓ 16 callersMethodis_valid
src/common/utils/nt.cpp:112
↓ 16 callersFunctionjsonenc_printf
deps/protobuf/php/ext/google/protobuf/php-upb.c:10701
↓ 16 callersFunctionjsonenc_printf
deps/protobuf/ruby/ext/google/protobuf_c/ruby-upb.c:10411
↓ 16 callersFunctionkeccak_done
deps/libtomcrypt/src/hashes/sha3.c:320
↓ 16 callersFunctionlua_getstack
deps/lua/ldebug.c:160
↓ 16 callersFunctionlua_setmetatable
deps/lua/lapi.c:933
↓ 16 callersFunctionlua_xmove
deps/lua/lapi.c:128
↓ 16 callersFunctionmg_file_read
deps/mongoose/src/fs.c:25
↓ 16 callersFunctionmg_json_get_num
deps/mongoose/src/json.c:275
↓ 16 callersFunctionmg_strcasecmp
deps/mongoose/src/str.c:54
↓ 16 callersFunctionmg_tls_derive_secret
TLS1.3 secret derivation based on the key label
deps/mongoose/mongoose.c:9676
↓ 16 callersFunctionmg_tls_derive_secret
TLS1.3 secret derivation based on the key label
deps/mongoose/src/tls_builtin.c:233
↓ 16 callersFunctionmp_div
deps/libtommath/mp_div.c:6
↓ 16 callersFunctionnetconn_apimsg
* Call the lower part of a netconn_* function * This function is then running in the thread context * of tcpip_thread and has exclusive access to lw
deps/mongoose/examples/stm32/nucleo-f429zi-cube-freertos-lwip/Middlewares/Third_Party/LwIP/src/api/api_lib.c:117
↓ 16 callersFunctionnetconn_apimsg
* Call the lower part of a netconn_* function * This function is then running in the thread context * of tcpip_thread and has exclusive access to lw
deps/mongoose/examples/stm32/nucleo-f746zg-cube-freertos-lwip/Middlewares/Third_Party/LwIP/src/api/api_lib.c:117
↓ 16 callersMethodnewInstanceForTest
Creates a new instance for testing. @param arraySize The size of the entry array containing the lexicographically smallest mappings.
deps/protobuf/java/core/src/main/java/com/google/protobuf/SmallSortedMap.java:125
↓ 16 callersMethodnewMap
(K key1, V value1)
deps/protobuf/java/core/src/test/java/com/google/protobuf/MapForProto2LiteTest.java:533
↓ 16 callersMethodnewMap
(K key1, V value1)
deps/protobuf/java/core/src/test/java/com/google/protobuf/MapForProto2Test.java:437
↓ 16 callersFunctionnext
deps/protobuf/php/ext/google/protobuf/php-upb.c:2553
↓ 16 callersMethodnextToken
Advance to the next token.
deps/protobuf/java/core/src/main/java/com/google/protobuf/TextFormat.java:996
↓ 16 callersFunctionopen_buffered_file
deps/gsc-tool/deps/fmt/test/os-test.cc:350
↓ 16 callersMethodoperator[]
indexable
deps/protobuf/src/google/protobuf/repeated_field.h:1131
↓ 16 callersMethodparseFailure
()
deps/protobuf/java/core/src/main/java/com/google/protobuf/InvalidProtocolBufferException.java:167
↓ 16 callersMethodparseInt64
Parse a 64-bit signed integer from the text. Unlike the Java standard {@code Integer.parseInt()}, this function recognizes the prefixes "0x" and "0" t
deps/protobuf/java/core/src/main/java/com/google/protobuf/TextFormat.java:2601
↓ 16 callersFunctionptr_zdi
deps/asmjit/src/asmjit/x86/x86emitter.h:182
↓ 16 callersMethodputInt
(Object target, long offset, int value)
deps/protobuf/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:131
↓ 16 callersFunctionpvPortMalloc
deps/mongoose/examples/stm32/nucleo-f429zi-cube-freertos-builtin/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:115
↓ 16 callersFunctionpvPortMalloc
deps/mongoose/examples/stm32/nucleo-f429zi-cube-freertos-lwip/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:115
↓ 16 callersFunctionpvPortMalloc
deps/mongoose/examples/stm32/nucleo-f746zg-cube-freertos-lwip/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:113
↓ 16 callersFunctionpvPortMalloc
deps/mongoose/examples/stm32/nucleo-h743zi-cube-freertos-builtin/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:115
↓ 16 callersFunctionread
deps/gsc-tool/deps/zlib/contrib/iostream2/zstream.h:115
↓ 16 callersMethodreadEnum
Reads and returns the next field of type {@code ENUM} and advances the reader to the next field.
deps/protobuf/java/core/src/main/java/com/google/protobuf/Reader.java:186
↓ 16 callersMethodreadGroup
Reads and returns the next field of type {@code GROUP} and advances the reader to the next field. @deprecated groups fields are deprecated.
deps/protobuf/java/core/src/main/java/com/google/protobuf/Reader.java:154
↓ 16 callersMethodreadRawVarint32
Read a raw Varint from the stream. If larger than 32 bits, discard the upper bits.
deps/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java:363
← previousnext →2,701–2,800 of 88,754, ranked by callers