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
↓ 3 callers
Function
IsTrue
tests/gtest/src/gtest.cc:4648
↓ 3 callers
Function
IsTrue
tests/gmock/fused-src/gmock-gtest-all.cc:6132
↓ 3 callers
Function
JoinAndDelete
tests/gmock/test/gmock_stress_test.cc:59
↓ 3 callers
Function
MakeAction
tests/gmock/fused-src/gmock/gmock.h:1372
↓ 3 callers
Function
MatchRegexAtHead
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 callers
Function
NormalExitStatus
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 callers
Function
NormalExitStatus
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 callers
Function
ParseFlagValue
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 callers
Function
ParseFlagValue
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 callers
Function
ParseFlagValue
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 callers
Function
ParseInt32
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 callers
Function
ParseInt32
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 callers
Function
ParseInt32
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 callers
Function
ParseInt32Flag
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 callers
Function
PartialMatch
tests/gmock/fused-src/gtest/gtest.h:2163
↓ 3 callers
Function
PeekToken
(a_list)
tests/gtest/scripts/pump.py:463
↓ 3 callers
Function
PeekToken
(a_list)
tests/gmock/gtest/scripts/pump.py:463
↓ 3 callers
Function
PrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
tests/gtest/src/gtest-printers.cc:59
↓ 3 callers
Function
PrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
tests/gmock/gtest/src/gtest-printers.cc:59
↓ 3 callers
Function
PrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
tests/gmock/fused-src/gmock-gtest-all.cc:9072
↓ 3 callers
Function
PrintRawArrayTo
tests/gtest/include/gtest/gtest-printers.h:489
↓ 3 callers
Function
PrintRawArrayTo
tests/gmock/gtest/fused-src/gtest/gtest.h:10213
↓ 3 callers
Function
PrintRawArrayTo
tests/gmock/gtest/include/gtest/gtest-printers.h:489
↓ 3 callers
Function
PrintRawArrayTo
tests/gmock/fused-src/gtest/gtest.h:10213
↓ 3 callers
Method
Publish
src/client/binary_client.cpp:585
↓ 3 callers
Method
RemoveTrailingPathSeparator
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 callers
Function
ReportFailureInUnknownLocation
tests/gtest/src/gtest.cc:1926
↓ 3 callers
Function
ReportFailureInUnknownLocation
tests/gmock/gtest/src/gtest.cc:1926
↓ 3 callers
Function
ReportFailureInUnknownLocation
tests/gmock/fused-src/gmock-gtest-all.cc:3410
↓ 3 callers
Method
Reset
Resets the state of the environment s.t. it can be reused.
tests/gtest/test/gtest_environment_test.cc:82
↓ 3 callers
Method
Reset
Resets the state of the environment s.t. it can be reused.
tests/gmock/gtest/test/gtest_environment_test.cc:82
↓ 3 callers
Function
ReturnRefOfCopy
tests/gmock/fused-src/gmock/gmock.h:1998
↓ 3 callers
Function
Run
Runs gtest_list_tests_unittest_ and returns the list of tests printed.
tests/gmock/gtest/test/gtest_list_tests_unittest.py:117
↓ 3 callers
Function
Set
tests/gtest/include/gtest/internal/gtest-filepath.h:78
↓ 3 callers
Function
Set
tests/gmock/gtest/fused-src/gtest/gtest.h:3764
↓ 3 callers
Method
SetValue
Sets a new value, overriding the one supplied in the constructor.
tests/gmock/gtest/include/gtest/gtest.h:496
↓ 3 callers
Function
ShuffleRange
tests/gmock/fused-src/gmock-gtest-all.cc:712
↓ 3 callers
Function
SleepMilliseconds
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 callers
Function
SleepMilliseconds
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 callers
Method
Start
src/client/client.cpp:39
↓ 3 callers
Method
Start
src/server/server.cpp:118
↓ 3 callers
Function
Stat
tests/gtest/include/gtest/internal/gtest-port.h:1806
↓ 3 callers
Function
Stat
tests/gmock/gtest/fused-src/gtest/gtest.h:2999
↓ 3 callers
Function
Stat
tests/gmock/fused-src/gtest/gtest.h:2999
↓ 3 callers
Method
Stop
src/client/binary_client.cpp:182
↓ 3 callers
Function
SubString
Returns a substring in lines.
tests/gtest/scripts/pump.py:208
↓ 3 callers
Function
SubString
Returns a substring in lines.
tests/gmock/gtest/scripts/pump.py:208
↓ 3 callers
Function
SubWithTrace
Another helper function for testing SCOPED_TRACE.
tests/gtest/test/gtest_output_test_.cc:169
↓ 3 callers
Function
SubWithTrace
Another helper function for testing SCOPED_TRACE.
tests/gmock/gtest/test/gtest_output_test_.cc:169
↓ 3 callers
Function
TestRepeat
Tests the behavior of Google Test when --gtest_repeat has the given value.
tests/gtest/test/gtest_repeat_test.cc:172
↓ 3 callers
Function
TestRepeat
Tests the behavior of Google Test when --gtest_repeat has the given value.
tests/gmock/gtest/test/gtest_repeat_test.cc:172
↓ 3 callers
Method
ToType
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 callers
Function
ToVariant
python/src/py_opcua_variant.h:91
↓ 3 callers
Function
ToVariant2
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 callers
Function
TupleMatches
tests/gmock/include/gmock/gmock-matchers.h:838
↓ 3 callers
Method
User
include/opc/common/uri_facade.h:31
↓ 3 callers
Function
VariantTypeToDataType
src/protocol/binary_variant.cpp:610
↓ 3 callers
Method
_GetParameters
(self)
tests/gmock/scripts/generator/cpp/ast.py:898
↓ 3 callers
Method
_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 callers
Method
_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 callers
Function
_flush
include/opc/spdlog/sinks/file_sinks.h:49
↓ 3 callers
Function
_rmdir
Windows CE doesn't have the _rmdir C function.
tests/gmock/gtest/test/gtest-filepath_test.cc:75
↓ 3 callers
Function
check_sign
include/opc/spdlog/fmt/bundled/format.h:4122
↓ 3 callers
Method
current_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 callers
Method
divider
tests/gmock/test/gmock-matchers_test.cc:3801
↓ 3 callers
Function
file_exists
Return if file exists
include/opc/spdlog/details/os.h:201
↓ 3 callers
Method
index
tests/gtest/include/gtest/internal/gtest-death-test-internal.h:259
↓ 3 callers
Method
index
tests/gmock/gtest/fused-src/gtest/gtest.h:8901
↓ 3 callers
Function
isinf
include/opc/spdlog/fmt/bundled/format.h:331
↓ 3 callers
Function
isnan
include/opc/spdlog/fmt/bundled/format.h:339
↓ 3 callers
Method
log
include/opc/spdlog/details/logger_impl.h:63
↓ 3 callers
Function
parse_python_exception
python/src/py_opcua_subscriptionclient.cpp:13
↓ 3 callers
Method
pointer
tests/gmock/fused-src/gtest/gtest.h:2733
↓ 3 callers
Method
post
src/client/binary_client.cpp:140
↓ 3 callers
Method
reportable_disabled_test_count
Gets the number of disabled tests that will be reported in the XML report.
tests/gtest/src/gtest.cc:739
↓ 3 callers
Method
reportable_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 callers
Method
reportable_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 callers
Method
reportable_test_count
Gets the number of tests to be printed in the XML report.
tests/gtest/src/gtest.cc:750
↓ 3 callers
Method
reportable_test_count
Gets the number of tests to be printed in the XML report.
tests/gmock/gtest/src/gtest.cc:750
↓ 3 callers
Method
reportable_test_count
Gets the number of tests to be printed in the XML report.
tests/gmock/fused-src/gmock-gtest-all.cc:2234
↓ 3 callers
Function
reversed
(seq)
tests/gmock/scripts/generator/cpp/ast.py:52
↓ 3 callers
Method
run
(self)
schemas/generate_protocol.py:362
↓ 3 callers
Method
setPolicyId
src/protocol/binary_session.cpp:52
↓ 3 callers
Method
setup
(self)
python/tests/test_highlevel.py:33
↓ 3 callers
Method
start_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 callers
Method
start_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 callers
Method
test_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 callers
Method
test_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 callers
Method
to_enum_type
(self, val)
schemas/generate_protocol.py:570
↓ 3 callers
Method
trigger_event
(self, ev)
python/tests/test_highlevel.py:476
↓ 3 callers
Method
write_fd
tests/gtest/src/gtest-death-test.cc:389
↓ 3 callers
Method
write_fd
tests/gmock/gtest/src/gtest-death-test.cc:389
↓ 3 callers
Method
write_fd
tests/gmock/fused-src/gmock-gtest-all.cc:6883
↓ 3 callers
Function
xmlStrcmp
src/server/xml_address_space_loader.cpp:201
↓ 2 callers
Function
Abort
tests/gtest/include/gtest/internal/gtest-port.h:1900
↓ 2 callers
Function
Abort
tests/gmock/gtest/fused-src/gtest/gtest.h:3093
↓ 2 callers
Function
Abort
tests/gmock/gtest/include/gtest/internal/gtest-port.h:1900
↓ 2 callers
Function
Abort
tests/gmock/fused-src/gtest/gtest.h:3093
↓ 2 callers
Method
Abort
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 callers
Method
AddArgument
tests/gtest/src/gtest-death-test.cc:899
← previous
next →
1,101–1,200 of 10,842, ranked by callers