MCPcopy Create free account

hub / github.com/cginternals/globjects / functions

Functions4,459 in github.com/cginternals/globjects

↓ 23 callersFunctionIsPrime
Returns true iff n is a prime number.
source/tests/googletest/googletest/samples/sample1.cc:47
↓ 23 callersFunctionIsValidEscape
Returns true iff "\\c" is a supported escape sequence.
source/tests/googletest/googletest/src/gtest-port.cc:628
↓ 23 callersFunctionParseNaturalNumber
source/tests/googletest/googletest/src/gtest-internal-inl.h:967
↓ 23 callersMethodbinding
source/globjects/source/VertexArray.cpp:84
↓ 22 callersFunctionArgs
source/tests/googletest/googlemock/include/gmock/gmock-generated-matchers.h:480
↓ 22 callersFunctionIsNull
source/tests/googletest/googletest/test/gtest-unittest-api_test.cc:140
↓ 22 callersFunctionStrCaseEq
Matches a string equal to str, ignoring case.
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:3968
↓ 22 callersMethodend
source/globjects/source/Query.cpp:101
↓ 22 callersMethodend
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:4504
↓ 22 callersFunctionimpl
Accessors for the implementation object.
source/tests/googletest/googletest/include/gtest/gtest.h:1287
↓ 21 callersMethodGenerateMethodSource
Convert C++ source to Google Mock output source lines.
source/tests/googletest/googlemock/scripts/generator/cpp/gmock_class_test.py:48
↓ 21 callersMethodMatchAndExplain
Returns true iff the matcher matches x; also explains the match result to 'listener'.
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:256
↓ 21 callersFunctionPointee
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:3872
↓ 21 callersFunctionStartsWith
Matches a string that starts with 'prefix' (case-sensitive).
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:3990
↓ 21 callersFunctionVerifyGenerator
source/tests/googletest/googletest/test/gtest-param-test_test.cc:130
↓ 21 callersMethoddrawArrays
source/globjects/source/VertexArray.cpp:144
↓ 21 callersMethodreplace
source/globjects/source/base/StringTemplate.cpp:61
↓ 20 callersMethodDescribeNegationTo
Describes the negation of this matcher to an ostream.
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:270
↓ 20 callersFunctionExplainMatchResult
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:4354
↓ 20 callersMethodGet
source/tests/googletest/googletest/src/gtest-port.cc:175
↓ 20 callersFunctionProperty
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:3912
↓ 20 callersMethodclear
source/globjects/source/Error.cpp:55
↓ 19 callersFunctionAlwaysFalse
Always returns false.
source/tests/googletest/googletest/include/gtest/internal/gtest-internal.h:736
↓ 19 callersMethodAppend
source/tests/googletest/googletest/src/gtest.cc:3274
↓ 19 callersFunctionConvertIdentifierNameToWords
Converts an identifier name to a space-separated list of lower-case words. Each maximum substring of the form [A-Za-z][a-z]*|\d+ is treated as one wo
source/tests/googletest/googlemock/src/gmock-internal-utils.cc:54
↓ 19 callersFunctionPointwise
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:4185
↓ 19 callersMethodSet
Sets the 0-terminated C string this MyString object represents.
source/tests/googletest/googletest/samples/sample2.cc:51
↓ 19 callersMethodapply
source/globjects/source/State.cpp:214
↓ 19 callersMethodget
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:3290
↓ 19 callersFunctiongetEnum
source/globjects/source/globjects.cpp:188
↓ 19 callersMethodreset
source/tests/googletest/googletest/include/gtest/internal/gtest-port.h:1132
↓ 18 callersMethodDescribeTo
Describes self to an ostream.
source/tests/googletest/googlemock/test/gmock-cardinalities_test.cc:410
↓ 18 callersFunctionErrorExit
Print an error message to stderr and exit.
source/tests/googletest/googlemock/scripts/upload.py:109
↓ 18 callersFunctionErrorExit
Print an error message to stderr and exit.
source/tests/googletest/googletest/scripts/upload.py:109
↓ 18 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.
source/tests/googletest/googletest/src/gtest-port.cc:862
↓ 18 callersFunctionGTEST_LOCK_EXCLUDED_
source/tests/googletest/googlemock/src/gmock-spec-builders.cc:174
↓ 18 callersMethodGetNextPrime
source/tests/googletest/googletest/samples/prime_tables.h:69
↓ 18 callersFunctionRange
source/tests/googletest/googletest/include/gtest/gtest-param-test.h:242
↓ 18 callersFunctionSizeIs
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:4127
↓ 18 callersMethodcount
Returns the number of live test objects that uses this fixture.
source/tests/googletest/googletest/test/gtest_unittest.cc:5039
↓ 18 callersMethodinitialize
source/globjects/source/registry/Registry.cpp:157
↓ 17 callersMethodIsInterested
Returns true iff the listener is interested in an explanation of the match result. A matcher's MatchAndExplain() method can use this information to a
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:104
↓ 17 callersFunctionResultOf
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:3939
↓ 17 callersFunctionShuffleRange
source/tests/googletest/googletest/src/gtest-internal-inl.h:312
↓ 17 callersFunctionUnorderedPointwise
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:4219
↓ 16 callersFunctionArrayEq
source/tests/googletest/googletest/include/gtest/internal/gtest-internal.h:960
↓ 16 callersFunctionFactorial
Returns n! (the factorial of n). For negative n, n! is defined to be 1.
source/tests/googletest/googletest/samples/sample1.cc:37
↓ 16 callersFunctionGetTestsForAllIterations
Runs the test program and returns a list of test lists. Args: extra_env: a map from environment variables to their values args: command lin
source/tests/googletest/googletest/test/gtest_shuffle_test.py:87
↓ 16 callersFunctionIsAsciiWordChar
source/tests/googletest/googletest/src/gtest-port.cc:622
↓ 16 callersFunctionIsHalfOf
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:5429
↓ 16 callersFunctionIsSubstring
source/tests/googletest/googletest/src/gtest.cc:1606
↓ 16 callersFunctionOfType
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:192
↓ 16 callersFunctionPartialMatch
source/tests/googletest/googletest/include/gtest/internal/gtest-port.h:1187
↓ 16 callersFunctionRunShell
(command, silent_ok=False, universal_newlines=True, print_output=False)
source/tests/googletest/googlemock/scripts/upload.py:577
↓ 16 callersFunctionRunShell
(command, silent_ok=False, universal_newlines=True, print_output=False)
source/tests/googletest/googletest/scripts/upload.py:577
↓ 16 callersFunctionShouldShard
Checks whether sharding is enabled by examining the relevant environment variable values. If the variables are present, but inconsistent (i.e., shard_
source/tests/googletest/googletest/src/gtest.cc:4713
↓ 16 callersFunctionUnorderedElementsAre
source/tests/googletest/googlemock/include/gmock/gmock-generated-matchers.h:783
↓ 16 callersFunctionUnorderedElementsAreArray
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:3686
↓ 16 callersMethodVoidFromString
source/tests/googletest/googlemock/test/gmock_link_test.h:228
↓ 16 callersFunctionWhenSorted
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:4171
↓ 16 callersMethodtest_property_count
Returns the number of the test properties.
source/tests/googletest/googletest/src/gtest.cc:2205
↓ 16 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.
source/tests/googletest/googletest/src/gtest.cc:2200
↓ 16 callersFunctionversion
source/globjects/source/globjects.cpp:276
↓ 15 callersMethodBar
source/tests/googletest/googletest/test/gtest_unittest.cc:4996
↓ 15 callersFunctionDescribe
source/tests/googletest/googlemock/test/gmock-generated-matchers_test.cc:86
↓ 15 callersFunctionIsNull
Creates a polymorphic matcher that matches any NULL pointer.
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:3795
↓ 15 callersFunctionKey
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:4322
↓ 15 callersFunctionMatchRegexAnywhere
Returns true iff regex matches any substring of str. regex must be a valid simple regular expression, or the result is undefined. The algorithm is r
source/tests/googletest/googletest/src/gtest-port.cc:789
↓ 15 callersFunctionThrowAnInteger
source/tests/googletest/googletest/test/gtest_unittest.cc:3309
↓ 15 callersMethod__init__
(self, start, end)
source/tests/googletest/googlemock/scripts/generator/cpp/ast.py:112
↓ 15 callersFunctiongetInteger
source/globjects/source/globjects.cpp:179
↓ 15 callersMethodsetData
source/globjects/source/Buffer.cpp:113
↓ 14 callersFunctionAssert
Asserts that condition is true; aborts the process with the given message if condition is false. We cannot use LOG(FATAL) or CHECK() as Google Mock m
source/tests/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:281
↓ 14 callersFunctionCodePointToUtf8
Converts a Unicode code point to a narrow string in UTF-8 encoding. code_point parameter is of type UInt32 because wchar_t may not be wide enough to c
source/tests/googletest/googletest/src/gtest.cc:1759
↓ 14 callersFunctionCountIf
source/tests/googletest/googletest/src/gtest-internal-inl.h:283
↓ 14 callersMethodDirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
source/tests/googletest/googletest/src/gtest-filepath.cc:223
↓ 14 callersFunctionEndsWith
Matches a string that ends with 'suffix' (case-sensitive).
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:3997
↓ 14 callersFunctionFormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
source/tests/googletest/googletest/src/gtest.cc:3548
↓ 14 callersFunctionFullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
source/tests/googletest/googletest/include/gtest/internal/gtest-port.h:1184
↓ 14 callersFunctionMakePolymorphicAction
source/tests/googletest/googlemock/include/gmock/gmock-actions.h:475
↓ 14 callersFunctionMatchRepetitionAndRegexAtHead
Matches a repeated regex atom followed by a valid simple regular expression. The regex atom is defined as c if escaped is false, or \c otherwise. re
source/tests/googletest/googletest/src/gtest-port.cc:726
↓ 14 callersMethodtotal_test_count
Gets the number of all tests.
source/tests/googletest/googletest/src/gtest.cc:777
↓ 13 callersFunctionBinary
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:108
↓ 13 callersMethodBinary
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:188
↓ 13 callersFunctionCheck
Prints the message and aborts the program if condition is false.
source/tests/googletest/googletest/test/gtest_environment_test.cc:116
↓ 13 callersFunctionDoAll
source/tests/googletest/googlemock/include/gmock/gmock-generated-actions.h:695
↓ 13 callersFunctionDoDefault
Creates an action that does the default action for the give mock function.
source/tests/googletest/googlemock/include/gmock/gmock-actions.h:1099
↓ 13 callersFunctionExpect
Verifies that condition is true; generates a non-fatal failure if condition is false.
source/tests/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:294
↓ 13 callersFunctionExpectSpecProperty
Expects that the EXPECT_CALL() statement has the given property.
source/tests/googletest/googlemock/include/gmock/gmock-spec-builders.h:746
↓ 13 callersFunctionIsAsciiWhiteSpace
source/tests/googletest/googletest/src/gtest-port.cc:621
↓ 13 callersFunctionIsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
source/tests/googletest/googletest/src/gtest-port.cc:609
↓ 13 callersMethodIsRootDirectory
Returns true if pathname describes a root directory. (Windows has one root directory per disk drive.)
source/tests/googletest/googletest/src/gtest-filepath.cc:253
↓ 13 callersFunctionTupleMatches
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:796
↓ 13 callersMethodattach
source/globjects/source/Program.cpp:135
↓ 13 callersMethodenable
source/globjects/source/State.cpp:152
↓ 13 callersMethodend
source/globjects/source/registry/ObjectRegistry.cpp:38
↓ 13 callersMethodsetBuffer
source/globjects/source/VertexAttributeBinding.cpp:94
↓ 13 callersMethodsetFormat
source/globjects/source/VertexAttributeBinding.cpp:100
↓ 12 callersFunctionBeginEndDistanceIs
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:4138
↓ 12 callersFunctionContainsRegex
Matches a string that contains regular expression 'regex'. The matcher takes ownership of 'regex'.
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:4016
← previousnext →101–200 of 4,459, ranked by callers