Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ functions
Functions
4,450 in github.com/EmbeddedRPC/erpc
⨍
Functions
4,450
◇
Types & classes
989
↓ 8 callers
Method
next
erpcgen/src/options.cpp:138
↓ 8 callers
Method
releaseRequest
erpc_c/infra/erpc_client_manager.cpp:209
↓ 8 callers
Method
run
(self, captureOutput: bool = False)
erpcgen/test/conftest.py:228
↓ 8 callers
Method
set
! * @brief This function set new buffer and his length. * * This function set buffer to read/write data. * * @param[in] buffe
erpc_c/infra/erpc_message_buffer.hpp:67
↓ 8 callers
Method
setDataType
! * @brief This function sets constant data type. * * @param[in] dataType Constant data type. */
erpcgen/src/types/ConstType.hpp:63
↓ 8 callers
Method
setParent
! * @brief This function set parent for this node. * * @param[in] newParent Pointer to given parent node. */
erpcgen/src/AstNode.hpp:174
↓ 8 callers
Method
writeUInt16
(final int value)
erpc_java/src/main/java/io/github/embeddedrpc/erpc/codec/BasicCodec.java:124
↓ 7 callers
Function
BoolFromGTestEnv
Reads and returns the Boolean environment variable corresponding to the given flag; if it's not set, returns default_value. The value is considered t
test/common/gtest/gtest.cpp:9802
↓ 7 callers
Function
ForEach
test/common/gtest/gtest.cpp:702
↓ 7 callers
Function
GTEST_LOCK_EXCLUDED_
test/common/gtest/gtest.cpp:5362
↓ 7 callers
Function
InitGoogleTest
Initializes Google Test. This must be called before calling RUN_ALL_TESTS(). In particular, it parses a command line for the flags that Google Test
test/common/gtest/gtest.cpp:6921
↓ 7 callers
Function
RUN_ALL_TESTS
test/common/gtest/gtest.h:20846
↓ 7 callers
Function
StringStreamToString
Converts the buffer in a stringstream to an std::string, converting NUL bytes to "\\0" along the way.
test/common/gtest/gtest.cpp:3454
↓ 7 callers
Function
SumOverTestCaseList
Iterates over a vector of TestCases, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
test/common/gtest/gtest.cpp:1817
↓ 7 callers
Function
_resize_main
()
scripts/kconfig/menuconfig.py:1034
↓ 7 callers
Function
_width
(win)
scripts/kconfig/menuconfig.py:1082
↓ 7 callers
Method
addMember
erpcgen/src/types/Type.cpp:315
↓ 7 callers
Method
clone
! * @brief This function returns an exact duplicate of this object. * * @return Pointer to new (cloned) AstNode object. */
erpcgen/src/AstNode.hpp:109
↓ 7 callers
Method
computeCRC16
erpc_c/infra/erpc_crc16.cpp:24
↓ 7 callers
Method
getParent
@name Parent @{ ! * @brief This function returns pointer to parent node. * * @return Pointer to parent node. */
erpcgen/src/AstNode.hpp:167
↓ 7 callers
Method
getReturnStructMemberType
! * @brief This function returns data type of function return value. * * @return Return data type of function return value. */
erpcgen/src/types/Function.hpp:70
↓ 7 callers
Method
getTokenName
erpcgen/src/Token.cpp:44
↓ 7 callers
Method
getValue
()
test/java_impl_tests/src/main/java/io/github/embeddedrpc/erpc/tests/common/myEnum.java:19
↓ 7 callers
Method
hasValue
@name Value @{ ! * @brief This function return true/false, when token has/hasn't value. * * @retval true When token has value. * @
erpcgen/src/Token.hpp:189
↓ 7 callers
Method
log
erpcgen/src/Logging.cpp:21
↓ 7 callers
Method
message
(self)
erpc_python/erpc/client.py:93
↓ 7 callers
Method
os_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
test/common/gtest/gtest.cpp:6459
↓ 7 callers
Method
readUInt32
()
erpc_java/src/main/java/io/github/embeddedrpc/erpc/codec/BasicCodec.java:236
↓ 7 callers
Method
release
test/common/gtest/gtest.h:2275
↓ 7 callers
Method
run
erpc_c/infra/erpc_simple_server.cpp:22
↓ 7 callers
Method
size
! * @brief This function returns number of elements in queue. * * @return Number of elements in queue. */
erpc_c/infra/erpc_static_queue.hpp:98
↓ 7 callers
Method
stop
()
test/java_impl_tests/src/test/java/io/github/embeddedrpc/erpc/tests/TestingServer.java:29
↓ 6 callers
Function
Abort
test/common/gtest/gtest.cpp:9735
↓ 6 callers
Function
ChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
test/common/gtest/gtest.cpp:3219
↓ 6 callers
Function
FormatFileLocation
Formats a source file path and a line number as they would appear in an error message from the compiler used to compile this code.
test/common/gtest/gtest.cpp:9497
↓ 6 callers
Function
FormatForComparisonFailureMessage
test/common/gtest/gtest.h:19619
↓ 6 callers
Function
FormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
test/common/gtest/gtest.cpp:9291
↓ 6 callers
Function
IsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
test/common/gtest/gtest.cpp:9244
↓ 6 callers
Function
IsPathSeparator
Returns whether the given character is a valid path separator.
test/common/gtest/gtest.cpp:8360
↓ 6 callers
Method
Lock
test/common/gtest/gtest.cpp:8876
↓ 6 callers
Function
ParseStringFlag
Parses a string for a string flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
test/common/gtest/gtest.cpp:6665
↓ 6 callers
Function
SkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
test/common/gtest/gtest.cpp:6579
↓ 6 callers
Method
_expect_str_and_eol
(self)
scripts/kconfig/kconfiglib.py:2640
↓ 6 callers
Function
_is_base_n
(s, n)
scripts/kconfig/kconfiglib.py:6465
↓ 6 callers
Method
_parse_cond
(self)
scripts/kconfig/kconfiglib.py:3200
↓ 6 callers
Function
_warn
(*args)
scripts/kconfig/menuconfig.py:3178
↓ 6 callers
Method
addMessageLogger
erpc_c/infra/erpc_message_loggers.cpp:40
↓ 6 callers
Method
add_service
(self, service)
erpc_python/erpc/server.py:63
↓ 6 callers
Method
computeCRC16
(self, data)
erpc_python/erpc/crc16.py:27
↓ 6 callers
Method
dispose
! * @brief This function disposes message buffer. * * @param[in] buf MessageBuffer to dispose. */
erpc_c/setup/erpc_setup_mbf_rpmsg.cpp:67
↓ 6 callers
Method
equals
(Object o)
erpc_java/src/main/java/io/github/embeddedrpc/erpc/auxiliary/MessageInfo.java:69
↓ 6 callers
Function
erpc_add_service_to_server
erpc_c/setup/erpc_server_setup.cpp:125
↓ 6 callers
Function
erpc_client_init
erpc_c/setup/erpc_client_setup.cpp:46
↓ 6 callers
Function
erpc_server_poll
erpc_c/setup/erpc_server_setup.cpp:162
↓ 6 callers
Method
getCrc16
erpc_c/infra/erpc_framed_transport.cpp:48
↓ 6 callers
Method
getDiscriminatorName
! * @brief This function returns union discriminator name. * * @return Union discriminator name. */
erpcgen/src/types/UnionType.hpp:146
↓ 6 callers
Method
getFunctionType
! * @brief This function returns FunctionType (callback type). * * @return FunctionType (callback type). */
erpcgen/src/types/Function.hpp:197
↓ 6 callers
Method
getTransport
()
erpc_java/src/main/java/io/github/embeddedrpc/erpc/server/Server.java:43
↓ 6 callers
Method
getTrueContainerDataType
erpcgen/src/types/Type.cpp:473
↓ 6 callers
Method
isDatatypeSymbol
! * @brief This function is testing symbol type. * * @retval true When symbol is TypenameSymbol. * @retval false When symbol isn't
erpcgen/src/types/Symbol.hpp:165
↓ 6 callers
Method
isIdentifierTok
erpcgen/src/Token.cpp:54
↓ 6 callers
Function
listeners
Provides access to the event listener list.
test/common/gtest/gtest.cpp:1009
↓ 6 callers
Function
printMatrix
(matrix)
examples/matrix_multiply_python/matrix_multiply.py:44
↓ 6 callers
Method
printMatrix
(int[][] matrix)
examples/matrix_multiply_java/src/main/java/io/github/embeddedrpc/erpc/example/Main.java:127
↓ 6 callers
Method
readUInt16
()
erpc_java/src/main/java/io/github/embeddedrpc/erpc/codec/BasicCodec.java:231
↓ 6 callers
Function
search
(_=None)
scripts/kconfig/guiconfig.py:1757
↓ 6 callers
Method
selection
See the class documentation.
scripts/kconfig/kconfiglib.py:5340
↓ 6 callers
Method
sequence
Get message sequence. @return sequence
erpc_java/src/main/java/io/github/embeddedrpc/erpc/auxiliary/MessageInfo.java:65
↓ 6 callers
Method
setBuffer
! * @brief Prototype for set message buffer used for read and write data. * * @param[in] buf Message buffer to set. * @param[in] s
erpc_c/infra/erpc_codec.hpp:83
↓ 6 callers
Function
sis
(expr, val, title)
scripts/kconfig/menuconfig.py:2730
↓ 6 callers
Function
sis
(expr, val, title)
scripts/kconfig/guiconfig.py:2205
↓ 6 callers
Method
startReadMessage
Read message info. @return Message info
erpc_java/src/main/java/io/github/embeddedrpc/erpc/codec/Codec.java:167
↓ 6 callers
Method
writeInt32
(final int value)
erpc_java/src/main/java/io/github/embeddedrpc/erpc/codec/BasicCodec.java:105
↓ 5 callers
Function
EqFailure
Constructs and returns the message for an equality assertion (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. The first four parameters are the expressio
test/common/gtest/gtest.cpp:2784
↓ 5 callers
Function
FormatDeathTestOutput
Returns an indented copy of stderr output for a death test. This makes distinguishing death test output lines from regular log lines much easier.
test/common/gtest/gtest.cpp:7421
↓ 5 callers
Function
GetLastErrnoDescription
Returns the message describing the last system error in errno.
test/common/gtest/gtest.cpp:7232
↓ 5 callers
Function
Int32FromEnvOrDie
Parses the environment variable var as an Int32. If it is unset, returns default_val. If it is not an Int32, prints an error and aborts.
test/common/gtest/gtest.cpp:6301
↓ 5 callers
Function
StringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
test/common/gtest/gtest.cpp:9834
↓ 5 callers
Method
Thread
erpc_c/port/erpc_threading_mbed.cpp:31
↓ 5 callers
Method
__init__
(self)
erpc_python/erpc/transport.py:42
↓ 5 callers
Function
_dt_units_to_scale
(unit)
scripts/kconfig/kconfigfunctions.py:38
↓ 5 callers
Function
_getch_compat
(win)
scripts/kconfig/menuconfig.py:3145
↓ 5 callers
Function
_item_row
(item)
scripts/kconfig/guiconfig.py:1071
↓ 5 callers
Method
_parse_expr
(self, transform_m)
scripts/kconfig/kconfiglib.py:3467
↓ 5 callers
Function
_select
(tree, item)
scripts/kconfig/guiconfig.py:1592
↓ 5 callers
Method
_strip_dep
(self, expr)
scripts/kconfig/kconfiglib.py:5993
↓ 5 callers
Method
_trailing_tokens_error
(self)
scripts/kconfig/kconfiglib.py:3985
↓ 5 callers
Function
enableFirstSide
test/test_arbitrator/test_arbitrator_client_impl.cpp:108
↓ 5 callers
Function
erpc_arbitrated_client_init
erpc_c/setup/erpc_arbitrated_client_setup.cpp:51
↓ 5 callers
Function
erpc_arbitrated_client_set_crc
erpc_c/setup/erpc_arbitrated_client_setup.cpp:168
↓ 5 callers
Function
erpc_arbitrated_client_set_server
erpc_c/setup/erpc_arbitrated_client_setup.cpp:178
↓ 5 callers
Function
erpc_arbitrated_client_set_server_thread_id
erpc_c/setup/erpc_arbitrated_client_setup.cpp:187
↓ 5 callers
Function
erpc_transport_tcp_deinit
erpc_c/setup/erpc_setup_tcp.cpp:70
↓ 5 callers
Function
erpc_transport_tcp_init
erpc_c/setup/erpc_setup_tcp.cpp:26
↓ 5 callers
Method
getCaseValue
! * @brief This function returns union case value. * * @return Union case value. */
erpcgen/src/types/UnionCase.hpp:82
↓ 5 callers
Method
getSymbolDirections
erpcgen/src/types/Type.cpp:425
↓ 5 callers
Method
getTokenString
! * @brief This function returns string representation of this node token value. * * @return Node token value string representation.
erpcgen/src/AstNode.hpp:157
↓ 5 callers
Method
getTokenValue
! * @brief This function returns value of token of this node. * * @return Node token value pointer. */
erpcgen/src/AstNode.hpp:150
↓ 5 callers
Method
get_var_value
erpcgen/src/cpptemplate/cpptempl.cpp:1114
↓ 5 callers
Function
isNullOpt
Is this option-char null?
erpcgen/src/options.cpp:309
← previous
next →
201–300 of 4,450, ranked by callers