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
↓ 5 callers
Function
IgnoreResult
tests/gmock/fused-src/gmock/gmock.h:2101
↓ 5 callers
Function
InitGoogleMock
Initializes Google Mock. This must be called before running the tests. In particular, it parses a command line for the flags that Google Mock recogn
tests/gmock/src/gmock.cc:172
↓ 5 callers
Function
Int32FromEnvOrDie
Parses the environment variable var as an Int32. If it is unset, returns default_val. If it is not an Int32, prints an error and aborts.
tests/gmock/fused-src/gmock-gtest-all.cc:5910
↓ 5 callers
Function
IsDigit
tests/gmock/fused-src/gtest/gtest.h:2923
↓ 5 callers
Method
IsDirectory
Returns true if FilePath ends with a path separator, which indicates that it is intended to represent a directory. Returns false otherwise. This does
tests/gtest/src/gtest-filepath.cc:295
↓ 5 callers
Method
IsDirectory
Returns true if FilePath ends with a path separator, which indicates that it is intended to represent a directory. Returns false otherwise. This does
tests/gmock/gtest/src/gtest-filepath.cc:295
↓ 5 callers
Method
IsInteger
src/protocol/nodeid.cpp:38
↓ 5 callers
Function
IsTrue
tests/gmock/gtest/src/gtest.cc:4648
↓ 5 callers
Function
JoinAsTuple
Joins a vector of strings as if they are fields of a tuple; returns the joined string.
tests/gmock/src/gmock-matchers.cc:105
↓ 5 callers
Method
Lock
tests/gmock/fused-src/gtest/gtest.h:2798
↓ 5 callers
Function
MatchPrintAndExplain
tests/gmock/fused-src/gmock/gmock.h:5649
↓ 5 callers
Function
MatchPrintAndExplain
tests/gmock/include/gmock/gmock-matchers.h:728
↓ 5 callers
Function
Matches
tests/gmock/include/gmock/gmock-matchers.h:4443
↓ 5 callers
Function
MatchesRegex
Matches a string that fully matches regular expression 'regex'. The matcher takes ownership of 'regex'.
tests/gmock/fused-src/gmock/gmock.h:9085
↓ 5 callers
Method
Method
/////////////////////////////////////////////////////////// Method Services ///////////////////////////////////////////////////////////
src/client/binary_client.cpp:444
↓ 5 callers
Function
NanSensitiveDoubleEq
Creates a matcher that matches any double argument approximately equal to rhs, including NaN values when rhs is NaN.
tests/gmock/fused-src/gmock/gmock.h:8896
↓ 5 callers
Function
NanSensitiveFloatEq
Creates a matcher that matches any float argument approximately equal to rhs, including NaN values when rhs is NaN.
tests/gmock/fused-src/gmock/gmock.h:8928
↓ 5 callers
Function
ParseToken
(lines, pos, regex, token_type)
tests/gtest/scripts/pump.py:243
↓ 5 callers
Function
ParseToken
(lines, pos, regex, token_type)
tests/gmock/gtest/scripts/pump.py:243
↓ 5 callers
Method
PassedCalls
tests/gtest/test/gtest-death-test_test.cc:829
↓ 5 callers
Method
PassedCalls
tests/gmock/gtest/test/gtest-death-test_test.cc:829
↓ 5 callers
Function
RUN_ALL_TESTS
tests/gmock/fused-src/gtest/gtest.h:21297
↓ 5 callers
Function
RegisterAddressSpace
tests/server/address_space_registry_test.h:24
↓ 5 callers
Method
RemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
tests/gtest/src/gtest-filepath.cc:119
↓ 5 callers
Method
RemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
tests/gmock/gtest/src/gtest-filepath.cc:119
↓ 5 callers
Function
ResetCounts
Resets the count for each test.
tests/gtest/test/gtest_repeat_test.cc:141
↓ 5 callers
Function
ResetCounts
Resets the count for each test.
tests/gmock/gtest/test/gtest_repeat_test.cc:141
↓ 5 callers
Method
RootObject
src/core/model_server.cpp:31
↓ 5 callers
Method
RunAndVerify
Runs gtest_list_tests_unittest_ and verifies that it prints the correct tests. Args: flag_value: value of the --gtest_list_test
tests/gtest/test/gtest_list_tests_unittest.py:129
↓ 5 callers
Method
RunAndVerify
Runs gtest_list_tests_unittest_ and verifies that it prints the correct tests. Args: flag_value: value of the --gtest_list_test
tests/gmock/gtest/test/gtest_list_tests_unittest.py:129
↓ 5 callers
Function
RunCode
(env, code_node, output)
tests/gtest/scripts/pump.py:702
↓ 5 callers
Function
RunCode
(env, code_node, output)
tests/gmock/gtest/scripts/pump.py:702
↓ 5 callers
Method
Scheme
include/opc/common/uri_facade.h:26
↓ 5 callers
Method
SetParameters
Sets the parameters for subsequent calls to Create.
tests/gtest/test/gtest-death-test_test.cc:916
↓ 5 callers
Method
SetParameters
Sets the parameters for subsequent calls to Create.
tests/gmock/gtest/test/gtest-death-test_test.cc:916
↓ 5 callers
Method
SetValue
Sets a new value, overriding the one supplied in the constructor.
tests/gtest/include/gtest/gtest.h:496
↓ 5 callers
Function
StringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
tests/gtest/src/gtest-port.cc:798
↓ 5 callers
Function
StringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
tests/gmock/gtest/src/gtest-port.cc:798
↓ 5 callers
Function
StringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
tests/gmock/fused-src/gmock-gtest-all.cc:9008
↓ 5 callers
Method
TestDeleted
tests/gtest/test/gtest-death-test_test.cc:835
↓ 5 callers
Method
TestDeleted
tests/gmock/gtest/test/gtest-death-test_test.cc:835
↓ 5 callers
Method
ToString
Return a string that tries to reconstitute the variable decl.
tests/gmock/scripts/generator/cpp/ast.py:261
↓ 5 callers
Method
Unlock
tests/gmock/fused-src/gtest/gtest.h:2799
↓ 5 callers
Method
WaitCalls
tests/gtest/test/gtest-death-test_test.cc:828
↓ 5 callers
Method
WaitCalls
tests/gmock/gtest/test/gtest-death-test_test.cc:828
↓ 5 callers
Method
_TypeStringHelper
(self, suffix)
tests/gmock/scripts/generator/cpp/ast.py:243
↓ 5 callers
Method
count
tests/gmock/fused-src/gmock/gmock.h:8338
↓ 5 callers
Function
count_digits
Returns the number of decimal digits in n. Leading zeros are not counted except for n == 0 in which case count_digits returns 1.
include/opc/spdlog/fmt/bundled/format.h:998
↓ 5 callers
Method
fill
include/opc/spdlog/fmt/bundled/format.h:1865
↓ 5 callers
Method
flush
include/opc/spdlog/details/logger_impl.h:534
↓ 5 callers
Method
get
src/protocol/binary_variant.cpp:169
↓ 5 callers
Method
get
tests/gtest/include/gtest/internal/gtest-linked_ptr.h:190
↓ 5 callers
Method
get
tests/gmock/gtest/include/gtest/internal/gtest-linked_ptr.h:190
↓ 5 callers
Function
is_name_start
include/opc/spdlog/fmt/bundled/format.h:4080
↓ 5 callers
Function
is_negative
include/opc/spdlog/fmt/bundled/format.h:944
↓ 5 callers
Function
listeners
Provides access to the event listener list.
tests/gtest/src/gtest-internal-inl.h:628
↓ 5 callers
Function
listeners
Provides access to the event listener list.
tests/gmock/gtest/src/gtest-internal-inl.h:628
↓ 5 callers
Function
listeners
Provides access to the event listener list.
tests/gmock/fused-src/gmock-gtest-all.cc:1000
↓ 5 callers
Function
make_ptr
include/opc/spdlog/fmt/bundled/format.h:648
↓ 5 callers
Method
original_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
tests/gmock/fused-src/gmock-gtest-all.cc:5418
↓ 5 callers
Method
repeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
tests/gtest/src/gtest.cc:3588
↓ 5 callers
Method
repeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
tests/gmock/gtest/src/gtest.cc:3588
↓ 5 callers
Method
set
tests/gtest/include/gtest/internal/gtest-port.h:1543
↓ 5 callers
Method
set
tests/gmock/gtest/fused-src/gtest/gtest.h:2736
↓ 5 callers
Method
successful_test_count
Gets the number of successful tests.
tests/gtest/src/gtest.cc:729
↓ 5 callers
Method
successful_test_count
Gets the number of successful tests.
tests/gmock/gtest/src/gtest.cc:729
↓ 5 callers
Method
value
tests/gmock/test/gmock-matchers_test.cc:539
↓ 5 callers
Method
what
tests/gtest/test/gtest-death-test_ex_test.cc:63
↓ 5 callers
Method
what
tests/gmock/gtest/test/gtest-death-test_ex_test.cc:63
↓ 5 callers
Method
y
tests/gmock/test/gmock_stress_test.cc:80
↓ 4 callers
Method
AddApplications
src/server/endpoints_services_addon.cpp:59
↓ 4 callers
Function
AddParameter
src/core/common/addons_core/config_file.cpp:51
↓ 4 callers
Method
AlmostEquals
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/fused-src/gtest/gtest.h:7712
↓ 4 callers
Method
Append
(self, s)
tests/gtest/scripts/pump.py:652
↓ 4 callers
Method
Append
(self, s)
tests/gmock/gtest/scripts/pump.py:652
↓ 4 callers
Function
Arity
Returns the English name of the given arity.
tests/gtest/scripts/gen_gtest_pred_impl.py:164
↓ 4 callers
Function
Arity
Returns the English name of the given arity.
tests/gmock/gtest/scripts/gen_gtest_pred_impl.py:164
↓ 4 callers
Function
ArrayAwareFind
tests/gtest/include/gtest/internal/gtest-internal.h:962
↓ 4 callers
Function
ArrayAwareFind
tests/gmock/gtest/fused-src/gtest/gtest.h:8338
↓ 4 callers
Function
ArrayAwareFind
tests/gmock/fused-src/gtest/gtest.h:8338
↓ 4 callers
Method
AssertSetEqual
Asserts that two sets are equal.
tests/gtest/test/gtest_filter_unittest.py:230
↓ 4 callers
Method
AssertSetEqual
Asserts that two sets are equal.
tests/gmock/gtest/test/gtest_filter_unittest.py:230
↓ 4 callers
Function
Assign
tests/gmock/fused-src/gmock/gmock.h:2057
↓ 4 callers
Method
Browse
tests/server/xml_addressspace_ut.cpp:46
↓ 4 callers
Function
ChangeToRootDir
tests/gtest/test/gtest-death-test_test.cc:364
↓ 4 callers
Function
ChangeToRootDir
tests/gmock/gtest/test/gtest-death-test_test.cc:364
↓ 4 callers
Function
CmpHelperEQ
tests/gtest/include/gtest/gtest.h:1488
↓ 4 callers
Function
CmpHelperEQ
tests/gmock/gtest/fused-src/gtest/gtest.h:20068
↓ 4 callers
Function
CmpHelperEQ
tests/gmock/gtest/include/gtest/gtest.h:1488
↓ 4 callers
Function
CmpHelperEQ
tests/gmock/fused-src/gtest/gtest.h:20068
↓ 4 callers
Function
CreateAddressSpace
src/server/address_space_internal.cpp:722
↓ 4 callers
Function
DieIfLessThan
A binary function that may die.
tests/gtest/test/gtest-death-test_test.cc:185
↓ 4 callers
Function
DieIfLessThan
A binary function that may die.
tests/gmock/gtest/test/gtest-death-test_test.cc:185
↓ 4 callers
Function
DoubleNear
Creates a matcher that matches any double argument approximately equal to rhs, up to the specified max absolute error bound, where two NANs are consid
tests/gmock/fused-src/gmock/gmock.h:8904
↓ 4 callers
Function
Elements
tests/gmock/include/gmock/gmock-matchers.h:3511
↓ 4 callers
Method
EvalExp
(self, exp)
tests/gtest/scripts/pump.py:622
↓ 4 callers
Method
EvalExp
(self, exp)
tests/gmock/gtest/scripts/pump.py:622
↓ 4 callers
Function
ExplainMatchFailureTupleTo
tests/gmock/fused-src/gmock/gmock.h:5775
↓ 4 callers
Function
FOpen
tests/gmock/fused-src/gtest/gtest.h:3044
↓ 4 callers
Function
Fail
Prints the given failure message and exits the program with non-zero. We use this instead of a Google Test assertion to indicate a failure, as the la
tests/gtest/test/gtest_throw_on_failure_ex_test.cc:45
← previous
next →
801–900 of 10,842, ranked by callers