MCPcopy Create free account

hub / github.com/FreeOpcUa/freeopcua / functions

Functions10,842 in github.com/FreeOpcUa/freeopcua

↓ 14 callersMethodRegister
'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 callersMethodresize
Resizes the buffer. If T is a POD type new elements may not be initialized. */
include/opc/spdlog/fmt/bundled/format.h:706
↓ 14 callersMethodtotal_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 callersMethodtrace
include/opc/spdlog/details/logger_impl.h:126
↓ 14 callersMethodvisit
\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 callersFunctionBinary
tests/gmock/test/gmock-more-actions_test.cc:108
↓ 13 callersMethodBinary
tests/gmock/test/gmock-more-actions_test.cc:188
↓ 13 callersFunctionCheck
Prints the message and aborts the program if condition is false.
tests/gtest/test/gtest_environment_test.cc:116
↓ 13 callersFunctionCheck
Prints the message and aborts the program if condition is false.
tests/gmock/gtest/test/gtest_environment_test.cc:116
↓ 13 callersFunctionContainsRegex
Matches a string that contains regular expression 'regex'. The matcher takes ownership of 'regex'.
tests/gmock/fused-src/gmock/gmock.h:9098
↓ 13 callersFunctionDoDefault
Creates an action that does the default action for the give mock function.
tests/gmock/fused-src/gmock/gmock.h:2004
↓ 13 callersMethodFailed
Returns true iff the test failed.
tests/gmock/gtest/src/gtest.cc:1847
↓ 13 callersFunctionFullMatch
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 callersFunctionFullMatch
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 callersMethodGet
tests/gtest/src/gtest-internal-inl.h:1024
↓ 13 callersMethodGet
tests/gmock/gtest/src/gtest-internal-inl.h:1024
↓ 13 callersMethodGetServer
src/server/services_registry_impl.cpp:296
↓ 13 callersFunctionIsAsciiWhiteSpace
tests/gtest/src/gtest-port.cc:215
↓ 13 callersFunctionIsAsciiWhiteSpace
tests/gmock/gtest/src/gtest-port.cc:215
↓ 13 callersFunctionIsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
tests/gtest/src/gtest-port.cc:203
↓ 13 callersFunctionIsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
tests/gmock/gtest/src/gtest-port.cc:203
↓ 13 callersMethodIsRootDirectory
Returns true if pathname describes a root directory. (Windows has one root directory per disk drive.)
tests/gtest/src/gtest-filepath.cc:248
↓ 13 callersMethodIsRootDirectory
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 callersFunctionTupleMatches
tests/gmock/fused-src/gmock/gmock.h:5759
↓ 13 callersFunctionUnorderedElementsAreArray
tests/gmock/fused-src/gmock/gmock.h:8748
↓ 13 callersMethodinfo
include/opc/spdlog/details/logger_impl.h:138
↓ 13 callersMethodis_nan
Returns true iff this is NAN (not a number).
tests/gmock/fused-src/gtest/gtest.h:7699
↓ 13 callersMethodload
include/opc/spdlog/details/null_mutex.h:33
↓ 13 callersFunctionlocaltime
include/opc/spdlog/details/os.h:80
↓ 13 callersMethodtotal_test_count
Gets the number of all tests.
tests/gtest/src/gtest.cc:755
↓ 13 callersMethodtotal_test_count
Gets the number of all tests.
tests/gmock/gtest/src/gtest.cc:755
↓ 12 callersFunctionAlwaysTrue
tests/gmock/gtest/src/gtest.cc:4650
↓ 12 callersFunctionDoAll
tests/gmock/fused-src/gmock/gmock.h:3196
↓ 12 callersFunctionEqFailure
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 callersMethodFailed
Returns true iff the test failed.
tests/gtest/src/gtest.cc:1847
↓ 12 callersFunctionFormatFileLocation
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 callersFunctionGetEnv
tests/gtest/include/gtest/internal/gtest-port.h:1875
↓ 12 callersFunctionGetEnv
tests/gmock/gtest/fused-src/gtest/gtest.h:3068
↓ 12 callersFunctionGetTestCases
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 callersFunctionGetTestCases
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 callersFunctionIsAsciiDigit
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 callersFunctionIsAsciiDigit
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 callersMethodIsPrime
tests/gtest/samples/sample8_unittest.cc:62
↓ 12 callersMethodIsPrime
tests/gmock/gtest/samples/sample8_unittest.cc:62
↓ 12 callersFunctionMakePolymorphicAction
tests/gmock/include/gmock/gmock-actions.h:425
↓ 12 callersFunctionPrintToString
tests/gtest/include/gtest/gtest-printers.h:958
↓ 12 callersFunctionPrintToString
tests/gmock/gtest/fused-src/gtest/gtest.h:10682
↓ 12 callersMethodQualifiedName
include/opc/ua/protocol/types.h:76
↓ 12 callersFunctionRandomSeedFlag
(n)
tests/gtest/test/gtest_shuffle_test.py:74
↓ 12 callersFunctionRandomSeedFlag
(n)
tests/gmock/gtest/test/gtest_shuffle_test.py:74
↓ 12 callersMethodRemoveFileName
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 callersMethodRemoveFileName
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 callersFunctionShuffleFlag
()
tests/gtest/test/gtest_shuffle_test.py:70
↓ 12 callersFunctionShuffleFlag
()
tests/gmock/gtest/test/gtest_shuffle_test.py:70
↓ 12 callersMethodSubscriptions
/////////////////////////////////////////////////////////// Subscriptions Services ///////////////////////////////////////////////////////////
src/client/binary_client.cpp:512
↓ 12 callersFunctionTestInitGoogleMock
tests/gmock/test/gmock_test.cc:48
↓ 12 callersMethodViews
/////////////////////////////////////////////////////////// View Services ///////////////////////////////////////////////////////////
src/client/binary_client.cpp:676
↓ 12 callersFunctionWhenSortedBy
tests/gmock/fused-src/gmock/gmock.h:9245
↓ 12 callersMethodcreate
Create and register a logger a single sink
include/opc/spdlog/details/spdlog_impl.h:179
↓ 12 callersMethodend
tests/gmock/test/gmock-matchers_test.cc:4325
↓ 12 callersFunctionnow
include/opc/spdlog/details/os.h:64
↓ 12 callersMethodprecision
include/opc/spdlog/fmt/bundled/format.h:1853
↓ 12 callersMethodread
include/opc/spdlog/fmt/bundled/posix.cc:153
↓ 12 callersMethodreset
tests/gtest/include/gtest/internal/gtest-port.h:914
↓ 12 callersMethodreset
tests/gmock/gtest/fused-src/gtest/gtest.h:2107
↓ 12 callersMethodshould_log
include/opc/spdlog/sinks/sink.h:36
↓ 12 callersFunctionto_unsigned
include/opc/spdlog/fmt/bundled/format.h:635
↓ 11 callersFunctionACTION_TEMPLATE
tests/gmock/fused-src/gmock/gmock.h:4634
↓ 11 callersFunctionACTION_TEMPLATE
tests/gmock/include/gmock/gmock-generated-actions.h:2363
↓ 11 callersFunctionAllOfMatches
Helper to allow easy testing of AllOf matchers with num parameters.
tests/gmock/test/gmock-matchers_test.cc:1987
↓ 11 callersFunctionAlwaysTrue
tests/gtest/src/gtest.cc:4650
↓ 11 callersFunctionAnyOfMatches
Helper to allow easy testing of AnyOf matchers with num parameters.
tests/gmock/test/gmock-matchers_test.cc:2185
↓ 11 callersMethodBaseGenerator
tests/gmock/gtest/fused-src/gtest/gtest.h:10866
↓ 11 callersMethodBaseGenerator
tests/gmock/fused-src/gtest/gtest.h:10866
↓ 11 callersFunctionByRef
tests/gmock/fused-src/gmock/gmock.h:2114
↓ 11 callersFunctionCountIf
tests/gmock/fused-src/gmock-gtest-all.cc:683
↓ 11 callersFunctionExpectSpecProperty
Expects that the EXPECT_CALL() statement has the given property.
tests/gmock/include/gmock/gmock-spec-builders.h:778
↓ 11 callersFunctionGetHost
tests/client/common.h:22
↓ 11 callersFunctionGetPort
tests/client/common.h:32
↓ 11 callersFunctionIsReadableTypeName
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 callersFunctionMatches
tests/gmock/fused-src/gmock/gmock.h:9364
↓ 11 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/gtest/src/gtest.cc:4732
↓ 11 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/gtest/src/gtest.cc:4732
↓ 11 callersMethodPassed
Returns true iff the unit test passed (i.e. all test cases passed).
tests/gmock/gtest/src/gtest.cc:3724
↓ 11 callersFunctionPrintIfNotEmpty
If the explanation is not empty, prints it to the ostream.
tests/gmock/fused-src/gmock/gmock.h:5623
↓ 11 callersFunctionPrintIfNotEmpty
If the explanation is not empty, prints it to the ostream.
tests/gmock/include/gmock/gmock-matchers.h:702
↓ 11 callersFunctionPrintTupleTo
tests/gtest/include/gtest/gtest-printers.h:934
↓ 11 callersFunctionPrintTupleTo
tests/gmock/gtest/fused-src/gtest/gtest.h:10658
↓ 11 callersFunctionPrintTupleTo
tests/gmock/gtest/include/gtest/gtest-printers.h:934
↓ 11 callersFunctionPrintTupleTo
tests/gmock/fused-src/gtest/gtest.h:10658
↓ 11 callersMethodRemoveDirectoryName
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 callersMethodRemoveDirectoryName
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 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/gtest/src/gtest-filepath.cc:341
↓ 11 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/gtest/src/gtest-filepath.cc:341
↓ 11 callersMethodRunAndVerify
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 callersMethodRunAndVerify
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 callersMethodRunAndVerifyWithSharding
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 callersMethodRunAndVerifyWithSharding
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 callersFunctionSetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
tests/gmock/gtest/test/gtest_color_test.py:47
↓ 11 callersMethodSetValue
src/server/address_space_internal.cpp:437
← previousnext →301–400 of 10,842, ranked by callers