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
↓ 7 callers
Method
Enqueue
Adds an element to the end of the queue. A copy of the element is created using the copy constructor, and then stored in the queue. Changes made to t
tests/gtest/samples/sample3-inl.h:124
↓ 7 callers
Method
Enqueue
Adds an element to the end of the queue. A copy of the element is created using the copy constructor, and then stored in the queue. Changes made to t
tests/gmock/gtest/samples/sample3-inl.h:124
↓ 7 callers
Method
FileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
tests/gtest/src/gtest-filepath.cc:204
↓ 7 callers
Method
FileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
tests/gmock/gtest/src/gtest-filepath.cc:204
↓ 7 callers
Function
ForEach
tests/gmock/fused-src/gmock-gtest-all.cc:696
↓ 7 callers
Function
GTEST_LOCK_EXCLUDED_
tests/gtest/src/gtest.cc:3514
↓ 7 callers
Method
GetIntegerIdentifier
src/protocol/nodeid.cpp:92
↓ 7 callers
Function
GetLastErrnoDescription
Returns the message describing the last system error in errno.
tests/gtest/src/gtest-death-test.cc:304
↓ 7 callers
Function
GetLastErrnoDescription
Returns the message describing the last system error in errno.
tests/gmock/gtest/src/gtest-death-test.cc:304
↓ 7 callers
Method
GetName
Returns ([tokens], next_token_info).
tests/gmock/scripts/generator/cpp/ast.py:927
↓ 7 callers
Method
GetServices
tests/server/builtin_server_impl.cpp:198
↓ 7 callers
Method
GetTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
tests/gtest/src/gtest.cc:3732
↓ 7 callers
Method
GetTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
tests/gmock/gtest/src/gtest.cc:3732
↓ 7 callers
Function
GetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
tests/gtest/src/gtest.cc:598
↓ 7 callers
Function
GetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
tests/gmock/gtest/src/gtest.cc:598
↓ 7 callers
Function
GlobalFunction
A global function that's expected to die.
tests/gtest/test/gtest-death-test_test.cc:170
↓ 7 callers
Function
GlobalFunction
A global function that's expected to die.
tests/gmock/gtest/test/gtest-death-test_test.cc:170
↓ 7 callers
Function
GrabOutput
Verifies that Log() behaves correctly for the given verbosity level and log severity.
tests/gmock/test/gmock-internal-utils_test.cc:499
↓ 7 callers
Method
Host
include/opc/common/uri_facade.h:41
↓ 7 callers
Method
IsAbsolutePath
Returns true if pathname describes an absolute path.
tests/gtest/src/gtest-filepath.cc:260
↓ 7 callers
Method
IsAbsolutePath
Returns true if pathname describes an absolute path.
tests/gmock/gtest/src/gtest-filepath.cc:260
↓ 7 callers
Function
IsAsciiPunct
tests/gtest/src/gtest-port.cc:211
↓ 7 callers
Function
IsAsciiPunct
tests/gmock/gtest/src/gtest-port.cc:211
↓ 7 callers
Function
NotNull
Creates a polymorphic matcher that matches any non-NULL pointer. This is convenient as Not(NULL) doesn't compile (the compiler thinks that that expres
tests/gmock/fused-src/gmock/gmock.h:8874
↓ 7 callers
Method
Notify
Notifies all threads created with this notification to start. Must be called from the controller thread.
tests/gtest/include/gtest/internal/gtest-port.h:1239
↓ 7 callers
Method
Notify
Notifies all threads created with this notification to start. Must be called from the controller thread.
tests/gmock/gtest/fused-src/gtest/gtest.h:2432
↓ 7 callers
Function
ParseCodeNode
(tokens)
tests/gtest/scripts/pump.py:564
↓ 7 callers
Function
ParseCodeNode
(tokens)
tests/gmock/gtest/scripts/pump.py:564
↓ 7 callers
Function
ParseExpNode
(token)
tests/gtest/scripts/pump.py:470
↓ 7 callers
Function
ParseExpNode
(token)
tests/gmock/gtest/scripts/pump.py:470
↓ 7 callers
Method
Perform
Performs the action. Note that this method is const even though the corresponding method in ActionInterface is not. The reason is that a const Actio
tests/gmock/include/gmock/gmock-actions.h:331
↓ 7 callers
Function
Print
src/clientapp/opcua_main.cpp:198
↓ 7 callers
Function
PrintByRef
tests/gtest/test/gtest-printers_test.cc:245
↓ 7 callers
Function
PrintByRef
tests/gmock/gtest/test/gtest-printers_test.cc:245
↓ 7 callers
Function
PrintValue
tests/gtest/test/gtest-param-test_test.cc:82
↓ 7 callers
Function
PrintValue
tests/gmock/gtest/test/gtest-param-test_test.cc:82
↓ 7 callers
Method
Release
TODO(vladl@google.com): Factor the search functionality into Vector::Find.
tests/gtest/src/gtest.cc:2944
↓ 7 callers
Method
Release
TODO(vladl@google.com): Factor the search functionality into Vector::Find.
tests/gmock/gtest/src/gtest.cc:2944
↓ 7 callers
Function
RemoveMatchingTests
Removes output of specified tests from a Google Test program's output. This function strips not only the beginning and the end of a test but also
tests/gtest/test/gtest_output_test.py:167
↓ 7 callers
Function
RemoveMatchingTests
Removes output of specified tests from a Google Test program's output. This function strips not only the beginning and the end of a test but also
tests/gmock/gtest/test/gtest_output_test.py:167
↓ 7 callers
Function
Short
For suppressing compiler warnings on conversion possibly losing precision.
tests/gmock/test/gmock-generated-actions_test.cc:67
↓ 7 callers
Function
Shuffle
tests/gtest/src/gtest-internal-inl.h:347
↓ 7 callers
Function
Shuffle
tests/gmock/gtest/src/gtest-internal-inl.h:347
↓ 7 callers
Function
StringStreamToString
Converts the buffer in a stringstream to an std::string, converting NUL bytes to "\\0" along the way.
tests/gmock/fused-src/gmock-gtest-all.cc:3143
↓ 7 callers
Method
Subscriptions
src/server/services_registry_impl.cpp:244
↓ 7 callers
Function
SumOverTestCaseList
Iterates over a vector of TestCases, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
tests/gtest/src/gtest.cc:321
↓ 7 callers
Function
SumOverTestCaseList
Iterates over a vector of TestCases, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
tests/gmock/gtest/src/gtest.cc:321
↓ 7 callers
Function
SumOverTestCaseList
Iterates over a vector of TestCases, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
tests/gmock/fused-src/gmock-gtest-all.cc:1805
↓ 7 callers
Function
ToHexDump
include/opc/ua/protocol/utils.h:29
↓ 7 callers
Function
UniversalTersePrint
tests/gtest/include/gtest/gtest-printers.h:843
↓ 7 callers
Function
UniversalTersePrint
tests/gmock/gtest/fused-src/gtest/gtest.h:10567
↓ 7 callers
Method
_CreateVariable
(self, pos_token, name, type_name, type_modifiers, ref_pointer_name_seq, templated_typ
tests/gmock/scripts/generator/cpp/ast.py:726
↓ 7 callers
Method
begin
tests/gtest/include/gtest/internal/gtest-param-util.h:184
↓ 7 callers
Method
begin
tests/gmock/gtest/include/gtest/internal/gtest-param-util.h:184
↓ 7 callers
Method
c_string
Gets the 0-terminated C string this MyString object represents.
tests/gtest/samples/sample2.h:77
↓ 7 callers
Method
c_string
Gets the 0-terminated C string this MyString object represents.
tests/gmock/gtest/samples/sample2.h:77
↓ 7 callers
Method
capacity
Returns the capacity of this buffer. */
include/opc/spdlog/fmt/bundled/format.h:698
↓ 7 callers
Method
disabled_test_count
Gets the number of disabled tests.
tests/gtest/src/gtest.cc:745
↓ 7 callers
Method
disabled_test_count
Gets the number of disabled tests.
tests/gmock/gtest/src/gtest.cc:745
↓ 7 callers
Method
end
tests/gtest/include/gtest/internal/gtest-param-util.h:185
↓ 7 callers
Method
end
tests/gmock/gtest/include/gtest/internal/gtest-param-util.h:185
↓ 7 callers
Method
open
include/opc/spdlog/details/file_helper.h:46
↓ 7 callers
Method
original_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
tests/gtest/src/gtest.cc:3934
↓ 7 callers
Method
original_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
tests/gmock/gtest/src/gtest.cc:3934
↓ 7 callers
Method
os_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
tests/gtest/src/gtest.cc:4584
↓ 7 callers
Method
os_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
tests/gmock/gtest/src/gtest.cc:4584
↓ 7 callers
Method
os_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
tests/gmock/fused-src/gmock-gtest-all.cc:6068
↓ 7 callers
Method
parse_node
(self, child)
schemas/generate_address_space.py:141
↓ 6 callers
Method
ActivateSession
src/client/binary_client.cpp:309
↓ 6 callers
Function
AddParameters
src/server/common_addons.cpp:41
↓ 6 callers
Function
AllArgs
tests/gmock/fused-src/gmock/gmock.h:9410
↓ 6 callers
Function
Assert
Asserts that condition is true; aborts the process with the given message if condition is false. We cannot use LOG(FATAL) or CHECK() as Google Mock m
tests/gmock/include/gmock/internal/gmock-internal-utils.h:291
↓ 6 callers
Function
BinaryNodeId
include/opc/ua/protocol/nodeid.h:236
↓ 6 callers
Function
CaptureStdout
Starts capturing stdout.
tests/gtest/src/gtest-port.cc:654
↓ 6 callers
Function
ChDir
tests/gtest/include/gtest/internal/gtest-port.h:1849
↓ 6 callers
Function
ChDir
tests/gmock/gtest/fused-src/gtest/gtest.h:3042
↓ 6 callers
Function
Char
NOLINT
tests/gmock/test/gmock-generated-actions_test.cc:68
↓ 6 callers
Function
ChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
tests/gtest/src/gtest.cc:1424
↓ 6 callers
Function
ChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
tests/gmock/gtest/src/gtest.cc:1424
↓ 6 callers
Function
ChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
tests/gmock/fused-src/gmock-gtest-all.cc:2908
↓ 6 callers
Method
Client
src/server/tcp_server.cpp:86
↓ 6 callers
Method
CloseSession
src/client/binary_client.cpp:323
↓ 6 callers
Method
ConservativeLowerBound
Conservative estimate on the lower/upper bound of the number of calls allowed.
tests/gmock/fused-src/gmock/gmock.h:2186
↓ 6 callers
Method
ConservativeUpperBound
tests/gmock/fused-src/gmock/gmock.h:2187
↓ 6 callers
Function
CopyArray
tests/gtest/include/gtest/internal/gtest-internal.h:982
↓ 6 callers
Function
CopyArray
tests/gmock/gtest/fused-src/gtest/gtest.h:8358
↓ 6 callers
Method
CreateSession
/////////////////////////////////////////////////////////// Session Services ///////////////////////////////////////////////////////////
src/client/binary_client.cpp:279
↓ 6 callers
Method
CreateSubscription
src/client/client.cpp:479
↓ 6 callers
Method
Dequeue
Removes the head of the queue and returns it. Returns NULL if the queue is empty.
tests/gtest/samples/sample3-inl.h:144
↓ 6 callers
Method
Dequeue
Removes the head of the queue and returns it. Returns NULL if the queue is empty.
tests/gmock/gtest/samples/sample3-inl.h:144
↓ 6 callers
Method
DescribeTo
Describes the Between(m, n) cardinality in human-friendly text.
tests/gmock/src/gmock-cardinalities.cc:108
↓ 6 callers
Method
DescribeTo
Describes the Between(m, n) cardinality in human-friendly text.
tests/gmock/fused-src/gmock-gtest-all.cc:9739
↓ 6 callers
Function
DieIf
A unary function that may die.
tests/gtest/test/gtest-death-test_test.cc:179
↓ 6 callers
Function
DieIf
A unary function that may die.
tests/gmock/gtest/test/gtest-death-test_test.cc:179
↓ 6 callers
Function
DoubleEq
Creates a matcher that matches any double argument approximately equal to rhs, where two NANs are considered unequal.
tests/gmock/fused-src/gmock/gmock.h:8889
↓ 6 callers
Function
ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest
tests/gtest/test/gtest_unittest.cc:1943
↓ 6 callers
Function
ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest
tests/gmock/gtest/test/gtest_unittest.cc:1943
↓ 6 callers
Function
ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase
tests/gtest/test/gtest_unittest.cc:1951
↓ 6 callers
Function
ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase
tests/gmock/gtest/test/gtest_unittest.cc:1951
↓ 6 callers
Function
FormatEpochTimeInMillisAsIso8601
Converts the given epoch time in milliseconds to a date string in the ISO 8601 format, without the timezone information.
tests/gtest/src/gtest.cc:3221
← previous
next →
601–700 of 10,842, ranked by callers