MCPcopy Create free account

hub / github.com/FreeOpcUa/freeopcua / functions

Functions10,842 in github.com/FreeOpcUa/freeopcua

↓ 4 callersFunctionFail
Prints the given failure message and exits the program with non-zero. We use this instead of a Google Test assertion to indicate a failure, as the la
tests/gmock/gtest/test/gtest_throw_on_failure_ex_test.cc:45
↓ 4 callersFunctionFailFatally
tests/gtest/test/gtest_unittest.cc:6613
↓ 4 callersFunctionFailFatally
tests/gmock/gtest/test/gtest_unittest.cc:6613
↓ 4 callersMethodFailed
Returns true iff the test failed.
tests/gmock/fused-src/gmock-gtest-all.cc:3331
↓ 4 callersFunctionFloatNear
Creates a matcher that matches any float argument approximately equal to rhs, up to the specified max absolute error bound, where two NANs are conside
tests/gmock/fused-src/gmock/gmock.h:8936
↓ 4 callersFunctionFormatCountableNoun
Formats a countable noun. Depending on its quantity, either the singular form or the plural form is used. e.g. FormatCountableNoun(1, "formula", "fo
tests/gtest/src/gtest.cc:2479
↓ 4 callersFunctionFormatCountableNoun
Formats a countable noun. Depending on its quantity, either the singular form or the plural form is used. e.g. FormatCountableNoun(1, "formula", "fo
tests/gmock/gtest/src/gtest.cc:2479
↓ 4 callersFunctionFormatCountableNoun
Formats a countable noun. Depending on its quantity, either the singular form or the plural form is used. e.g. FormatCountableNoun(1, "formula", "fo
tests/gmock/fused-src/gmock-gtest-all.cc:3963
↓ 4 callersFunctionFormatForComparisonFailureMessage
tests/gmock/fused-src/gtest/gtest.h:20060
↓ 4 callersFunctionFormatMatcherDescription
Returns the description for a matcher defined using the MATCHER*() macro where the user-supplied description string is "", if 'negation' is false; oth
tests/gmock/src/gmock-matchers.cc:127
↓ 4 callersFunctionFormatTestCount
Formats the count of tests.
tests/gtest/src/gtest.cc:2487
↓ 4 callersFunctionFormatTestCount
Formats the count of tests.
tests/gmock/gtest/src/gtest.cc:2487
↓ 4 callersFunctionFormatTestCount
Formats the count of tests.
tests/gmock/fused-src/gmock-gtest-all.cc:3971
↓ 4 callersFunctionFormatTimes
Formats "n times" in a human-friendly way.
tests/gmock/src/gmock-cardinalities.cc:95
↓ 4 callersFunctionFormatTimes
Formats "n times" in a human-friendly way.
tests/gmock/fused-src/gmock-gtest-all.cc:9726
↓ 4 callersMethodGenerate
(self)
tests/gmock/scripts/generator/cpp/ast.py:703
↓ 4 callersFunctionGetCommandOutput
Runs a command and returns its output with all file location info stripped off. Args: env_cmd: The shell command. A 2-tuple where element 0
tests/gtest/test/gtest_output_test.py:221
↓ 4 callersFunctionGetCommandOutput
Runs a command and returns its output with all file location info stripped off. Args: env_cmd: The shell command. A 2-tuple where element 0
tests/gmock/gtest/test/gtest_output_test.py:221
↓ 4 callersMethodGetConfigDir
src/clientapp/opcua_options.h:61
↓ 4 callersMethodGetDisplayName
src/core/model_node.cpp:53
↓ 4 callersFunctionGetElementOr
tests/gmock/fused-src/gmock-gtest-all.cc:703
↓ 4 callersMethodGetMethod
(self, modifiers, templated_types)
tests/gmock/scripts/generator/cpp/ast.py:952
↓ 4 callersFunctionGetProperty
src/server/xml_address_space_loader.cpp:236
↓ 4 callersMethodGetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
tests/gtest/src/gtest.cc:2409
↓ 4 callersMethodGetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
tests/gmock/gtest/src/gtest.cc:2409
↓ 4 callersMethodGetValue
src/clientapp/opcua_options.h:41
↓ 4 callersMethodGetValue
src/server/address_space_internal.cpp:236
↓ 4 callersFunctionInDeathTestChild
Returns a Boolean value indicating whether the caller is currently executing in the context of the death test child process. Tools such as Valgrind h
tests/gtest/src/gtest-death-test.cc:130
↓ 4 callersFunctionInDeathTestChild
Returns a Boolean value indicating whether the caller is currently executing in the context of the death test child process. Tools such as Valgrind h
tests/gmock/gtest/src/gtest-death-test.cc:130
↓ 4 callersMethodInSequence
Creates the implicit sequence if there isn't one.
tests/gmock/fused-src/gmock-gtest-all.cc:11245
↓ 4 callersMethodIsGuid
src/protocol/nodeid.cpp:56
↓ 4 callersMethodIsString
src/protocol/nodeid.cpp:44
↓ 4 callersMethodJoin
tests/gmock/fused-src/gtest/gtest.h:2520
↓ 4 callersFunctionLogIsVisible
Returns true iff a log with the given severity is visible according to the --gmock_verbose flag.
tests/gmock/fused-src/gmock-gtest-all.cc:9893
↓ 4 callersFunctionMakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_case_name: name of the test case name
tests/gmock/gtest/src/gtest.cc:2216
↓ 4 callersFunctionMatcher
tests/gmock/fused-src/gmock/gmock.h:5260
↓ 4 callersFunctionMatcher
tests/gmock/include/gmock/gmock-matchers.h:339
↓ 4 callersFunctionMessage
Copy constructor.
tests/gtest/include/gtest/gtest-message.h:98
↓ 4 callersFunctionMessage
Copy constructor.
tests/gmock/gtest/fused-src/gtest/gtest.h:3343
↓ 4 callersFunctionMessage
Copy constructor.
tests/gmock/gtest/include/gtest/gtest-message.h:98
↓ 4 callersFunctionNanSensitiveDoubleNear
Creates a matcher that matches any double argument approximately equal to rhs, up to the specified max absolute error bound, including NaN values when
tests/gmock/fused-src/gmock/gmock.h:8913
↓ 4 callersFunctionNanSensitiveFloatNear
Creates a matcher that matches any float argument approximately equal to rhs, up to the specified max absolute error bound, including NaN values when
tests/gmock/fused-src/gmock/gmock.h:8945
↓ 4 callersFunctionOneTo
Returns the list [1, 2, 3, ..., n].
tests/gtest/scripts/gen_gtest_pred_impl.py:183
↓ 4 callersFunctionOneTo
Returns the list [1, 2, 3, ..., n].
tests/gmock/gtest/scripts/gen_gtest_pred_impl.py:183
↓ 4 callersFunctionPolymorphicIsEven
tests/gmock/test/gmock-matchers_test.cc:497
↓ 4 callersMethodPrintAsActionResult
Prints the held value as an action's result to os.
tests/gmock/fused-src/gmock/gmock.h:10798
↓ 4 callersFunctionPrintStringTo
tests/gmock/gtest/src/gtest-printers.cc:339
↓ 4 callersFunctionPrintWideStringTo
tests/gmock/gtest/src/gtest-printers.cc:350
↓ 4 callersMethodProcess
src/server/xml_address_space_loader.cpp:992
↓ 4 callersFunctionRegisterStandardNamespace
tests/server/standard_namespace_test.h:22
↓ 4 callersFunctionRunAllTests
Runs the tests. Return true iff successful. The 'failure' parameter specifies the type of failure that should be generated by the global set-up.
tests/gtest/test/gtest_environment_test.cc:127
↓ 4 callersFunctionRunAllTests
Runs the tests. Return true iff successful. The 'failure' parameter specifies the type of failure that should be generated by the global set-up.
tests/gmock/gtest/test/gtest_environment_test.cc:127
↓ 4 callersFunctionRunAndExtractTestList
Runs the test program and returns its exit code and a list of tests run.
tests/gtest/test/gtest_filter_unittest.py:185
↓ 4 callersFunctionRunAndExtractTestList
Runs the test program and returns its exit code and a list of tests run.
tests/gmock/gtest/test/gtest_filter_unittest.py:185
↓ 4 callersMethodServer
src/core/model_server.cpp:26
↓ 4 callersFunctionSetErrnoAndReturn
tests/gmock/fused-src/gmock/gmock.h:2066
↓ 4 callersMethodSetSourceTimestamp
include/opc/ua/protocol/data_value.h:110
↓ 4 callersMethodSetTestPartResultReporterForCurrentThread
Sets the test part result reporter for the current thread.
tests/gtest/src/gtest.cc:702
↓ 4 callersMethodSetTestPartResultReporterForCurrentThread
Sets the test part result reporter for the current thread.
tests/gmock/gtest/src/gtest.cc:702
↓ 4 callersMethodSetTestPartResultReporterForCurrentThread
Sets the test part result reporter for the current thread.
tests/gmock/fused-src/gmock-gtest-all.cc:2186
↓ 4 callersMethodSetValue
src/core/node.cpp:135
↓ 4 callersFunctionShort
For suppressing compiler warnings on conversion possibly losing precision.
tests/gmock/test/gmock-more-actions_test.cc:72
↓ 4 callersMethodStop
src/client/client.cpp:92
↓ 4 callersMethodStop
tests/core/common/addons_manager_test.cpp:76
↓ 4 callersFunctionStrDup
tests/gtest/include/gtest/internal/gtest-port.h:1786
↓ 4 callersFunctionStrDup
tests/gmock/gtest/fused-src/gtest/gtest.h:2979
↓ 4 callersFunctionStrDup
tests/gmock/fused-src/gtest/gtest.h:2979
↓ 4 callersFunctionUniversalTersePrintTupleFieldsToStrings
tests/gtest/include/gtest/gtest-printers.h:946
↓ 4 callersFunctionUniversalTersePrintTupleFieldsToStrings
tests/gmock/gtest/fused-src/gtest/gtest.h:10670
↓ 4 callersMethodUntypedPerformAction
Performs the given action with the given arguments and returns the action's result. The caller is responsible for deleting the result. L =
tests/gmock/fused-src/gmock/gmock.h:10961
↓ 4 callersFunctionValues
tests/gmock/fused-src/gtest/gtest.h:17008
↓ 4 callersFunctionVerifyGeneratorIsEmpty
tests/gtest/test/gtest-param-test_test.cc:172
↓ 4 callersFunctionVerifyGeneratorIsEmpty
tests/gmock/gtest/test/gtest-param-test_test.cc:172
↓ 4 callersMethodViews
src/server/services_registry_impl.cpp:224
↓ 4 callersMethodVisit
src/protocol/binary_variant.cpp:469
↓ 4 callersMethodWrite
src/client/binary_client.cpp:387
↓ 4 callersMethodWrite
src/server/address_space_addon.cpp:92
↓ 4 callersMethod_GetClass
(self, class_type, visibility, templated_types)
tests/gmock/scripts/generator/cpp/ast.py:1479
↓ 4 callersMethod_GetVarTokensUpTo
(self, expected_token_type, *expected_tokens)
tests/gmock/scripts/generator/cpp/ast.py:851
↓ 4 callersMethod_VerifyTestCasesDoNotInterleave
(self, tests)
tests/gtest/test/gtest_shuffle_test.py:245
↓ 4 callersMethod_VerifyTestCasesDoNotInterleave
(self, tests)
tests/gmock/gtest/test/gtest_shuffle_test.py:245
↓ 4 callersFunctionc_str
tests/gtest/include/gtest/internal/gtest-filepath.h:84
↓ 4 callersFunctionc_str
tests/gmock/gtest/fused-src/gtest/gtest.h:3770
↓ 4 callersFunctionc_str
tests/gmock/fused-src/gtest/gtest.h:3770
↓ 4 callersMethodgrow_buffer
Grows the buffer by n characters and returns a pointer to the newly allocated area.
include/opc/spdlog/fmt/bundled/format.h:2753
↓ 4 callersMethodindex
tests/gmock/fused-src/gtest/gtest.h:8901
↓ 4 callersMethodkey
Gets the user supplied key.
tests/gmock/fused-src/gtest/gtest.h:19064
↓ 4 callersMethodnext
Gets the next node in the queue.
tests/gtest/samples/sample3-inl.h:58
↓ 4 callersMethodnext
Gets the next node in the queue.
tests/gmock/gtest/samples/sample3-inl.h:58
↓ 4 callersFunctionrandom
Gets the random number generator.
tests/gtest/src/gtest-internal-inl.h:843
↓ 4 callersFunctionrandom
Gets the random number generator.
tests/gmock/gtest/src/gtest-internal-inl.h:843
↓ 4 callersFunctionrandom
Gets the random number generator.
tests/gmock/fused-src/gmock-gtest-all.cc:1202
↓ 4 callersMethodrepeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
tests/gmock/fused-src/gmock-gtest-all.cc:5072
↓ 4 callersFunctionrequire_numeric_argument
include/opc/spdlog/fmt/bundled/format.h:4111
↓ 4 callersMethodreset
tests/gmock/gtest/include/gtest/internal/gtest-port.h:914
↓ 4 callersMethodsize
include/opc/spdlog/details/file_helper.h:94
↓ 4 callersFunctionsource_text
tests/gmock/fused-src/gmock/gmock.h:10074
↓ 4 callersFunctionstrerror_r
Dummy implementations of strerror_r and strerror_s called if corresponding system functions are not available.
include/opc/spdlog/fmt/bundled/format.cc:74
↓ 4 callersMethodtear_down_was_run
Was TearDown() run?
tests/gtest/test/gtest_environment_test.cc:98
↓ 4 callersMethodtear_down_was_run
Was TearDown() run?
tests/gmock/gtest/test/gtest_environment_test.cc:98
← previousnext →901–1,000 of 10,842, ranked by callers