MCPcopy Create free account

hub / github.com/cginternals/globjects / functions

Functions4,459 in github.com/cginternals/globjects

MethodGenerateDiff
Return the current diff as a string. Args: args: Extra arguments to pass to the diff command.
source/tests/googletest/googlemock/scripts/upload.py:599
MethodGenerateDiff
(self, args)
source/tests/googletest/googlemock/scripts/upload.py:790
MethodGenerateDiff
(self, extra_args)
source/tests/googletest/googlemock/scripts/upload.py:1064
MethodGenerateDiff
Return the current diff as a string. Args: args: Extra arguments to pass to the diff command.
source/tests/googletest/googletest/scripts/upload.py:599
MethodGenerateDiff
(self, args)
source/tests/googletest/googletest/scripts/upload.py:790
MethodGenerateDiff
(self, extra_args)
source/tests/googletest/googletest/scripts/upload.py:1064
MethodGenerateUniqueFileName
Returns a pathname for a file that does not currently exist. The pathname will be directory/base_name.extension or directory/base_name_<number>.extens
source/tests/googletest/googletest/src/gtest-filepath.cc:286
MethodGet
source/tests/googletest/googlemock/include/gmock/gmock-actions.h:76
MethodGet
source/tests/googletest/googlemock/include/gmock/gmock-actions.h:80
MethodGet
source/tests/googletest/googlemock/include/gmock/gmock-actions.h:105
MethodGet
source/tests/googletest/googlemock/include/gmock/gmock-actions.h:129
MethodGet
source/tests/googletest/googlemock/include/gmock/gmock-actions.h:138
MethodGet
source/tests/googletest/googlemock/include/gmock/gmock-actions.h:314
MethodGetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
source/tests/googletest/googletest/src/gtest.cc:426
MethodGetArgvsForDeathTestChildProcess
source/tests/googletest/googletest/src/gtest-death-test.cc:886
MethodGetBaseFile
(self, filename)
source/tests/googletest/googlemock/scripts/upload.py:898
MethodGetBaseFile
(self, filename)
source/tests/googletest/googlemock/scripts/upload.py:1026
MethodGetBaseFile
(self, filename)
source/tests/googletest/googlemock/scripts/upload.py:1102
MethodGetBaseFile
(self, filename)
source/tests/googletest/googletest/scripts/upload.py:898
MethodGetBaseFile
(self, filename)
source/tests/googletest/googletest/scripts/upload.py:1026
MethodGetBaseFile
(self, filename)
source/tests/googletest/googletest/scripts/upload.py:1102
FunctionGetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
source/tests/googletest/googletest/src/gtest.cc:1346
MethodGetCastTypeDescription
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2135
MethodGetCurrentDir
Returns the current working directory, or "" if unsuccessful.
source/tests/googletest/googletest/src/gtest-filepath.cc:99
MethodGetEventDescription
source/tests/googletest/googletest/test/gtest_unittest.cc:7078
FunctionGetExitStatus
Returns the argument to exit(), or -1 if exit() wasn't called. Args: exit_code: the result value of os.system(command).
source/tests/googletest/googlemock/test/gmock_test_utils.py:76
FunctionGetExitStatus
Returns the argument to exit(), or -1 if exit() wasn't called. Args: exit_code: the result value of os.system(command).
source/tests/googletest/googletest/test/gtest_test_utils.py:187
MethodGetFullMethodName
source/tests/googletest/googletest/test/gtest-listener_test.cc:121
MethodGetInstance
Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will retu
source/tests/googletest/googletest/src/gtest.cc:3970
MethodGetLastLine
(self)
source/tests/googletest/googletest/scripts/pump.py:645
MethodGetMutableTestCase
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.
source/tests/googletest/googletest/src/gtest.cc:4073
MethodGetMutableTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
source/tests/googletest/googletest/src/gtest.cc:2746
MethodGetNewIndex
source/tests/googletest/googletest/test/gtest-port_test.cc:1217
MethodGetNextPrime
source/tests/googletest/googletest/samples/prime_tables.h:93
MethodGetOrCreateValue
source/tests/googletest/googletest/include/gtest/internal/gtest-port.h:1875
MethodGetOutputFormat
Returns the output format, or "" for normal printed output.
source/tests/googletest/googletest/src/gtest.cc:414
FunctionGetParamNameGen
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util.h:389
MethodGetRepeater
source/tests/googletest/googletest/test/gtest_unittest.cc:162
MethodGetSelectedArgs
source/tests/googletest/googlemock/include/gmock/gmock-generated-matchers.h:252
MethodGetSelectedFields
source/tests/googletest/googlemock/include/gmock/gmock-generated-matchers.h:81
MethodGetSelectedFields
source/tests/googletest/googlemock/include/gmock/gmock-generated-matchers.h:93
MethodGetSelectedFields
source/tests/googletest/googlemock/include/gmock/gmock-generated-matchers.h:102
MethodGetSelectedFields
source/tests/googletest/googlemock/include/gmock/gmock-generated-matchers.h:112
MethodGetSelectedFields
source/tests/googletest/googlemock/include/gmock/gmock-generated-matchers.h:122
MethodGetSelectedFields
source/tests/googletest/googlemock/include/gmock/gmock-generated-matchers.h:133
MethodGetSelectedFields
source/tests/googletest/googlemock/include/gmock/gmock-generated-matchers.h:144
MethodGetSelectedFields
source/tests/googletest/googlemock/include/gmock/gmock-generated-matchers.h:156
MethodGetSelectedFields
source/tests/googletest/googlemock/include/gmock/gmock-generated-matchers.h:169
MethodGetSelectedFields
source/tests/googletest/googlemock/include/gmock/gmock-generated-matchers.h:184
MethodGetSelectedFields
source/tests/googletest/googlemock/include/gmock/gmock-generated-matchers.h:199
MethodGetSortedTestCases
Returns the array of pointers to all test cases sorted by the test case name. The caller is responsible for deleting the array.
source/tests/googletest/googletest/test/gtest-unittest-api_test.cc:57
MethodGetSortedTests
Returns the array of pointers to all tests in a particular test case sorted by the test name. The caller is responsible for deleting the array.
source/tests/googletest/googletest/test/gtest-unittest-api_test.cc:86
FunctionGetSourceDir
Returns the absolute path of the directory where the .py files are.
source/tests/googletest/googlemock/test/gmock_test_utils.py:54
FunctionGetSourceDir
Returns the absolute path of the directory where the .py files are.
source/tests/googletest/googletest/test/gtest_test_utils.py:126
FunctionGetSvnTrunk
Returns the current SVN workspace's trunk root path.
source/tests/googletest/googletest/scripts/common.py:69
FunctionGetTempDir
Returns a directory for temporary files.
source/tests/googletest/googletest/test/gtest_test_utils.py:147
MethodGetTestCasePatternHolder
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util.h:681
FunctionGetTestExecutablePath
Returns the absolute path of the test binary given its name. The function will print a message and abort the program if the resulting file doesn'
source/tests/googletest/googlemock/test/gmock_test_utils.py:60
FunctionGetTestExecutablePath
Returns the absolute path of the test binary given its name. The function will print a message and abort the program if the resulting file doesn'
source/tests/googletest/googletest/test/gtest_test_utils.py:156
MethodGetTestResult
source/tests/googletest/googletest/test/gtest_unittest.cc:5311
MethodGetThreadLocalsMapLocked
Returns map of thread local instances.
source/tests/googletest/googletest/src/gtest-port.cc:514
FunctionGetTypeId
source/tests/googletest/googletest/include/gtest/internal/gtest-internal.h:447
FunctionGetTypeName
source/tests/googletest/googletest/include/gtest/internal/gtest-type-util.h:64
MethodGetUnknownFiles
(self)
source/tests/googletest/googlemock/scripts/upload.py:836
MethodGetUnknownFiles
(self)
source/tests/googletest/googlemock/scripts/upload.py:1021
MethodGetUnknownFiles
Return a list of files unknown to the VCS.
source/tests/googletest/googlemock/scripts/upload.py:1090
MethodGetUnknownFiles
(self)
source/tests/googletest/googletest/scripts/upload.py:836
MethodGetUnknownFiles
(self)
source/tests/googletest/googletest/scripts/upload.py:1021
MethodGetUnknownFiles
Return a list of files unknown to the VCS.
source/tests/googletest/googletest/scripts/upload.py:1090
FunctionGetUserCredentials
Prompts the user for a username and password.
source/tests/googletest/googlemock/scripts/upload.py:467
FunctionGetUserCredentials
Prompts the user for a username and password.
source/tests/googletest/googletest/scripts/upload.py:467
MethodGetValue
(self, identifier)
source/tests/googletest/googletest/scripts/pump.py:614
MethodGetValueOnCurrentThread
Registers thread_local_instance as having value on the current thread. Returns a value that can be used to identify the thread from other threads.
source/tests/googletest/googletest/src/gtest-port.cc:380
MethodGetValueOnCurrentThread
source/tests/googletest/googletest/src/gtest-port.cc:529
MethodGiantTemplate
source/tests/googletest/googlemock/test/gmock-generated-actions_test.cc:1143
MethodGoogleTestFailureException
source/tests/googletest/googletest/src/gtest.cc:2368
FunctionGreaterThan
source/tests/googletest/googletest/test/gtest_unittest.cc:2358
MethodGreaterThanMatcher
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:164
MethodGreaterThanMatcher
source/tests/googletest/googlemock/test/gmock-generated-matchers_test.cc:258
MethodGtMatcher
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:953
MethodHasFatalFailure
Returns true iff the test fatally failed.
source/tests/googletest/googletest/src/gtest.cc:2184
MethodHasMaxAbsError
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1998
MethodHasNewFatalFailureHelper
source/tests/googletest/googletest/src/gtest-test-part.cc:89
MethodHasNonfatalFailure
Returns true iff the test has a non-fatal failure.
source/tests/googletest/googletest/src/gtest.cc:2194
FunctionHasOneFailure
This predicate-formatter checks that 'results' contains a test part failure of the given type and that the failure message contains the given substrin
source/tests/googletest/googletest/src/gtest.cc:631
MethodHasSameFixtureClass
Google Test requires all tests in the same test case to use the same test fixture class. This function checks if the current test has the same fixtur
source/tests/googletest/googletest/src/gtest.cc:2269
MethodHasSubstrMatcher
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1189
MethodHeapOnly
source/globjects/source/base/HeapOnly.cpp:9
MethodHunk
source/tests/googletest/googletest/src/gtest.cc:1128
MethodHybridPrimeTable
source/tests/googletest/googletest/samples/sample8_unittest.cc:52
MethodIDResource
source/globjects/source/Resource.cpp:71
MethodIDTrait
source/globjects/source/Resource.cpp:56
MethodIcosahedron
source/examples/tessellation/Icosahedron.cpp:74
MethodIgnoreResultAction
source/tests/googletest/googlemock/include/gmock/gmock-actions.h:892
MethodIgnoredValue
source/tests/googletest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h:63
MethodImpl
source/tests/googletest/googlemock/include/gmock/gmock-generated-actions.h:475
MethodImpl
The implicit cast is necessary when Result has more than one single-argument constructor (e.g. Result is std::vector<int>) and R has a type conversion
source/tests/googletest/googlemock/include/gmock/gmock-actions.h:575
MethodImpl
source/tests/googletest/googlemock/include/gmock/gmock-actions.h:600
MethodImpl
source/tests/googletest/googlemock/include/gmock/gmock-actions.h:680
MethodImpl
source/tests/googletest/googlemock/include/gmock/gmock-actions.h:729
← previousnext →1,901–2,000 of 4,459, ranked by callers