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
↓ 14 callers
Method
Register
'index' is the index of the test in the type list 'Types' specified in INSTANTIATE_TYPED_TEST_CASE_P(Prefix, TestCase, Types). Valid values for 'inde
tests/gmock/fused-src/gtest/gtest.h:7979
↓ 14 callers
Method
resize
Resizes the buffer. If T is a POD type new elements may not be initialized. */
include/opc/spdlog/fmt/bundled/format.h:706
↓ 14 callers
Method
total_part_count
Gets the number of all test parts. This is the sum of the number of successful test parts and the number of failed test parts.
tests/gtest/src/gtest.cc:1877
↓ 14 callers
Method
trace
include/opc/spdlog/details/logger_impl.h:126
↓ 14 callers
Method
visit
\rst Visits an argument dispatching to the appropriate visit method based on the argument type. For example, if the argument type is ``dou
include/opc/spdlog/fmt/bundled/format.h:1787
↓ 13 callers
Function
Binary
tests/gmock/test/gmock-more-actions_test.cc:108
↓ 13 callers
Method
Binary
tests/gmock/test/gmock-more-actions_test.cc:188
↓ 13 callers
Function
Check
Prints the message and aborts the program if condition is false.
tests/gtest/test/gtest_environment_test.cc:116
↓ 13 callers
Function
Check
Prints the message and aborts the program if condition is false.
tests/gmock/gtest/test/gtest_environment_test.cc:116
↓ 13 callers
Function
ContainsRegex
Matches a string that contains regular expression 'regex'. The matcher takes ownership of 'regex'.
tests/gmock/fused-src/gmock/gmock.h:9098
↓ 13 callers
Function
DoDefault
Creates an action that does the default action for the give mock function.
tests/gmock/fused-src/gmock/gmock.h:2004
↓ 13 callers
Method
Failed
Returns true iff the test failed.
tests/gmock/gtest/src/gtest.cc:1847
↓ 13 callers
Function
FullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
tests/gtest/include/gtest/internal/gtest-port.h:966
↓ 13 callers
Function
FullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
tests/gmock/gtest/fused-src/gtest/gtest.h:2159
↓ 13 callers
Method
Get
tests/gtest/src/gtest-internal-inl.h:1024
↓ 13 callers
Method
Get
tests/gmock/gtest/src/gtest-internal-inl.h:1024
↓ 13 callers
Method
GetServer
src/server/services_registry_impl.cpp:296
↓ 13 callers
Function
IsAsciiWhiteSpace
tests/gtest/src/gtest-port.cc:215
↓ 13 callers
Function
IsAsciiWhiteSpace
tests/gmock/gtest/src/gtest-port.cc:215
↓ 13 callers
Function
IsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
tests/gtest/src/gtest-port.cc:203
↓ 13 callers
Function
IsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
tests/gmock/gtest/src/gtest-port.cc:203
↓ 13 callers
Method
IsRootDirectory
Returns true if pathname describes a root directory. (Windows has one root directory per disk drive.)
tests/gtest/src/gtest-filepath.cc:248
↓ 13 callers
Method
IsRootDirectory
Returns true if pathname describes a root directory. (Windows has one root directory per disk drive.)
tests/gmock/gtest/src/gtest-filepath.cc:248
↓ 13 callers
Function
TupleMatches
tests/gmock/fused-src/gmock/gmock.h:5759
↓ 13 callers
Function
UnorderedElementsAreArray
tests/gmock/fused-src/gmock/gmock.h:8748
↓ 13 callers
Method
info
include/opc/spdlog/details/logger_impl.h:138
↓ 13 callers
Method
is_nan
Returns true iff this is NAN (not a number).
tests/gmock/fused-src/gtest/gtest.h:7699
↓ 13 callers
Method
load
include/opc/spdlog/details/null_mutex.h:33
↓ 13 callers
Function
localtime
include/opc/spdlog/details/os.h:80
↓ 13 callers
Method
total_test_count
Gets the number of all tests.
tests/gtest/src/gtest.cc:755
↓ 13 callers
Method
total_test_count
Gets the number of all tests.
tests/gmock/gtest/src/gtest.cc:755
↓ 12 callers
Function
AlwaysTrue
tests/gmock/gtest/src/gtest.cc:4650
↓ 12 callers
Function
DoAll
tests/gmock/fused-src/gmock/gmock.h:3196
↓ 12 callers
Function
EqFailure
Constructs and returns the message for an equality assertion (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. The first four parameters are the expressio
tests/gmock/gtest/src/gtest.cc:1000
↓ 12 callers
Method
Failed
Returns true iff the test failed.
tests/gtest/src/gtest.cc:1847
↓ 12 callers
Function
FormatFileLocation
Formats a source file path and a line number as they would appear in an error message from the compiler used to compile this code.
tests/gtest/src/gtest-port.cc:456
↓ 12 callers
Function
GetEnv
tests/gtest/include/gtest/internal/gtest-port.h:1875
↓ 12 callers
Function
GetEnv
tests/gmock/gtest/fused-src/gtest/gtest.h:3068
↓ 12 callers
Function
GetTestCases
Returns a list of test cases in the given full test names. Args: tests: a list of full test names Returns: A list of test cases from 'te
tests/gtest/test/gtest_shuffle_test.py:110
↓ 12 callers
Function
GetTestCases
Returns a list of test cases in the given full test names. Args: tests: a list of full test names Returns: A list of test cases from 'te
tests/gmock/gtest/test/gtest_shuffle_test.py:110
↓ 12 callers
Function
IsAsciiDigit
Returns true iff ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale.
tests/gtest/src/gtest-port.cc:210
↓ 12 callers
Function
IsAsciiDigit
Returns true iff ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale.
tests/gmock/gtest/src/gtest-port.cc:210
↓ 12 callers
Method
IsPrime
tests/gtest/samples/sample8_unittest.cc:62
↓ 12 callers
Method
IsPrime
tests/gmock/gtest/samples/sample8_unittest.cc:62
↓ 12 callers
Function
MakePolymorphicAction
tests/gmock/include/gmock/gmock-actions.h:425
↓ 12 callers
Function
PrintToString
tests/gtest/include/gtest/gtest-printers.h:958
↓ 12 callers
Function
PrintToString
tests/gmock/gtest/fused-src/gtest/gtest.h:10682
↓ 12 callers
Method
QualifiedName
include/opc/ua/protocol/types.h:76
↓ 12 callers
Function
RandomSeedFlag
(n)
tests/gtest/test/gtest_shuffle_test.py:74
↓ 12 callers
Function
RandomSeedFlag
(n)
tests/gmock/gtest/test/gtest_shuffle_test.py:74
↓ 12 callers
Method
RemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
tests/gtest/src/gtest-filepath.cc:161
↓ 12 callers
Method
RemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
tests/gmock/gtest/src/gtest-filepath.cc:161
↓ 12 callers
Function
ShuffleFlag
()
tests/gtest/test/gtest_shuffle_test.py:70
↓ 12 callers
Function
ShuffleFlag
()
tests/gmock/gtest/test/gtest_shuffle_test.py:70
↓ 12 callers
Method
Subscriptions
/////////////////////////////////////////////////////////// Subscriptions Services ///////////////////////////////////////////////////////////
src/client/binary_client.cpp:512
↓ 12 callers
Function
TestInitGoogleMock
tests/gmock/test/gmock_test.cc:48
↓ 12 callers
Method
Views
/////////////////////////////////////////////////////////// View Services ///////////////////////////////////////////////////////////
src/client/binary_client.cpp:676
↓ 12 callers
Function
WhenSortedBy
tests/gmock/fused-src/gmock/gmock.h:9245
↓ 12 callers
Method
create
Create and register a logger a single sink
include/opc/spdlog/details/spdlog_impl.h:179
↓ 12 callers
Method
end
tests/gmock/test/gmock-matchers_test.cc:4325
↓ 12 callers
Function
now
include/opc/spdlog/details/os.h:64
↓ 12 callers
Method
precision
include/opc/spdlog/fmt/bundled/format.h:1853
↓ 12 callers
Method
read
include/opc/spdlog/fmt/bundled/posix.cc:153
↓ 12 callers
Method
reset
tests/gtest/include/gtest/internal/gtest-port.h:914
↓ 12 callers
Method
reset
tests/gmock/gtest/fused-src/gtest/gtest.h:2107
↓ 12 callers
Method
should_log
include/opc/spdlog/sinks/sink.h:36
↓ 12 callers
Function
to_unsigned
include/opc/spdlog/fmt/bundled/format.h:635
↓ 11 callers
Function
ACTION_TEMPLATE
tests/gmock/fused-src/gmock/gmock.h:4634
↓ 11 callers
Function
ACTION_TEMPLATE
tests/gmock/include/gmock/gmock-generated-actions.h:2363
↓ 11 callers
Function
AllOfMatches
Helper to allow easy testing of AllOf matchers with num parameters.
tests/gmock/test/gmock-matchers_test.cc:1987
↓ 11 callers
Function
AlwaysTrue
tests/gtest/src/gtest.cc:4650
↓ 11 callers
Function
AnyOfMatches
Helper to allow easy testing of AnyOf matchers with num parameters.
tests/gmock/test/gmock-matchers_test.cc:2185
↓ 11 callers
Method
BaseGenerator
tests/gmock/gtest/fused-src/gtest/gtest.h:10866
↓ 11 callers
Method
BaseGenerator
tests/gmock/fused-src/gtest/gtest.h:10866
↓ 11 callers
Function
ByRef
tests/gmock/fused-src/gmock/gmock.h:2114
↓ 11 callers
Function
CountIf
tests/gmock/fused-src/gmock-gtest-all.cc:683
↓ 11 callers
Function
ExpectSpecProperty
Expects that the EXPECT_CALL() statement has the given property.
tests/gmock/include/gmock/gmock-spec-builders.h:778
↓ 11 callers
Function
GetHost
tests/client/common.h:22
↓ 11 callers
Function
GetPort
tests/client/common.h:32
↓ 11 callers
Function
IsReadableTypeName
Returns true if the given type name is easy to read by a human. This is used to decide whether printing the type of a value might be helpful.
tests/gmock/fused-src/gmock/gmock.h:5635
↓ 11 callers
Function
Matches
tests/gmock/fused-src/gmock/gmock.h:9364
↓ 11 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/gtest/src/gtest.cc:4732
↓ 11 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/gtest/src/gtest.cc:4732
↓ 11 callers
Method
Passed
Returns true iff the unit test passed (i.e. all test cases passed).
tests/gmock/gtest/src/gtest.cc:3724
↓ 11 callers
Function
PrintIfNotEmpty
If the explanation is not empty, prints it to the ostream.
tests/gmock/fused-src/gmock/gmock.h:5623
↓ 11 callers
Function
PrintIfNotEmpty
If the explanation is not empty, prints it to the ostream.
tests/gmock/include/gmock/gmock-matchers.h:702
↓ 11 callers
Function
PrintTupleTo
tests/gtest/include/gtest/gtest-printers.h:934
↓ 11 callers
Function
PrintTupleTo
tests/gmock/gtest/fused-src/gtest/gtest.h:10658
↓ 11 callers
Function
PrintTupleTo
tests/gmock/gtest/include/gtest/gtest-printers.h:934
↓ 11 callers
Function
PrintTupleTo
tests/gmock/fused-src/gtest/gtest.h:10658
↓ 11 callers
Method
RemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
tests/gtest/src/gtest-filepath.cc:150
↓ 11 callers
Method
RemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
tests/gmock/gtest/src/gtest-filepath.cc:150
↓ 11 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/gtest/src/gtest-filepath.cc:341
↓ 11 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/gtest/src/gtest-filepath.cc:341
↓ 11 callers
Method
RunAndVerify
Runs gtest_break_on_failure_unittest_ and verifies that it does (or does not) have a seg-fault. Args: env_var_value: value of the GT
tests/gtest/test/gtest_break_on_failure_unittest.py:99
↓ 11 callers
Method
RunAndVerify
Runs gtest_break_on_failure_unittest_ and verifies that it does (or does not) have a seg-fault. Args: env_var_value: value of the GT
tests/gmock/gtest/test/gtest_break_on_failure_unittest.py:99
↓ 11 callers
Method
RunAndVerifyWithSharding
Checks that binary runs correct tests for the given filter and shard. Runs all shards of gtest_filter_unittest_ with the given filter, and ve
tests/gtest/test/gtest_filter_unittest.py:287
↓ 11 callers
Method
RunAndVerifyWithSharding
Checks that binary runs correct tests for the given filter and shard. Runs all shards of gtest_filter_unittest_ with the given filter, and ve
tests/gmock/gtest/test/gtest_filter_unittest.py:287
↓ 11 callers
Function
SetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
tests/gmock/gtest/test/gtest_color_test.py:47
↓ 11 callers
Method
SetValue
src/server/address_space_internal.cpp:437
← previous
next →
301–400 of 10,842, ranked by callers