MCPcopy Create free account

hub / github.com/cginternals/globjects / functions

Functions4,459 in github.com/cginternals/globjects

↓ 2 callersFunctionPopFront
(a_list)
source/tests/googletest/googletest/scripts/pump.py:443
↓ 2 callersFunctionPopToken
(a_list, token_type=None)
source/tests/googletest/googletest/scripts/pump.py:453
↓ 2 callersMethodPrintAsActionResult
Prints the held value as an action's result to os.
source/tests/googletest/googlemock/include/gmock/gmock-spec-builders.h:1380
↓ 2 callersFunctionPrintFullTestCommentIfPresent
source/tests/googletest/googletest/src/gtest.cc:3007
↓ 2 callersFunctionPrintOnOneLine
Prints the given C-string on a single line by replacing all '\n' characters with string "\\n". If the output takes more than max_length characters, o
source/tests/googletest/googletest/src/gtest.cc:4844
↓ 2 callersFunctionPrintStringTo
source/tests/googletest/googletest/src/gtest-printers.cc:349
↓ 2 callersFunctionPrintTestPartResultToString
Prints a TestPartResult to an std::string.
source/tests/googletest/googletest/src/gtest.cc:2850
↓ 2 callersFunctionPrintWideStringTo
source/tests/googletest/googletest/src/gtest-printers.cc:360
↓ 2 callersFunctionProcessFile
Processes the given gmock header file.
source/tests/googletest/googlemock/scripts/fuse_gmock_files.py:125
↓ 2 callersFunctionProcessFile
Processes the given gtest header file.
source/tests/googletest/googletest/scripts/fuse_gtest_files.py:152
↓ 2 callersMethodPushVariable
(self, var, value)
source/tests/googletest/googletest/scripts/pump.py:595
↓ 2 callersFunctionRead
source/tests/googletest/googletest/include/gtest/internal/gtest-port.h:2378
↓ 2 callersFunctionReadEntireFile
source/tests/googletest/googletest/src/gtest-port.cc:1063
↓ 2 callersMethodReadFile
Returns the contents of a file.
source/tests/googletest/googletest/scripts/upload.py:844
↓ 2 callersFunctionReferencesBarOrIsZero
This function verifies that MakePolymorphicMatcher() returns a PolymorphicMatcher<T> where T is the argument's type.
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:458
↓ 2 callersMethodRegisterTests
UnitTest class invokes this method to register tests in this test case test cases right before running tests in RUN_ALL_TESTS macro. This method shoul
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util.h:546
↓ 2 callersFunctionRemoveTestCounts
Removes test counts from a Google Test program's output.
source/tests/googletest/googletest/test/gtest_output_test.py:154
↓ 2 callersFunctionRemoveTypeInfoDetails
Removes compiler-specific type info from Google Test program's output. Args: test_output: the output of a Google Test program. Returns:
source/tests/googletest/googletest/test/gtest_output_test.py:126
↓ 2 callersFunctionRepeatFlag
(n)
source/tests/googletest/googletest/test/gtest_shuffle_test.py:66
↓ 2 callersMethodReportFailure
source/tests/googletest/googlemock/src/gmock-internal-utils.cc:78
↓ 2 callersFunctionReturnZeroFromNullaryFunction
source/tests/googletest/googlemock/test/gmock-actions_test.cc:494
↓ 2 callersFunctionRun
Runs gtest_list_tests_unittest_ and returns the list of tests printed.
source/tests/googletest/googletest/test/gtest_list_tests_unittest.py:117
↓ 2 callersMethodRun
Runs the test and updates the test result.
source/tests/googletest/googletest/src/gtest.cc:2465
↓ 2 callersMethodRun
source/tests/googletest/googletest/include/gtest/internal/gtest-port.h:1620
↓ 2 callersFunctionRunFromThread
source/tests/googletest/googletest/test/gtest-port_test.cc:1131
↓ 2 callersFunctionRunWithFlag
Runs gtest_help_test_ with the given flag. Returns: the exit code and the text output as a tuple. Args: flag: the command-line flag to pa
source/tests/googletest/googletest/test/gtest_help_test.py:81
↓ 2 callersMethodSet
Sets the default value for type T&.
source/tests/googletest/googlemock/include/gmock/gmock-actions.h:278
↓ 2 callersFunctionSetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
source/tests/googletest/googletest/test/gtest_env_var_test.py:55
↓ 2 callersFunctionSetEnvVar
Sets an environment variable to a given value; unsets it when the given value is None.
source/tests/googletest/googletest/test/gtest_throw_on_failure_test.py:58
↓ 2 callersMethodSetGlobalTestPartResultReporter
Sets the global test part result reporter.
source/tests/googletest/googletest/src/gtest.cc:711
↓ 2 callersFunctionSetSigprofActionAndTimer
Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
source/tests/googletest/googletest/test/gtest-death-test_test.cc:377
↓ 2 callersFunctionSkipComma
Skips to the first non-space char after the first comma in 'str'; returns NULL if no comma is found in 'str'.
source/tests/googletest/googletest/include/gtest/internal/gtest-internal.h:594
↓ 2 callersFunctionSkipUntil
(lines, pos, regex, token_type)
source/tests/googletest/googletest/scripts/pump.py:270
↓ 2 callersFunctionSplitEscapedString
The string representation of the values received in EqFailure() are already escaped. Split them on escaped '\n' boundaries. Leave all other escaped ch
source/tests/googletest/googletest/src/gtest.cc:1272
↓ 2 callersFunctionSplitString
source/tests/googletest/googletest/src/gtest.cc:922
↓ 2 callersFunctionStart
Called at the start of streaming to notify the receiver what protocol we are using.
source/tests/googletest/googletest/src/gtest-internal-inl.h:1169
↓ 2 callersFunctionStreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
source/tests/googletest/googletest/src/gtest.cc:906
↓ 2 callersFunctionSubWithoutTrace
A helper function for testing SCOPED_TRACE.
source/tests/googletest/googletest/test/gtest_output_test_.cc:167
↓ 2 callersFunctionSubroutine
source/tests/googletest/googletest/test/gtest_sole_header_test.cc:39
↓ 2 callersMethodSuppressEventForwarding
source/tests/googletest/googletest/src/gtest.cc:3957
↓ 2 callersFunctionTempDir
source/tests/googletest/googletest/src/gtest-port.cc:1040
↓ 2 callersFunctionTestExitMacros
Tests the *_EXIT family of macros, using a variety of predicates.
source/tests/googletest/googletest/test/gtest-death-test_test.cc:783
↓ 2 callersMethodTestNonHelpFlag
Verifies correct behavior when no help flag is specified. Verifies that when no help flag is specified, the tests are run and the help messag
source/tests/googletest/googletest/test/gtest_help_test.py:125
↓ 2 callersFunctionTestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
source/tests/googletest/googletest/include/gtest/gtest-test-part.h:60
↓ 2 callersFunctionTestRepeatWithEmptyFilter
Tests using --gtest_repeat when --gtest_filter specifies an empty set of tests.
source/tests/googletest/googletest/test/gtest_repeat_test.cc:182
↓ 2 callersMethodTestSehExceptions
(self, test_output)
source/tests/googletest/googletest/test/gtest_catch_exceptions_test.py:89
↓ 2 callersFunctionTitle
Returns the given word in title case. The difference between this and string's title() method is that Title('4-ary') is '4-ary' while '4-ary'.tit
source/tests/googletest/googletest/scripts/gen_gtest_pred_impl.py:175
↓ 2 callersFunctionToUnixLineEnding
Changes all Windows/Mac line endings in s to UNIX line endings.
source/tests/googletest/googletest/test/gtest_output_test.py:83
↓ 2 callersFunctionTransformTupleValues
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:853
↓ 2 callersFunctionTryTestSubroutine
This function calls a test subroutine, catches the fatal failure it generates, and then returns early.
source/tests/googletest/googletest/test/gtest_output_test_.cc:71
↓ 2 callersMethodUnary
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:186
↓ 2 callersFunctionUnexpectedHRESULTFailure
source/tests/googletest/googletest/test/gtest_unittest.cc:3965
↓ 2 callersFunctionUniversalPrintCharArray
source/tests/googletest/googletest/src/gtest-printers.cc:286
↓ 2 callersMethodUnlock
source/tests/googletest/googletest/include/gtest/internal/gtest-port.h:2140
↓ 2 callersMethodUntypedPerformAction
Performs the given action with the given arguments and returns the action's result. The caller is responsible for deleting the result. L =
source/tests/googletest/googlemock/include/gmock/gmock-spec-builders.h:1535
↓ 2 callersFunctionVerifyFileExists
Verifies that the given file exists; aborts on failure. relative_path is the file path relative to the given directory.
source/tests/googletest/googletest/scripts/fuse_gtest_files.py:86
↓ 2 callersFunctionVerifyOutputFile
Verifies that the given output file path is valid. relative_path is relative to the output_dir directory.
source/tests/googletest/googletest/scripts/fuse_gtest_files.py:110
↓ 2 callersFunctionWithoutArgs
source/tests/googletest/googlemock/include/gmock/gmock-more-actions.h:134
↓ 2 callersFunctionWrapCode
(line, line_concat, output)
source/tests/googletest/googletest/scripts/pump.py:741
↓ 2 callersMethod_Authenticate
Authenticates the user. The authentication process works as follows: 1) We get a username and password from the user 2) We use ClientLo
source/tests/googletest/googlemock/scripts/upload.py:239
↓ 2 callersMethod_Authenticate
Authenticates the user. The authentication process works as follows: 1) We get a username and password from the user 2) We use ClientLo
source/tests/googletest/googletest/scripts/upload.py:239
↓ 2 callersFunction_GetChar
(source, start, i)
source/tests/googletest/googlemock/scripts/generator/cpp/tokenize.py:105
↓ 2 callersMethod_GetChildren
Fetches all of the child nodes of element, a DOM Element object. Returns them as the values of a dictionary keyed by the IDs of the child
source/tests/googletest/googletest/test/gtest_xml_test_utils.py:117
↓ 2 callersMethod_GetNestedType
(self, ctor)
source/tests/googletest/googlemock/scripts/generator/cpp/ast.py:1193
↓ 2 callersFunction_GetString
(source, start, i)
source/tests/googletest/googlemock/scripts/generator/cpp/tokenize.py:89
↓ 2 callersMethod_GetTemplateEnd
(self, tokens, start)
source/tests/googletest/googlemock/scripts/generator/cpp/ast.py:463
↓ 2 callersMethod_GetXmlOutput
Returns the xml output generated by running the program gtest_prog_name. Furthermore, the program's exit code must be expected_exit_code.
source/tests/googletest/googletest/test/gtest_xml_output_unittest.py:262
↓ 2 callersMethod_IgnoreUpTo
(self, token_type, token)
source/tests/googletest/googlemock/scripts/generator/cpp/ast.py:862
↓ 2 callersFunction_ParseAndStripGTestFlags
Parses and strips Google Test flags from argv. This is idempotent.
source/tests/googletest/googletest/test/gtest_test_utils.py:86
↓ 2 callersMethod_TestOutFile
(self, test_name, expected_xml)
source/tests/googletest/googletest/test/gtest_xml_outfiles_test.py:98
↓ 2 callersMethodbegin
source/globjects/source/registry/ObjectRegistry.cpp:33
↓ 2 callersMethodbind
source/globjects/source/Framebuffer.cpp:79
↓ 2 callersMethodbindBase
source/globjects/source/Buffer.cpp:138
↓ 2 callersMethodcapability
source/globjects/source/State.cpp:267
↓ 2 callersFunctioncardinality_specified
Returns true iff the user specified the cardinality explicitly using a .Times().
source/tests/googletest/googlemock/include/gmock/gmock-spec-builders.h:756
↓ 2 callersMethodcheckDirty
source/globjects/source/Program.cpp:129
↓ 2 callersMethodcompileAttachedShaders
source/globjects/source/Program.cpp:188
↓ 2 callersMethodderegisterObject
source/globjects/source/registry/ObjectRegistry.cpp:53
↓ 2 callersMethodderegisterProgram
source/globjects/source/AbstractUniform.cpp:72
↓ 2 callersFunctiondraw
source/examples/tessellation/main.cpp:83
↓ 2 callersMethoddraw
source/examples/tessellation/Icosahedron.cpp:121
↓ 2 callersMethodend
source/globjects/source/registry/ExtensionRegistry.cpp:34
↓ 2 callersFunctionendsWith
source/globjects/source/IncludeProcessor.cpp:39
↓ 2 callersFunctiongetBoolean
source/globjects/source/globjects.cpp:211
↓ 2 callersMethodhasExtension
source/globjects/source/registry/ExtensionRegistry.cpp:61
↓ 2 callersMethodhash
source/globjects/source/StateSetting.cpp:28
↓ 2 callersMethodimage2D
source/globjects/source/Texture.cpp:221
↓ 2 callersFunctionimageSizeInBytes
source/globjects/source/pixelformat.cpp:130
↓ 2 callersFunctioninitializeCallbacks
source/globjects/source/globjects.cpp:61
↓ 2 callersMethodisCompiled
source/globjects/source/Shader.cpp:171
↓ 2 callersFunctionisInCoreProfile
source/globjects/source/globjects.cpp:311
↓ 2 callersMethodisInCoreProfile
source/globjects/source/registry/ExtensionRegistry.cpp:92
↓ 2 callersMethodisLocation
source/globjects/source/LocationIdentity.cpp:33
↓ 2 callersMethodjoin_new
Create a new circle that includes only this instance.
source/tests/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:92
↓ 2 callersMethodlevel
source/globjects/source/AttachedTexture.cpp:38
↓ 2 callersMethodlink
source/globjects/source/Program.cpp:167
↓ 2 callersMethodmember
source/tests/googletest/googletest/test/gtest-port_test.cc:108
↓ 2 callersFunctionnext
(obj)
source/tests/googletest/googlemock/scripts/generator/cpp/ast.py:58
↓ 2 callersMethodpageCommitment
source/globjects/source/Texture.cpp:442
↓ 2 callersMethodpointParameter
source/globjects/source/AbstractState.cpp:137
← previousnext →701–800 of 4,459, ranked by callers