MCPcopy Create free account

hub / github.com/FreeOpcUa/freeopcua / functions

Functions10,842 in github.com/FreeOpcUa/freeopcua

↓ 3 callersFunctionIsTrue
tests/gtest/src/gtest.cc:4648
↓ 3 callersFunctionIsTrue
tests/gmock/fused-src/gmock-gtest-all.cc:6132
↓ 3 callersFunctionJoinAndDelete
tests/gmock/test/gmock_stress_test.cc:59
↓ 3 callersFunctionMakeAction
tests/gmock/fused-src/gmock/gmock.h:1372
↓ 3 callersFunctionMatchRegexAtHead
Returns true iff regex matches a prefix of str. regex must be a valid simple regular expression and not start with "^", or the result is undefined.
tests/gmock/fused-src/gmock-gtest-all.cc:8557
↓ 3 callersFunctionNormalExitStatus
Returns the exit status of a process that calls _exit(2) with a given exit code. This is a helper function for the ExitStatusPredicateTest test suite
tests/gtest/test/gtest-death-test_test.cc:229
↓ 3 callersFunctionNormalExitStatus
Returns the exit status of a process that calls _exit(2) with a given exit code. This is a helper function for the ExitStatusPredicateTest test suite
tests/gmock/gtest/test/gtest-death-test_test.cc:229
↓ 3 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
tests/gtest/src/gtest.cc:4677
↓ 3 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
tests/gmock/gtest/src/gtest.cc:4677
↓ 3 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
tests/gmock/fused-src/gmock-gtest-all.cc:6161
↓ 3 callersFunctionParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
tests/gtest/src/gtest-port.cc:724
↓ 3 callersFunctionParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
tests/gmock/gtest/src/gtest-port.cc:724
↓ 3 callersFunctionParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
tests/gmock/fused-src/gmock-gtest-all.cc:8934
↓ 3 callersFunctionParseInt32Flag
Parses a string for an Int32 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:6216
↓ 3 callersFunctionPartialMatch
tests/gmock/fused-src/gtest/gtest.h:2163
↓ 3 callersFunctionPeekToken
(a_list)
tests/gtest/scripts/pump.py:463
↓ 3 callersFunctionPeekToken
(a_list)
tests/gmock/gtest/scripts/pump.py:463
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
tests/gtest/src/gtest-printers.cc:59
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
tests/gmock/gtest/src/gtest-printers.cc:59
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
tests/gmock/fused-src/gmock-gtest-all.cc:9072
↓ 3 callersFunctionPrintRawArrayTo
tests/gtest/include/gtest/gtest-printers.h:489
↓ 3 callersFunctionPrintRawArrayTo
tests/gmock/gtest/fused-src/gtest/gtest.h:10213
↓ 3 callersFunctionPrintRawArrayTo
tests/gmock/gtest/include/gtest/gtest-printers.h:489
↓ 3 callersFunctionPrintRawArrayTo
tests/gmock/fused-src/gtest/gtest.h:10213
↓ 3 callersMethodPublish
src/client/binary_client.cpp:585
↓ 3 callersMethodRemoveTrailingPathSeparator
If input name has a trailing separator character, remove it and return the name, otherwise return the name string unmodified. On Windows platform, use
tests/gmock/fused-src/gmock-gtest-all.cc:8175
↓ 3 callersFunctionReportFailureInUnknownLocation
tests/gtest/src/gtest.cc:1926
↓ 3 callersFunctionReportFailureInUnknownLocation
tests/gmock/gtest/src/gtest.cc:1926
↓ 3 callersFunctionReportFailureInUnknownLocation
tests/gmock/fused-src/gmock-gtest-all.cc:3410
↓ 3 callersMethodReset
Resets the state of the environment s.t. it can be reused.
tests/gtest/test/gtest_environment_test.cc:82
↓ 3 callersMethodReset
Resets the state of the environment s.t. it can be reused.
tests/gmock/gtest/test/gtest_environment_test.cc:82
↓ 3 callersFunctionReturnRefOfCopy
tests/gmock/fused-src/gmock/gmock.h:1998
↓ 3 callersFunctionRun
Runs gtest_list_tests_unittest_ and returns the list of tests printed.
tests/gmock/gtest/test/gtest_list_tests_unittest.py:117
↓ 3 callersFunctionSet
tests/gtest/include/gtest/internal/gtest-filepath.h:78
↓ 3 callersFunctionSet
tests/gmock/gtest/fused-src/gtest/gtest.h:3764
↓ 3 callersMethodSetValue
Sets a new value, overriding the one supplied in the constructor.
tests/gmock/gtest/include/gtest/gtest.h:496
↓ 3 callersFunctionShuffleRange
tests/gmock/fused-src/gmock-gtest-all.cc:712
↓ 3 callersFunctionSleepMilliseconds
Sleeps for (roughly) n milli-seconds. This function is only for testing Google Test's own constructs. Don't use it in user tests, either directly or
tests/gtest/include/gtest/internal/gtest-port.h:1209
↓ 3 callersFunctionSleepMilliseconds
Sleeps for (roughly) n milli-seconds. This function is only for testing Google Test's own constructs. Don't use it in user tests, either directly or
tests/gmock/gtest/fused-src/gtest/gtest.h:2402
↓ 3 callersMethodStart
src/client/client.cpp:39
↓ 3 callersMethodStart
src/server/server.cpp:118
↓ 3 callersFunctionStat
tests/gtest/include/gtest/internal/gtest-port.h:1806
↓ 3 callersFunctionStat
tests/gmock/gtest/fused-src/gtest/gtest.h:2999
↓ 3 callersFunctionStat
tests/gmock/fused-src/gtest/gtest.h:2999
↓ 3 callersMethodStop
src/client/binary_client.cpp:182
↓ 3 callersFunctionSubString
Returns a substring in lines.
tests/gtest/scripts/pump.py:208
↓ 3 callersFunctionSubString
Returns a substring in lines.
tests/gmock/gtest/scripts/pump.py:208
↓ 3 callersFunctionSubWithTrace
Another helper function for testing SCOPED_TRACE.
tests/gtest/test/gtest_output_test_.cc:169
↓ 3 callersFunctionSubWithTrace
Another helper function for testing SCOPED_TRACE.
tests/gmock/gtest/test/gtest_output_test_.cc:169
↓ 3 callersFunctionTestRepeat
Tests the behavior of Google Test when --gtest_repeat has the given value.
tests/gtest/test/gtest_repeat_test.cc:172
↓ 3 callersFunctionTestRepeat
Tests the behavior of Google Test when --gtest_repeat has the given value.
tests/gmock/gtest/test/gtest_repeat_test.cc:172
↓ 3 callersMethodToType
Convert [Token,...] to [Class(...), ] useful for base classes. For example, code like class Foo : public Bar<x, y> { ... }; the "Bar<x
tests/gmock/scripts/generator/cpp/ast.py:476
↓ 3 callersFunctionToVariant
python/src/py_opcua_variant.h:91
↓ 3 callersFunctionToVariant2
similar to ToVariant but gives a hint to what c++ object type the python object should be converted to
python/src/py_opcua_variant.h:167
↓ 3 callersFunctionTupleMatches
tests/gmock/include/gmock/gmock-matchers.h:838
↓ 3 callersMethodUser
include/opc/common/uri_facade.h:31
↓ 3 callersFunctionVariantTypeToDataType
src/protocol/binary_variant.cpp:610
↓ 3 callersMethod_GetParameters
(self)
tests/gmock/scripts/generator/cpp/ast.py:898
↓ 3 callersMethod_TestXmlOutput
Asserts that the XML document generated by running the program gtest_prog_name matches expected_xml, a string containing another XML docu
tests/gtest/test/gtest_xml_output_unittest.py:286
↓ 3 callersMethod_TestXmlOutput
Asserts that the XML document generated by running the program gtest_prog_name matches expected_xml, a string containing another XML docu
tests/gmock/gtest/test/gtest_xml_output_unittest.py:286
↓ 3 callersFunction_flush
include/opc/spdlog/sinks/file_sinks.h:49
↓ 3 callersFunction_rmdir
Windows CE doesn't have the _rmdir C function.
tests/gmock/gtest/test/gtest-filepath_test.cc:75
↓ 3 callersFunctioncheck_sign
include/opc/spdlog/fmt/bundled/format.h:4122
↓ 3 callersMethodcurrent_test_result
Returns the TestResult for the test that's currently running, or the TestResult for the ad hoc test if no test is running.
tests/gmock/fused-src/gmock-gtest-all.cc:6078
↓ 3 callersMethoddivider
tests/gmock/test/gmock-matchers_test.cc:3801
↓ 3 callersFunctionfile_exists
Return if file exists
include/opc/spdlog/details/os.h:201
↓ 3 callersMethodindex
tests/gtest/include/gtest/internal/gtest-death-test-internal.h:259
↓ 3 callersMethodindex
tests/gmock/gtest/fused-src/gtest/gtest.h:8901
↓ 3 callersFunctionisinf
include/opc/spdlog/fmt/bundled/format.h:331
↓ 3 callersFunctionisnan
include/opc/spdlog/fmt/bundled/format.h:339
↓ 3 callersMethodlog
include/opc/spdlog/details/logger_impl.h:63
↓ 3 callersFunctionparse_python_exception
python/src/py_opcua_subscriptionclient.cpp:13
↓ 3 callersMethodpointer
tests/gmock/fused-src/gtest/gtest.h:2733
↓ 3 callersMethodpost
src/client/binary_client.cpp:140
↓ 3 callersMethodreportable_disabled_test_count
Gets the number of disabled tests that will be reported in the XML report.
tests/gtest/src/gtest.cc:739
↓ 3 callersMethodreportable_disabled_test_count
Gets the number of disabled tests that will be reported in the XML report.
tests/gmock/gtest/src/gtest.cc:739
↓ 3 callersMethodreportable_disabled_test_count
Gets the number of disabled tests that will be reported in the XML report.
tests/gmock/fused-src/gmock-gtest-all.cc:2223
↓ 3 callersMethodreportable_test_count
Gets the number of tests to be printed in the XML report.
tests/gtest/src/gtest.cc:750
↓ 3 callersMethodreportable_test_count
Gets the number of tests to be printed in the XML report.
tests/gmock/gtest/src/gtest.cc:750
↓ 3 callersMethodreportable_test_count
Gets the number of tests to be printed in the XML report.
tests/gmock/fused-src/gmock-gtest-all.cc:2234
↓ 3 callersFunctionreversed
(seq)
tests/gmock/scripts/generator/cpp/ast.py:52
↓ 3 callersMethodrun
(self)
schemas/generate_protocol.py:362
↓ 3 callersMethodsetPolicyId
src/protocol/binary_session.cpp:52
↓ 3 callersMethodsetup
(self)
python/tests/test_highlevel.py:33
↓ 3 callersMethodstart_timestamp
Gets the time of the test program start, in ms from the start of the UNIX epoch.
tests/gtest/src/gtest.cc:3714
↓ 3 callersMethodstart_timestamp
Gets the time of the test program start, in ms from the start of the UNIX epoch.
tests/gmock/gtest/src/gtest.cc:3714
↓ 3 callersMethodtest_case_to_run_count
Gets the number of all test cases that contain at least one test that should run.
tests/gtest/src/gtest.cc:724
↓ 3 callersMethodtest_case_to_run_count
Gets the number of all test cases that contain at least one test that should run.
tests/gmock/gtest/src/gtest.cc:724
↓ 3 callersMethodto_enum_type
(self, val)
schemas/generate_protocol.py:570
↓ 3 callersMethodtrigger_event
(self, ev)
python/tests/test_highlevel.py:476
↓ 3 callersMethodwrite_fd
tests/gtest/src/gtest-death-test.cc:389
↓ 3 callersMethodwrite_fd
tests/gmock/gtest/src/gtest-death-test.cc:389
↓ 3 callersMethodwrite_fd
tests/gmock/fused-src/gmock-gtest-all.cc:6883
↓ 3 callersFunctionxmlStrcmp
src/server/xml_address_space_loader.cpp:201
↓ 2 callersFunctionAbort
tests/gtest/include/gtest/internal/gtest-port.h:1900
↓ 2 callersFunctionAbort
tests/gmock/gtest/fused-src/gtest/gtest.h:3093
↓ 2 callersFunctionAbort
tests/gmock/gtest/include/gtest/internal/gtest-port.h:1900
↓ 2 callersFunctionAbort
tests/gmock/fused-src/gtest/gtest.h:3093
↓ 2 callersMethodAbort
Signals that the death test code which should have exited, didn't. Should be called only in a death test child process. Writes a status byte to the ch
tests/gmock/gtest/src/gtest-death-test.cc:470
↓ 2 callersMethodAddArgument
tests/gtest/src/gtest-death-test.cc:899
← previousnext →1,101–1,200 of 10,842, ranked by callers