MCPcopy Create free account

hub / github.com/BitFunnel/NativeJIT / functions

Functions3,843 in github.com/BitFunnel/NativeJIT

↓ 630 callersMethodMatches
Returns true iff this matcher matches x.
googletest/googlemock/include/gmock/gmock-matchers.h:261
↓ 280 callersFunctionmake_tuple
googletest/googletest/include/gtest/internal/gtest-tuple.h:675
↓ 191 callersFunctionPrint
googletest/googletest/test/gtest-printers_test.cc:235
↓ 180 callersFunctionEXPECT_FATAL_FAILURE
The c'tor sets this object as the test part result reporter used by Google Test. The 'result' parameter specifies where to report the results. This r
googletest/googletest/include/gtest/gtest-spi.h:64
↓ 171 callersMethodend
googletest/googletest/include/gtest/internal/gtest-internal.h:1064
↓ 160 callersFunctionEq
googletest/googlemock/include/gmock/gmock-matchers.h:3742
↓ 159 callersFunctionNot
googletest/googlemock/include/gmock/gmock-matchers.h:4107
↓ 156 callersFunctionNe
googletest/googlemock/include/gmock/gmock-matchers.h:3790
↓ 155 callersMethodbegin
googletest/googletest/include/gtest/internal/gtest-internal.h:1063
↓ 142 callersMethodstr
Returns the explanation accumulated so far.
googletest/googlemock/include/gmock/gmock-matchers.h:189
↓ 138 callersFunctionFilePath
googletest/googletest/include/gtest/internal/gtest-filepath.h:62
↓ 131 callersMethodsize
Returns the number of TestPartResult objects in the array.
googletest/googletest/src/gtest-test-part.cc:83
↓ 130 callersMethodPerform
googletest/googlemock/test/gmock-actions_test.cc:440
↓ 114 callersFunctionDescribe
googletest/googlemock/test/gmock-matchers_test.cc:202
↓ 99 callersMethodImmediate
inc/NativeJIT/ExpressionTree.h:220
↓ 98 callersFunctionExplain
googletest/googlemock/test/gmock-matchers_test.cc:218
↓ 97 callersMethodPerform
googletest/googlemock/test/gmock-generated-actions_test.cc:371
↓ 86 callersFunctionElementsAre
googletest/googlemock/include/gmock/gmock-generated-matchers.h:568
↓ 80 callersMethodGetString
Gets the text streamed to this object so far as an std::string. Each '\0' character in the buffer is replaced with "\\0".
googletest/googletest/src/gtest.cc:981
↓ 78 callersMethodCompile
inc/NativeJIT/Function.h:228
↓ 73 callersFunctionAtomMatchesChar
Returns true iff the given atom (specified by escaped and pattern) matches ch. The result is undefined if the atom is invalid.
googletest/googletest/src/gtest-port.cc:652
↓ 70 callersFunctionCharPtr
A helper that turns the type of a C-string literal from const char[N] to const char*.
googletest/googlemock/test/gmock-more-actions_test.cc:279
↓ 69 callersFunctionGe
googletest/googlemock/include/gmock/gmock-matchers.h:3766
↓ 64 callersMethodsize
googletest/googlemock/include/gmock/gmock-spec-builders.h:606
↓ 61 callersFunctionInvoke
googletest/googlemock/include/gmock/gmock-more-actions.h:114
↓ 59 callersFunctionValuesIn
googletest/googletest/include/gtest/gtest-param-test.h:308
↓ 56 callersFunctionSetEnv
Sets an environment variable with the given name to the given value. If the value argument is "", unsets the environment variable. The caller must e
googletest/googletest/test/gtest_unittest.cc:1625
↓ 54 callersFunctionGt
googletest/googlemock/include/gmock/gmock-matchers.h:3772
↓ 53 callersFunctionLt
googletest/googlemock/include/gmock/gmock-matchers.h:3784
↓ 52 callersFunctionValues
googletest/googletest/include/gtest/gtest-param-test.h:348
↓ 50 callersFunctionAllOf
googletest/googlemock/test/gmock-generated-matchers_test.cc:1265
↓ 49 callersFunctionDescribeNegation
googletest/googlemock/test/gmock-matchers_test.cc:210
↓ 48 callersFunctionPair
googletest/googlemock/include/gmock/gmock-matchers.h:4332
↓ 46 callersMethodGetStorageClass
inc/NativeJIT/ExpressionTree.h:554
↓ 46 callersFunctionGreaterThan
googletest/googlemock/test/gmock-matchers_test.cc:188
↓ 46 callersFunctionStreamableToString
googletest/googletest/include/gtest/gtest-message.h:243
↓ 46 callersMethodget
googletest/googletest/include/gtest/internal/gtest-port.h:1124
↓ 45 callersMethodCall
src/CodeGen/X64CodeGenerator.cpp:89
↓ 44 callersFunctionAnyOf
googletest/googlemock/test/gmock-generated-matchers_test.cc:1272
↓ 43 callersFunctionContains
googletest/googlemock/include/gmock/gmock-matchers.h:4282
↓ 42 callersFunctionAssertionSuccess
Makes a successful assertion result.
googletest/googletest/src/gtest.cc:1010
↓ 42 callersMethodGetId
inc/NativeJIT/CodeGen/Register.h:92
↓ 39 callersMethodGetDirectRegister
inc/NativeJIT/ExpressionTree.h:561
↓ 39 callersFunctionStrEq
Matches a string equal to str.
googletest/googlemock/include/gmock/gmock-matchers.h:3954
↓ 39 callersMethod_GetNextToken
(self)
googletest/googlemock/scripts/generator/cpp/ast.py:905
↓ 38 callersFunctionAssertionFailure
Makes a failed assertion result.
googletest/googletest/src/gtest.cc:1015
↓ 38 callersFunctionCharPtr
A helper that turns the type of a C-string literal from const char[N] to const char*.
googletest/googlemock/test/gmock-generated-actions_test.cc:165
↓ 38 callersMethodInSequence
Creates the implicit sequence if there isn't one.
googletest/googlemock/src/gmock-spec-builders.cc:805
↓ 38 callersMethodIsSatisfiedByCallCount
Returns true iff call_count calls will satisfy this cardinality.
googletest/googlemock/test/gmock-cardinalities_test.cc:400
↓ 37 callersFunctionPrintPointer
Since ::std::stringstream::operator<<(const void *) formats the pointer output differently with different compilers, we have to create the expected ou
googletest/googletest/test/gtest-printers_test.cc:382
↓ 37 callersMethodbegin
googletest/googlemock/test/gmock-matchers_test.cc:4505
↓ 37 callersFunctiontype
Gets the outcome of the test part.
googletest/googletest/include/gtest/gtest-test-part.h:72
↓ 36 callersFunctionHasSubstr
Creates a matcher that matches any string, std::string, or C string that contains the given substring.
googletest/googlemock/include/gmock/gmock-matchers.h:3983
↓ 36 callersMethodIsPrime
googletest/googletest/samples/prime_tables.h:58
↓ 36 callersFunctionShouldUseColor
Returns true iff Google Test should use colors in the output.
googletest/googletest/src/gtest.cc:2916
↓ 35 callersFunctionGetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
googletest/googletest/src/gtest-internal-inl.h:927
↓ 35 callersMethodIsSaturatedByCallCount
Returns true iff call_count calls will saturate this cardinality.
googletest/googlemock/test/gmock-cardinalities_test.cc:405
↓ 34 callersFunctionCaptureStdout
Starts capturing stdout.
googletest/googletest/src/gtest-port.cc:1037
↓ 34 callersFunctionElementsAreArray
googletest/googlemock/include/gmock/gmock-matchers.h:3644
↓ 34 callersFunctionGetCapturedStdout
Stops capturing stdout and returns the captured string.
googletest/googletest/src/gtest-port.cc:1047
↓ 33 callersFunctionUsesColor
Runs gtest_color_test_ and returns its exit code.
googletest/googletest/test/gtest_color_test.py:56
↓ 32 callersMethodDescribeTo
Describes this matcher to an ostream.
googletest/googlemock/include/gmock/gmock-matchers.h:267
↓ 31 callersMethodGetName
inc/NativeJIT/CodeGen/Register.h:120
↓ 31 callersFunctionRUN_ALL_TESTS
googletest/googletest/include/gtest/gtest.h:2232
↓ 30 callersMethodCurrentPosition
src/CodeGen/CodeBuffer.cpp:121
↓ 30 callersFunctionRef
googletest/googlemock/include/gmock/gmock-matchers.h:3809
↓ 29 callersFunctionFormatForComparisonFailureMessage
googletest/googletest/include/gtest/gtest-printers.h:349
↓ 29 callersFunctionWideStringToUtf8
Converts a wide string to a narrow string in UTF-8 encoding. The wide string is assumed to have the following encoding: UTF-16 if sizeof(wchar_t) == 2
googletest/googletest/src/gtest.cc:1823
↓ 29 callersMethodend
googletest/googlemock/test/gmock-matchers_test.cc:4508
↓ 29 callersMethodvalue
googletest/googletest/test/gtest_unittest.cc:3824
↓ 28 callersFunctionMakeMatcher
googletest/googlemock/include/gmock/gmock-matchers.h:484
↓ 28 callersFunctionPop
(token_type=None)
googletest/googletest/scripts/pump.py:476
↓ 28 callersMethodRunAndVerify
Checks that the binary runs correct set of tests for a given filter.
googletest/googletest/test/gtest_filter_unittest.py:260
↓ 28 callersMethodstream
Returns the underlying ostream.
googletest/googlemock/include/gmock/gmock-matchers.h:98
↓ 27 callersFunctionIter
Given a positive integer n, a format string that contains 0 or more '%s' format specs, and optionally a separator string, returns the join of n st
googletest/googletest/scripts/gen_gtest_pred_impl.py:189
↓ 27 callersFunctionMakePolymorphicMatcher
googletest/googlemock/include/gmock/gmock-matchers.h:496
↓ 27 callersMethodassertEqualIgnoreLeadingWhitespace
Specialized assert that ignores the indent level.
googletest/googlemock/scripts/generator/cpp/gmock_class_test.py:41
↓ 26 callersMethodAssertHeld
Does nothing if the current thread holds the mutex. Otherwise, crashes with high probability.
googletest/googletest/src/gtest-port.cc:276
↓ 26 callersFunctionExplain
googletest/googlemock/test/gmock-generated-matchers_test.cc:102
↓ 26 callersMethodbegin
googletest/googlemock/include/gmock/gmock-spec-builders.h:608
↓ 26 callersMethodend
googletest/googlemock/include/gmock/gmock-spec-builders.h:609
↓ 25 callersFunctionMatchRegexAtHead
Returns true iff regex matches a prefix of str. regex must be a valid simple regular expression and not start with "^", or the result is undefined.
googletest/googletest/src/gtest-port.cc:771
↓ 25 callersFunctionValidateRegex
Generates non-fatal failures and returns false if regex is invalid; otherwise returns true.
googletest/googletest/src/gtest-port.cc:681
↓ 24 callersFunctionField
googletest/googlemock/include/gmock/gmock-matchers.h:3895
↓ 24 callersMethodGet
googletest/googletest/src/gtest-port.cc:193
↓ 24 callersFunctionInitGoogleTest
Initializes Google Test. This must be called before calling RUN_ALL_TESTS(). In particular, it parses a command line for the flags that Google Test
googletest/googletest/src/gtest.cc:5370
↓ 24 callersFunctionIsXDigit
googletest/googletest/include/gtest/internal/gtest-port.h:2269
↓ 24 callersFunctionLe
googletest/googlemock/include/gmock/gmock-matchers.h:3778
↓ 23 callersFunctionColoredPrintf
Helpers for printing colored strings to stdout. Note that on Windows, we cannot simply emit special characters and have the terminal change colors. Th
googletest/googletest/src/gtest.cc:2956
↓ 23 callersFunctionContainerEq
googletest/googlemock/include/gmock/gmock-matchers.h:4148
↓ 23 callersFunctionEach
googletest/googlemock/include/gmock/gmock-matchers.h:4314
↓ 23 callersFunctionIsPrime
Returns true iff n is a prime number.
googletest/googletest/samples/sample1.cc:47
↓ 23 callersFunctionIsValidEscape
Returns true iff "\\c" is a supported escape sequence.
googletest/googletest/src/gtest-port.cc:646
↓ 23 callersFunctionParseNaturalNumber
googletest/googletest/src/gtest-internal-inl.h:967
↓ 23 callersFunctionTestBit
Returns a boolean indicating whether the specified bit is set or not. WARNING: Does not verify that bitIndex is in valid range.
inc/NativeJIT/BitOperations.h:153
↓ 23 callersMethodkey
Gets the user supplied key.
googletest/googletest/include/gtest/gtest.h:496
↓ 22 callersFunctionArgs
googletest/googlemock/include/gmock/gmock-generated-matchers.h:480
↓ 22 callersMethodIncrementParentCount
src/NativeJIT/Node.cpp:52
↓ 22 callersFunctionIsNull
googletest/googletest/test/gtest-unittest-api_test.cc:140
↓ 22 callersMethodReset
src/CodeGen/Allocator.cpp:78
next →1–100 of 3,843, ranked by callers