MCPcopy Create free account

hub / github.com/FreeOpcUa/freeopcua / functions

Functions10,842 in github.com/FreeOpcUa/freeopcua

↓ 2 callersMethodAddArgument
tests/gmock/gtest/src/gtest-death-test.cc:899
↓ 2 callersMethodAddArgument
tests/gmock/fused-src/gmock-gtest-all.cc:7393
↓ 2 callersMethodAddDataChangeCallback
src/server/address_space_addon.cpp:97
↓ 2 callersMethodAddEnvironment
Registers and returns a global test environment. When a test program is run, all global test environments will be set-up in the order they were regis
tests/gmock/gtest/src/gtest.cc:3764
↓ 2 callersMethodAddExpectation
Adds an expectation to a sequence.
tests/gmock/src/gmock-spec-builders.cc:784
↓ 2 callersMethodAddExpectation
Adds an expectation to a sequence.
tests/gmock/fused-src/gmock-gtest-all.cc:11234
↓ 2 callersMethodAddTestInfo
Adds a test to this test case. Will delete the test upon destruction of the TestCase object.
tests/gtest/src/gtest.cc:2423
↓ 2 callersMethodAddTestInfo
Adds a test to this test case. Will delete the test upon destruction of the TestCase object.
tests/gmock/gtest/src/gtest.cc:2423
↓ 2 callersMethodAddTestInfo
Adds a test to this test case. Will delete the test upon destruction of the TestCase object.
tests/gmock/fused-src/gmock-gtest-all.cc:3907
↓ 2 callersMethodAddVariable
src/core/node.cpp:402
↓ 2 callersMethodAdvance
tests/gtest/include/gtest/internal/gtest-param-util.h:226
↓ 2 callersMethodAdvance
tests/gmock/gtest/fused-src/gtest/gtest.h:10870
↓ 2 callersMethodAdvance
tests/gmock/gtest/include/gtest/internal/gtest-param-util.h:226
↓ 2 callersMethodAdvance
tests/gmock/fused-src/gtest/gtest.h:10870
↓ 2 callersMethodAlmostEquals
Returns true iff this number is at most kMaxUlps ULP's away from rhs. In particular, this function: - returns false if either number is (or both are
tests/gtest/include/gtest/internal/gtest-internal.h:336
↓ 2 callersMethodAlmostEquals
Returns true iff this number is at most kMaxUlps ULP's away from rhs. In particular, this function: - returns false if either number is (or both are
tests/gmock/gtest/fused-src/gtest/gtest.h:7712
↓ 2 callersFunctionAlsoRunDisabledTestsFlag
()
tests/gtest/test/gtest_shuffle_test.py:58
↓ 2 callersFunctionAlsoRunDisabledTestsFlag
()
tests/gmock/gtest/test/gtest_shuffle_test.py:58
↓ 2 callersFunctionAlwaysTrue
tests/gmock/fused-src/gmock-gtest-all.cc:6134
↓ 2 callersMethodAppend
tests/gmock/fused-src/gmock-gtest-all.cc:4423
↓ 2 callersFunctionArrayEq
tests/gmock/gtest/include/gtest/internal/gtest-internal.h:935
↓ 2 callersFunctionArrayEq
tests/gmock/fused-src/gtest/gtest.h:8311
↓ 2 callersFunctionAssert
(condition)
tests/gtest/test/gtest_uninitialized_test.py:42
↓ 2 callersFunctionAssert
(condition)
tests/gmock/gtest/test/gtest_uninitialized_test.py:42
↓ 2 callersFunctionAssertEq
(expected, actual)
tests/gtest/test/gtest_env_var_test.py:48
↓ 2 callersFunctionAssertEq
(expected, actual)
tests/gmock/gtest/test/gtest_env_var_test.py:48
↓ 2 callersMethodAssertEquivalentNodes
Asserts that actual_node (a DOM node object) is equivalent to expected_node (another DOM node object), in that either both of them are CD
tests/gtest/test/gtest_xml_test_utils.py:51
↓ 2 callersMethodAssertEquivalentNodes
Asserts that actual_node (a DOM node object) is equivalent to expected_node (another DOM node object), in that either both of them are CD
tests/gmock/gtest/test/gtest_xml_test_utils.py:51
↓ 2 callersMethodAssertHeld
tests/gtest/include/gtest/internal/gtest-port.h:1607
↓ 2 callersMethodAssertHeld
tests/gmock/gtest/fused-src/gtest/gtest.h:2800
↓ 2 callersFunctionAtomMatchesChar
Returns true iff the given atom (specified by escaped and pattern) matches ch. The result is undefined if the atom is invalid.
tests/gmock/fused-src/gmock-gtest-all.cc:8438
↓ 2 callersMethodAttributes
src/server/services_registry_impl.cpp:239
↓ 2 callersMethodBar
tests/gtest/test/gtest_unittest.cc:4898
↓ 2 callersMethodBaseGenerator
tests/gtest/include/gtest/internal/gtest-param-util.h:222
↓ 2 callersMethodBaseGenerator
tests/gmock/gtest/include/gtest/internal/gtest-param-util.h:222
↓ 2 callersMethodBrowse
tests/server/standard_namespace_ut.cpp:51
↓ 2 callersMethodBrowseNext
src/client/binary_client.cpp:726
↓ 2 callersMethodBrowseNext
src/server/address_space_addon.cpp:67
↓ 2 callersFunctionBuilderFromSource
Utility method that returns an AstBuilder from source code. Args: source: 'C++ source code' filename: 'file1' Returns: Ast
tests/gmock/scripts/generator/cpp/ast.py:1653
↓ 2 callersFunctionCaptureStream
Starts capturing an output stream (stdout/stderr).
tests/gtest/src/gtest-port.cc:635
↓ 2 callersFunctionCaptureStream
Starts capturing an output stream (stdout/stderr).
tests/gmock/gtest/src/gtest-port.cc:635
↓ 2 callersFunctionCaptureStream
Starts capturing an output stream (stdout/stderr).
tests/gmock/fused-src/gmock-gtest-all.cc:8845
↓ 2 callersFunctionCardinality
Constructs a Cardinality from its implementation.
tests/gmock/include/gmock/gmock-cardinalities.h:93
↓ 2 callersMethodClear
Clears the object.
tests/gmock/fused-src/gmock-gtest-all.cc:3323
↓ 2 callersMethodClearResult
Clears the results of all tests in this test case.
tests/gmock/gtest/src/gtest.cc:2457
↓ 2 callersFunctionClose
tests/gtest/include/gtest/internal/gtest-port.h:1872
↓ 2 callersFunctionClose
tests/gmock/gtest/fused-src/gtest/gtest.h:3065
↓ 2 callersFunctionClose
tests/gmock/fused-src/gtest/gtest.h:3065
↓ 2 callersFunctionConcat
ConcatImplActionP3 is the class template ACTION_P3 uses to implement ConcatImpl. We shouldn't change the name as this pattern requires the user to us
tests/gmock/test/gmock-generated-actions_test.cc:901
↓ 2 callersMethodConnect
src/client/client.cpp:213
↓ 2 callersFunctionCreateBrowseResult
tests/protocol/binary_serialize_view.cpp:540
↓ 2 callersFunctionCreateCommonAddonsConfiguration
src/server/common_addons.cpp:47
↓ 2 callersFunctionCreateReadValueId
tests/protocol/binary_serialize_attribute.cpp:170
↓ 2 callersFunctionCreateReferenceDescription
tests/protocol/binary_serialize_view.cpp:426
↓ 2 callersMethodCurrent
tests/gtest/include/gtest/internal/gtest-param-util.h:235
↓ 2 callersMethodCurrent
tests/gmock/gtest/fused-src/gtest/gtest.h:10879
↓ 2 callersMethodCurrent
tests/gmock/gtest/include/gtest/internal/gtest-param-util.h:235
↓ 2 callersMethodCurrent
tests/gmock/fused-src/gtest/gtest.h:10879
↓ 2 callersMethodCurrentOsStackTraceExceptTop
Returns the current OS stack trace as an std::string. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth f
tests/gtest/src/gtest.cc:774
↓ 2 callersMethodCurrentOsStackTraceExceptTop
Returns the current OS stack trace as an std::string. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth f
tests/gmock/gtest/src/gtest.cc:774
↓ 2 callersMethodCurrentOsStackTraceExceptTop
Returns the current OS stack trace as an std::string. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth f
tests/gmock/fused-src/gmock-gtest-all.cc:2258
↓ 2 callersFunctionDelete
tests/gmock/fused-src/gmock-gtest-all.cc:740
↓ 2 callersMethodDeleteDataChangeCallback
src/server/address_space_addon.cpp:102
↓ 2 callersMethodDeleteFilesAndDir
(self)
tests/gtest/test/gtest_xml_outfiles_test.py:78
↓ 2 callersMethodDeleteFilesAndDir
(self)
tests/gmock/gtest/test/gtest_xml_outfiles_test.py:78
↓ 2 callersMethodDeleteSubscriptions
src/server/opc_tcp_processor.cpp:923
↓ 2 callersMethodDescribeDefaultActionTo
Describes what default action will be performed for the given arguments. L =
tests/gmock/fused-src/gmock/gmock.h:11068
↓ 2 callersMethodDescribeDefaultActionTo
Describes what default action will be performed for the given arguments. L =
tests/gmock/include/gmock/gmock-spec-builders.h:1723
↓ 2 callersMethodDescribeNegationTo
tests/gmock/test/gmock-matchers_test.cc:3796
↓ 2 callersFunctionDieInDebugElse12
Death in dbg, not opt.
tests/gtest/test/gtest-death-test_test.cc:199
↓ 2 callersFunctionDieInDebugElse12
Death in dbg, not opt.
tests/gmock/gtest/test/gtest-death-test_test.cc:199
↓ 2 callersFunctionDieWithEmbeddedNul
tests/gtest/test/gtest-death-test_test.cc:309
↓ 2 callersFunctionDieWithEmbeddedNul
tests/gmock/gtest/test/gtest-death-test_test.cc:309
↓ 2 callersMethodDirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
tests/gmock/fused-src/gmock-gtest-all.cc:8052
↓ 2 callersFunctionDisableSigprofActionAndTimer
Disables ITIMER_PROF timer and ignores SIGPROF signal.
tests/gtest/test/gtest-death-test_test.cc:397
↓ 2 callersFunctionDisableSigprofActionAndTimer
Disables ITIMER_PROF timer and ignores SIGPROF signal.
tests/gmock/gtest/test/gtest-death-test_test.cc:397
↓ 2 callersFunctionEq
tests/gmock/include/gmock/gmock-matchers.h:3887
↓ 2 callersFunctionExpect
Verifies that condition is true; generates a non-fatal failure if condition is false.
tests/gmock/include/gmock/internal/gmock-internal-utils.h:307
↓ 2 callersFunctionExpectKeyAndValueWereRecordedForId
tests/gtest/test/gtest_stress_test.cc:76
↓ 2 callersFunctionExpectKeyAndValueWereRecordedForId
tests/gmock/gtest/test/gtest_stress_test.cc:76
↓ 2 callersMethodExplainMatchResultTo
Explains why x matches, or doesn't match, the matcher.
tests/gmock/fused-src/gmock/gmock.h:5187
↓ 2 callersFunctionExternalUtilityThatCallsRecordProperty
tests/gtest/test/gtest_xml_output_unittest_.cc:126
↓ 2 callersFunctionExternalUtilityThatCallsRecordProperty
tests/gmock/gtest/test/gtest_xml_output_unittest_.cc:126
↓ 2 callersFunctionFReopen
tests/gtest/include/gtest/internal/gtest-port.h:1856
↓ 2 callersFunctionFReopen
tests/gmock/gtest/fused-src/gtest/gtest.h:3049
↓ 2 callersFunctionFailed
Returns true iff the test case failed.
tests/gtest/include/gtest/gtest.h:834
↓ 2 callersFunctionFailed
Returns true iff the test case failed.
tests/gmock/gtest/fused-src/gtest/gtest.h:19414
↓ 2 callersFunctionFailed
Returns true iff the test case failed.
tests/gmock/gtest/include/gtest/gtest.h:834
↓ 2 callersFunctionFailed
Returns true iff the test case failed.
tests/gmock/fused-src/gtest/gtest.h:19414
↓ 2 callersFunctionFalseHRESULTSuccess
tests/gtest/test/gtest_unittest.cc:3875
↓ 2 callersFunctionFalseHRESULTSuccess
tests/gmock/gtest/test/gtest_unittest.cc:3875
↓ 2 callersFunctionFatalFailure
A helper for generating a fatal failure.
tests/gtest/test/gtest_output_test_.cc:705
↓ 2 callersFunctionFatalFailure
A helper for generating a fatal failure.
tests/gmock/gtest/test/gtest_output_test_.cc:705
↓ 2 callersFunctionFilterFlag
(test_filter)
tests/gtest/test/gtest_shuffle_test.py:62
↓ 2 callersFunctionFilterFlag
(test_filter)
tests/gmock/gtest/test/gtest_shuffle_test.py:62
↓ 2 callersMethodFindServers
src/client/binary_client.cpp:408
↓ 2 callersFunctionFormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
tests/gtest/src/gtest.cc:2028
↓ 2 callersFunctionFormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
tests/gmock/gtest/src/gtest.cc:2028
↓ 2 callersFunctionFormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
tests/gmock/fused-src/gmock-gtest-all.cc:3512
↓ 2 callersFunctionFormatForComparisonFailureMessage
tests/gmock/gtest/fused-src/gtest/gtest.h:20060
← previousnext →1,201–1,300 of 10,842, ranked by callers