MCPcopy Create free account

hub / github.com/FreeOpcUa/freeopcua / functions

Functions10,842 in github.com/FreeOpcUa/freeopcua

↓ 2 callersFunctionSetEnvVar
Sets an environment variable to a given value; unsets it when the given value is None.
tests/gtest/test/gtest_throw_on_failure_test.py:58
↓ 2 callersFunctionSetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
tests/gmock/gtest/test/gtest_env_var_test.py:55
↓ 2 callersFunctionSetEnvVar
Sets an environment variable to a given value; unsets it when the given value is None.
tests/gmock/gtest/test/gtest_throw_on_failure_test.py:58
↓ 2 callersMethodSetGlobalTestPartResultReporter
Sets the global test part result reporter.
tests/gtest/src/gtest.cc:689
↓ 2 callersMethodSetGlobalTestPartResultReporter
Sets the global test part result reporter.
tests/gmock/gtest/src/gtest.cc:689
↓ 2 callersMethodSetGlobalTestPartResultReporter
Sets the global test part result reporter.
tests/gmock/fused-src/gmock-gtest-all.cc:2173
↓ 2 callersMethodSetMethod
src/server/services_registry_impl.cpp:83
↓ 2 callersMethodSetServerTimestamp
include/opc/ua/protocol/data_value.h:116
↓ 2 callersFunctionSetSigprofActionAndTimer
Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
tests/gtest/test/gtest-death-test_test.cc:382
↓ 2 callersFunctionSetSigprofActionAndTimer
Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
tests/gmock/gtest/test/gtest-death-test_test.cc:382
↓ 2 callersMethodSetSubscriptions
src/server/services_registry_impl.cpp:275
↓ 2 callersMethodSetViews
src/server/services_registry_impl.cpp:255
↓ 2 callersFunctionShouldShard
Checks whether sharding is enabled by examining the relevant environment variable values. If the variables are present, but inconsistent (i.e., shard_
tests/gmock/fused-src/gmock-gtest-all.cc:5865
↓ 2 callersFunctionSkipComma
Skips to the first non-space char after the first comma in 'str'; returns NULL if no comma is found in 'str'.
tests/gtest/include/gtest/internal/gtest-internal.h:566
↓ 2 callersFunctionSkipComma
Skips to the first non-space char after the first comma in 'str'; returns NULL if no comma is found in 'str'.
tests/gmock/gtest/fused-src/gtest/gtest.h:7942
↓ 2 callersFunctionSkipComma
Skips to the first non-space char after the first comma in 'str'; returns NULL if no comma is found in 'str'.
tests/gmock/fused-src/gtest/gtest.h:7942
↓ 2 callersFunctionSkipUntil
(lines, pos, regex, token_type)
tests/gtest/scripts/pump.py:270
↓ 2 callersFunctionSkipUntil
(lines, pos, regex, token_type)
tests/gmock/gtest/scripts/pump.py:270
↓ 2 callersMethodStartEndpoints
src/server/opcua_protocol_addon.cpp:123
↓ 2 callersMethodStop
src/core/common/addons_core/addon_manager.cpp:132
↓ 2 callersMethodStop
src/server/server.cpp:172
↓ 2 callersFunctionStreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
tests/gtest/src/gtest.cc:888
↓ 2 callersFunctionStreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
tests/gmock/gtest/src/gtest.cc:888
↓ 2 callersFunctionStreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
tests/gmock/fused-src/gmock-gtest-all.cc:2372
↓ 2 callersFunctionSubWithoutTrace
A helper function for testing SCOPED_TRACE.
tests/gtest/test/gtest_output_test_.cc:163
↓ 2 callersFunctionSubWithoutTrace
A helper function for testing SCOPED_TRACE.
tests/gmock/gtest/test/gtest_output_test_.cc:163
↓ 2 callersFunctionSubroutine
tests/gtest/test/gtest_sole_header_test.cc:39
↓ 2 callersFunctionSubroutine
tests/gmock/gtest/test/gtest_sole_header_test.cc:39
↓ 2 callersMethodSuppressEventForwarding
tests/gtest/src/gtest.cc:3628
↓ 2 callersMethodSuppressEventForwarding
tests/gmock/gtest/src/gtest.cc:3628
↓ 2 callersMethodSuppressEventForwarding
tests/gmock/fused-src/gmock-gtest-all.cc:5112
↓ 2 callersMethodTerminate
src/serverapp/daemon.cpp:32
↓ 2 callersFunctionTestExitMacros
Tests the *_EXIT family of macros, using a variety of predicates.
tests/gtest/test/gtest-death-test_test.cc:718
↓ 2 callersFunctionTestExitMacros
Tests the *_EXIT family of macros, using a variety of predicates.
tests/gmock/gtest/test/gtest-death-test_test.cc:718
↓ 2 callersMethodTestNonHelpFlag
Verifies correct behavior when no help flag is specified. Verifies that when no help flag is specified, the tests are run and the help messag
tests/gtest/test/gtest_help_test.py:125
↓ 2 callersMethodTestNonHelpFlag
Verifies correct behavior when no help flag is specified. Verifies that when no help flag is specified, the tests are run and the help messag
tests/gmock/gtest/test/gtest_help_test.py:125
↓ 2 callersFunctionTestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
tests/gtest/include/gtest/gtest-test-part.h:63
↓ 2 callersFunctionTestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
tests/gmock/gtest/fused-src/gtest/gtest.h:18260
↓ 2 callersFunctionTestRepeatWithEmptyFilter
Tests using --gtest_repeat when --gtest_filter specifies an empty set of tests.
tests/gtest/test/gtest_repeat_test.cc:182
↓ 2 callersFunctionTestRepeatWithEmptyFilter
Tests using --gtest_repeat when --gtest_filter specifies an empty set of tests.
tests/gmock/gtest/test/gtest_repeat_test.cc:182
↓ 2 callersMethodTestSehExceptions
(self, test_output)
tests/gtest/test/gtest_catch_exceptions_test.py:89
↓ 2 callersMethodTestSehExceptions
(self, test_output)
tests/gmock/gtest/test/gtest_catch_exceptions_test.py:89
↓ 2 callersFunctionTitle
Returns the given word in title case. The difference between this and string's title() method is that Title('4-ary') is '4-ary' while '4-ary'.tit
tests/gtest/scripts/gen_gtest_pred_impl.py:175
↓ 2 callersFunctionTitle
Returns the given word in title case. The difference between this and string's title() method is that Title('4-ary') is '4-ary' while '4-ary'.tit
tests/gmock/gtest/scripts/gen_gtest_pred_impl.py:175
↓ 2 callersFunctionToLower
tests/gmock/fused-src/gtest/gtest.h:2949
↓ 2 callersFunctionToObject
python/src/py_opcua_variant.h:78
↓ 2 callersMethodToString
src/core/node.cpp:316
↓ 2 callersFunctionToUnixLineEnding
Changes all Windows/Mac line endings in s to UNIX line endings.
tests/gtest/test/gtest_output_test.py:82
↓ 2 callersFunctionToUnixLineEnding
Changes all Windows/Mac line endings in s to UNIX line endings.
tests/gmock/gtest/test/gtest_output_test.py:82
↓ 2 callersFunctionToWinEpoch
python/src/py_opcua_module.cpp:72
↓ 2 callersFunctionTransformTupleValues
tests/gmock/fused-src/gmock/gmock.h:5826
↓ 2 callersFunctionTransformTupleValues
tests/gmock/include/gmock/gmock-matchers.h:905
↓ 2 callersMethodTranslateBrowsePathsToNodeIds
src/client/binary_client.cpp:681
↓ 2 callersFunctionTryTestSubroutine
This function calls a test subroutine, catches the fatal failure it generates, and then returns early.
tests/gtest/test/gtest_output_test_.cc:72
↓ 2 callersFunctionTryTestSubroutine
This function calls a test subroutine, catches the fatal failure it generates, and then returns early.
tests/gmock/gtest/test/gtest_output_test_.cc:72
↓ 2 callersMethodUnary
tests/gmock/test/gmock-more-actions_test.cc:186
↓ 2 callersFunctionUnexpectedHRESULTFailure
tests/gtest/test/gtest_unittest.cc:3867
↓ 2 callersFunctionUnexpectedHRESULTFailure
tests/gmock/gtest/test/gtest_unittest.cc:3867
↓ 2 callersFunctionUniversalPrintCharArray
tests/gtest/src/gtest-printers.cc:276
↓ 2 callersFunctionUniversalPrintCharArray
tests/gmock/gtest/src/gtest-printers.cc:276
↓ 2 callersFunctionUniversalPrintCharArray
tests/gmock/fused-src/gmock-gtest-all.cc:9289
↓ 2 callersFunctionUniversalTersePrint
tests/gmock/gtest/include/gtest/gtest-printers.h:843
↓ 2 callersFunctionUniversalTersePrint
tests/gmock/fused-src/gtest/gtest.h:10567
↓ 2 callersMethodUntypedPrintArgs
Prints the given function arguments to the ostream.
tests/gmock/fused-src/gmock/gmock.h:11150
↓ 2 callersFunctionValues
tests/gmock/gtest/include/gtest/gtest-param-test.h:361
↓ 2 callersMethodVariables
src/core/model_variable.cpp:79
↓ 2 callersFunctionVerifyFileExists
Verifies that the given file exists; aborts on failure. relative_path is the file path relative to the given directory.
tests/gtest/scripts/fuse_gtest_files.py:86
↓ 2 callersFunctionVerifyFileExists
Verifies that the given file exists; aborts on failure. relative_path is the file path relative to the given directory.
tests/gmock/gtest/scripts/fuse_gtest_files.py:85
↓ 2 callersFunctionVerifyOutputFile
Verifies that the given output file path is valid. relative_path is relative to the output_dir directory.
tests/gtest/scripts/fuse_gtest_files.py:110
↓ 2 callersFunctionVerifyOutputFile
Verifies that the given output file path is valid. relative_path is relative to the output_dir directory.
tests/gmock/gtest/scripts/fuse_gtest_files.py:109
↓ 2 callersFunctionWideStringToUtf8
Converts a wide string to a narrow string in UTF-8 encoding. The wide string is assumed to have the following encoding: UTF-16 if sizeof(wchar_t) == 2
tests/gmock/fused-src/gmock-gtest-all.cc:2984
↓ 2 callersFunctionWithoutArgs
tests/gmock/fused-src/gmock/gmock.h:15154
↓ 2 callersFunctionWrapCode
(line, line_concat, output)
tests/gtest/scripts/pump.py:741
↓ 2 callersFunctionWrapCode
(line, line_concat, output)
tests/gmock/gtest/scripts/pump.py:741
↓ 2 callersFunction_GetChar
(source, start, i)
tests/gmock/scripts/generator/cpp/tokenize.py:105
↓ 2 callersMethod_GetChildren
Fetches all of the child nodes of element, a DOM Element object. Returns them as the values of a dictionary keyed by the IDs of the child
tests/gtest/test/gtest_xml_test_utils.py:117
↓ 2 callersMethod_GetChildren
Fetches all of the child nodes of element, a DOM Element object. Returns them as the values of a dictionary keyed by the IDs of the child
tests/gmock/gtest/test/gtest_xml_test_utils.py:117
↓ 2 callersMethod_GetNestedType
(self, ctor)
tests/gmock/scripts/generator/cpp/ast.py:1183
↓ 2 callersFunction_GetString
(source, start, i)
tests/gmock/scripts/generator/cpp/tokenize.py:89
↓ 2 callersMethod_GetTemplateEnd
(self, tokens, start)
tests/gmock/scripts/generator/cpp/ast.py:462
↓ 2 callersMethod_GetXmlOutput
Returns the xml output generated by running the program gtest_prog_name. Furthermore, the program's exit code must be expected_exit_code.
tests/gtest/test/gtest_xml_output_unittest.py:262
↓ 2 callersMethod_GetXmlOutput
Returns the xml output generated by running the program gtest_prog_name. Furthermore, the program's exit code must be expected_exit_code.
tests/gmock/gtest/test/gtest_xml_output_unittest.py:262
↓ 2 callersMethod_IgnoreUpTo
(self, token_type, token)
tests/gmock/scripts/generator/cpp/ast.py:861
↓ 2 callersFunction_ParseAndStripGTestFlags
Parses and strips Google Test flags from argv. This is idempotent.
tests/gtest/test/gtest_test_utils.py:86
↓ 2 callersFunction_ParseAndStripGTestFlags
Parses and strips Google Test flags from argv. This is idempotent.
tests/gmock/gtest/test/gtest_test_utils.py:86
↓ 2 callersMethod_TestOutFile
(self, test_name, expected_xml)
tests/gtest/test/gtest_xml_outfiles_test.py:98
↓ 2 callersMethod_TestOutFile
(self, test_name, expected_xml)
tests/gmock/gtest/test/gtest_xml_outfiles_test.py:98
↓ 2 callersMethod_check_application
(self, app)
python/tests/test.py:105
↓ 2 callersFunction_flush
include/opc/spdlog/sinks/stdout_sinks.h:39
↓ 2 callersFunction_thread_id
Return current thread id as size_t It exists because the std::this_thread::get_id() is much slower(espcially under VS 2013)
include/opc/spdlog/details/os.h:320
↓ 2 callersFunctionampm
include/opc/spdlog/details/pattern_formatter_impl.h:71
↓ 2 callersFunctioncardinality_specified
Returns true iff the user specified the cardinality explicitly using a .Times().
tests/gmock/fused-src/gmock/gmock.h:10134
↓ 2 callersFunctioncardinality_specified
Returns true iff the user specified the cardinality explicitly using a .Times().
tests/gmock/include/gmock/gmock-spec-builders.h:789
↓ 2 callersFunctionconvert_rwcount
On Windows the count argument to read and write is unsigned, so convert it from size_t preventing integer overflow.
include/opc/spdlog/fmt/bundled/posix.cc:55
↓ 2 callersMethodenqueue
include/opc/spdlog/details/mpmc_bounded_q.h:83
↓ 2 callersMethoderror
include/opc/spdlog/details/logger_impl.h:150
↓ 2 callersMethodformat
include/opc/spdlog/details/pattern_formatter_impl.h:676
↓ 2 callersFunctionformat_error_code
include/opc/spdlog/fmt/bundled/format.cc:201
↓ 2 callersMethodget
include/opc/spdlog/details/spdlog_impl.h:40
↓ 2 callersMethodget_struct
(self, name)
schemas/generate_model.py:146
← previousnext →1,501–1,600 of 10,842, ranked by callers