Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeOpcUa/freeopcua
/ functions
Functions
10,842 in github.com/FreeOpcUa/freeopcua
⨍
Functions
10,842
◇
Types & classes
3,957
↓ 6 callers
Function
FormatEpochTimeInMillisAsIso8601
Converts the given epoch time in milliseconds to a date string in the ISO 8601 format, without the timezone information.
tests/gmock/gtest/src/gtest.cc:3221
↓ 6 callers
Function
FormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
tests/gtest/src/gtest-port.cc:250
↓ 6 callers
Function
FormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
tests/gmock/gtest/src/gtest-port.cc:250
↓ 6 callers
Function
FormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
tests/gmock/fused-src/gmock-gtest-all.cc:8460
↓ 6 callers
Function
GenerateFatalFailureInAnotherThread
tests/gtest/test/gtest_stress_test.cc:172
↓ 6 callers
Function
GenerateFatalFailureInAnotherThread
tests/gmock/gtest/test/gtest_stress_test.cc:172
↓ 6 callers
Function
GetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
tests/gtest/src/gtest.cc:377
↓ 6 callers
Function
GetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
tests/gmock/gtest/src/gtest.cc:377
↓ 6 callers
Method
GetNextPrime
tests/gtest/samples/sample8_unittest.cc:69
↓ 6 callers
Method
GetNextPrime
tests/gmock/gtest/samples/sample8_unittest.cc:69
↓ 6 callers
Function
GetNodeField
src/protocol/string_utils.cpp:766
↓ 6 callers
Function
GetRawPointer
tests/gmock/fused-src/gmock/gmock.h:558
↓ 6 callers
Function
GetThreadCount
Returns the number of threads running in the process, or 0 to indicate that we cannot detect it.
tests/gtest/src/gtest-port.cc:89
↓ 6 callers
Function
GetThreadCount
Returns the number of threads running in the process, or 0 to indicate that we cannot detect it.
tests/gmock/gtest/src/gtest-port.cc:89
↓ 6 callers
Method
HasNamespaceURI
src/protocol/nodeid.cpp:470
↓ 6 callers
Method
HasServerIndex
src/protocol/nodeid.cpp:475
↓ 6 callers
Function
IsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
tests/gmock/fused-src/gmock-gtest-all.cc:8413
↓ 6 callers
Function
IsPathSeparator
Returns whether the given character is a valid path separator.
tests/gtest/src/gtest-filepath.cc:92
↓ 6 callers
Function
IsPathSeparator
Returns whether the given character is a valid path separator.
tests/gmock/gtest/src/gtest-filepath.cc:92
↓ 6 callers
Function
IsPathSeparator
Returns whether the given character is a valid path separator.
tests/gmock/fused-src/gmock-gtest-all.cc:7926
↓ 6 callers
Function
LhsSize
tests/gmock/fused-src/gmock/gmock.h:8359
↓ 6 callers
Function
Log
Prints the given message to stdout iff 'severity' >= the level specified by the --gmock_verbose flag. If stack_frames_to_skip >= 0, also prints the s
tests/gmock/fused-src/gmock-gtest-all.cc:9914
↓ 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,
tests/gtest/src/gtest.cc:4749
↓ 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,
tests/gmock/gtest/src/gtest.cc:4749
↓ 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,
tests/gmock/fused-src/gmock-gtest-all.cc:6233
↓ 6 callers
Function
RegisterServicesRegistry
tests/server/services_registry_test.h:23
↓ 6 callers
Method
Reset
tests/gtest/src/gtest-internal-inl.h:1025
↓ 6 callers
Method
Reset
tests/gmock/gtest/src/gtest-internal-inl.h:1025
↓ 6 callers
Method
Reset
tests/gmock/fused-src/gmock-gtest-all.cc:1382
↓ 6 callers
Function
ReturnRef
tests/gmock/fused-src/gmock/gmock.h:1989
↓ 6 callers
Function
RhsSize
tests/gmock/fused-src/gmock/gmock.h:8360
↓ 6 callers
Function
Set
tests/gmock/fused-src/gtest/gtest.h:3764
↓ 6 callers
Function
SetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
tests/gtest/test/gtest_filter_unittest.py:169
↓ 6 callers
Function
SetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
tests/gmock/gtest/test/gtest_filter_unittest.py:169
↓ 6 callers
Method
SetNamespaceURI
src/protocol/nodeid.cpp:480
↓ 6 callers
Method
SetServerIndex
src/protocol/nodeid.cpp:486
↓ 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
tests/gmock/fused-src/gmock-gtest-all.cc:6147
↓ 6 callers
Method
TestHelpFlag
Verifies correct behavior when help flag is specified. The right message must be printed and the tests must skipped when the given flag is sp
tests/gtest/test/gtest_help_test.py:101
↓ 6 callers
Method
TestHelpFlag
Verifies correct behavior when help flag is specified. The right message must be printed and the tests must skipped when the given flag is sp
tests/gmock/gtest/test/gtest_help_test.py:101
↓ 6 callers
Method
VerifyRegisteredTestNames
Verifies that registered_tests match the test names in defined_test_names_; returns registered_tests if successful, or aborts the program otherwise.
tests/gtest/src/gtest-typed-test.cc:51
↓ 6 callers
Method
VerifyRegisteredTestNames
Verifies that registered_tests match the test names in defined_test_names_; returns registered_tests if successful, or aborts the program otherwise.
tests/gmock/gtest/src/gtest-typed-test.cc:51
↓ 6 callers
Method
WaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
tests/gtest/include/gtest/internal/gtest-port.h:1248
↓ 6 callers
Method
WaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
tests/gmock/gtest/fused-src/gtest/gtest.h:2441
↓ 6 callers
Method
_AddBackTokens
(self, tokens)
tests/gmock/scripts/generator/cpp/ast.py:917
↓ 6 callers
Method
_GetMethod
(self, return_type_and_name, modifiers, templated_types, get_paren)
tests/gmock/scripts/generator/cpp/ast.py:958
↓ 6 callers
Method
compare
Lexicographically compare this string reference to other.
include/opc/spdlog/fmt/bundled/format.h:513
↓ 6 callers
Function
const_check
include/opc/spdlog/fmt/bundled/format.h:351
↓ 6 callers
Method
debug
include/opc/spdlog/details/logger_impl.h:132
↓ 6 callers
Method
failed_test_count
Gets the number of failed tests.
tests/gmock/fused-src/gmock-gtest-all.cc:2218
↓ 6 callers
Function
filename_to_str
include/opc/spdlog/details/os.h:359
↓ 6 callers
Method
line
tests/gmock/fused-src/gmock/gmock.h:9602
↓ 6 callers
Method
make_node_code
(self, obj, indent)
schemas/generate_address_space.py:240
↓ 6 callers
Method
make_refs_code
(self, obj, indent)
schemas/generate_address_space.py:374
↓ 6 callers
Function
parse_nonnegative_int
include/opc/spdlog/fmt/bundled/format.h:4088
↓ 6 callers
Method
set_formatter
include/opc/spdlog/details/logger_impl.h:51
↓ 6 callers
Method
stop
(self)
python/tests/test_highlevel.py:473
↓ 5 callers
Method
AbortCalls
tests/gtest/test/gtest-death-test_test.cc:831
↓ 5 callers
Method
AbortCalls
tests/gmock/gtest/test/gtest-death-test_test.cc:831
↓ 5 callers
Method
AddEndpoints
src/server/endpoints_services_addon.cpp:54
↓ 5 callers
Method
AssumeRoleCalls
Accessors.
tests/gtest/test/gtest-death-test_test.cc:827
↓ 5 callers
Method
AssumeRoleCalls
Accessors.
tests/gmock/gtest/test/gtest-death-test_test.cc:827
↓ 5 callers
Method
Browse
src/client/binary_client.cpp:696
↓ 5 callers
Function
Cardinality
Constructs a Cardinality from its implementation.
tests/gmock/fused-src/gmock/gmock.h:2212
↓ 5 callers
Method
Clear
Clears the object.
tests/gmock/gtest/src/gtest.cc:1839
↓ 5 callers
Function
CreateDynamicAddonFactory
include/opc/common/addons_core/dynamic_addon_factory.h:22
↓ 5 callers
Method
CreateObject
src/core/model_object.cpp:121
↓ 5 callers
Function
CreateSession
tests/client/binary_handshake.cpp:197
↓ 5 callers
Function
DieWithMessage
tests/gtest/test/gtest-death-test_test.cc:109
↓ 5 callers
Function
DieWithMessage
tests/gmock/gtest/test/gtest-death-test_test.cc:109
↓ 5 callers
Function
Eof
Returns the special cursor to denote the end-of-file.
tests/gtest/scripts/pump.py:132
↓ 5 callers
Function
Eof
Returns the special cursor to denote the end-of-file.
tests/gmock/gtest/scripts/pump.py:132
↓ 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
tests/gmock/fused-src/gmock-gtest-all.cc:2484
↓ 5 callers
Function
FOpen
tests/gtest/include/gtest/internal/gtest-port.h:1851
↓ 5 callers
Function
FOpen
tests/gmock/gtest/fused-src/gtest/gtest.h:3044
↓ 5 callers
Function
FindBacktrackingMaxBPM
tests/gmock/test/gmock-matchers_test.cc:4809
↓ 5 callers
Function
FloatEq
Creates a matcher that matches any float argument approximately equal to rhs, where two NANs are considered unequal.
tests/gmock/fused-src/gmock/gmock.h:8921
↓ 5 callers
Method
Foo
tests/gmock/test/gmock-actions_test.cc:1036
↓ 5 callers
Function
FormatCompilerIndependentFileLocation
Formats a file location for compiler-independent XML output. Although this function is not platform dependent, we put it next to FormatFileLocation in
tests/gtest/src/gtest-port.cc:474
↓ 5 callers
Function
FormatCompilerIndependentFileLocation
Formats a file location for compiler-independent XML output. Although this function is not platform dependent, we put it next to FormatFileLocation in
tests/gmock/gtest/src/gtest-port.cc:474
↓ 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.
tests/gtest/src/gtest-death-test.cc:493
↓ 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.
tests/gmock/gtest/src/gtest-death-test.cc:493
↓ 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.
tests/gmock/fused-src/gmock-gtest-all.cc:6987
↓ 5 callers
Method
GetAddon
include/opc/common/addons_core/addon_manager.h:104
↓ 5 callers
Function
GetCapturedStdout
Stops capturing stdout and returns the captured string.
tests/gtest/src/gtest-port.cc:664
↓ 5 callers
Method
GetChild
src/core/node.cpp:249
↓ 5 callers
Method
GetEncodingValue
src/protocol/nodeid.cpp:370
↓ 5 callers
Method
GetEndpoints
src/client/binary_client.cpp:421
↓ 5 callers
Method
GetGuidIdentifier
src/protocol/nodeid.cpp:82
↓ 5 callers
Function
GetLastErrnoDescription
Returns the message describing the last system error in errno.
tests/gmock/fused-src/gmock-gtest-all.cc:6798
↓ 5 callers
Function
GetNamespaceIndex
src/server/xml_address_space_loader.cpp:526
↓ 5 callers
Method
GetNamespaceIndex
src/protocol/nodeid.cpp:118
↓ 5 callers
Function
GetNextRandomSeed
Returns the first valid random seed after 'seed'. The behavior is undefined if 'seed' is invalid. The seed after kMaxRandomSeed is considered to be
tests/gtest/src/gtest-internal-inl.h:154
↓ 5 callers
Function
GetNextRandomSeed
Returns the first valid random seed after 'seed'. The behavior is undefined if 'seed' is invalid. The seed after kMaxRandomSeed is considered to be
tests/gmock/gtest/src/gtest-internal-inl.h:154
↓ 5 callers
Function
GetNodeId
src/server/xml_address_space_loader.cpp:532
↓ 5 callers
Method
GetObjectType
src/core/model_server.cpp:41
↓ 5 callers
Method
GetStringIdentifier
src/protocol/nodeid.cpp:62
↓ 5 callers
Method
GetValue
(self, identifier)
tests/gtest/scripts/pump.py:614
↓ 5 callers
Function
GreaterThan
tests/gmock/test/gmock-generated-matchers_test.cc:285
↓ 5 callers
Function
HasFailure
Returns true iff the current test has a (either fatal or non-fatal) failure.
tests/gtest/include/gtest/gtest.h:392
↓ 5 callers
Function
HasFailure
Returns true iff the current test has a (either fatal or non-fatal) failure.
tests/gmock/gtest/include/gtest/gtest.h:392
← previous
next →
701–800 of 10,842, ranked by callers