MCPcopy Create free account

hub / github.com/Rezonality/zep / functions

Functions5,232 in github.com/Rezonality/zep

↓ 2 callersMethodRun
src/regress.cpp:45
↓ 2 callersFunctionRunFromThread
m3rdparty/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
m3rdparty/googletest/googletest/test/gtest_help_test.py:81
↓ 2 callersMethodSet
Sets the default value for type T&.
m3rdparty/googletest/googlemock/include/gmock/gmock-actions.h:278
↓ 2 callersMethodSetAlpha
src/range_markers.cpp:75
↓ 2 callersMethodSetBackgroundColor
src/range_markers.cpp:53
↓ 2 callersMethodSetBufferSyntax
src/editor.cpp:789
↓ 2 callersMethodSetBufferType
src/buffer.cpp:1341
↓ 2 callersMethodSetCurrentTabWindow
src/editor.cpp:551
↓ 2 callersFunctionSetEnvVar
Sets an environment variable to a given value; unsets it when the given value is None.
m3rdparty/googletest/googletest/test/gtest_throw_on_failure_test.py:58
↓ 2 callersMethodSetGlobalTestPartResultReporter
Sets the global test part result reporter.
m3rdparty/googletest/googletest/src/gtest.cc:711
↓ 2 callersMethodSetHighlightColor
src/range_markers.cpp:63
↓ 2 callersMethodSetLayoutDirty
src/display.cpp:111
↓ 2 callersMethodSetPainter
include/zep/qt/zepdisplay_qt.h:112
↓ 2 callersMethodSetPixelHeight
include/zep/display.h:109
↓ 2 callersFunctionSetSigprofActionAndTimer
Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
m3rdparty/googletest/googletest/test/gtest-death-test_test.cc:377
↓ 2 callersMethodSetSize
include/zep/mcommon/math/math.h:435
↓ 2 callersMethodSetTextColor
src/range_markers.cpp:58
↓ 2 callersMethodSetWorkingDirectory
src/filesystem.cpp:45
↓ 2 callersFunctionSkipComma
Skips to the first non-space char after the first comma in 'str'; returns NULL if no comma is found in 'str'.
m3rdparty/googletest/googletest/include/gtest/internal/gtest-internal.h:594
↓ 2 callersFunctionSkipUntil
(lines, pos, regex, token_type)
m3rdparty/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
m3rdparty/googletest/googletest/src/gtest.cc:1272
↓ 2 callersFunctionSplitString
m3rdparty/googletest/googletest/src/gtest.cc:922
↓ 2 callersFunctionStart
Called at the start of streaming to notify the receiver what protocol we are using.
m3rdparty/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.
m3rdparty/googletest/googletest/src/gtest.cc:906
↓ 2 callersFunctionSubWithoutTrace
A helper function for testing SCOPED_TRACE.
m3rdparty/googletest/googletest/test/gtest_output_test_.cc:167
↓ 2 callersFunctionSubroutine
m3rdparty/googletest/googletest/test/gtest_sole_header_test.cc:39
↓ 2 callersMethodSuppressEventForwarding
m3rdparty/googletest/googletest/src/gtest.cc:3959
↓ 2 callersFunctionTempDir
m3rdparty/googletest/googletest/src/gtest-port.cc:1058
↓ 2 callersFunctionTestExitMacros
Tests the *_EXIT family of macros, using a variety of predicates.
m3rdparty/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
m3rdparty/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.
m3rdparty/googletest/googletest/include/gtest/gtest-test-part.h:60
↓ 2 callersFunctionTestRepeatWithEmptyFilter
Tests using --gtest_repeat when --gtest_filter specifies an empty set of tests.
m3rdparty/googletest/googletest/test/gtest_repeat_test.cc:182
↓ 2 callersMethodTestSehExceptions
(self, test_output)
m3rdparty/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
m3rdparty/googletest/googletest/scripts/gen_gtest_pred_impl.py:175
↓ 2 callersFunctionToUnixLineEnding
Changes all Windows/Mac line endings in s to UNIX line endings.
m3rdparty/googletest/googletest/test/gtest_output_test.py:83
↓ 2 callersFunctionTransformTupleValues
m3rdparty/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.
m3rdparty/googletest/googletest/test/gtest_output_test_.cc:71
↓ 2 callersMethodUnary
m3rdparty/googletest/googlemock/test/gmock-more-actions_test.cc:186
↓ 2 callersFunctionUnexpectedHRESULTFailure
m3rdparty/googletest/googletest/test/gtest_unittest.cc:3966
↓ 2 callersFunctionUniversalPrintCharArray
m3rdparty/googletest/googletest/src/gtest-printers.cc:286
↓ 2 callersMethodUnlock
m3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:2150
↓ 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 =
m3rdparty/googletest/googlemock/include/gmock/gmock-spec-builders.h:1535
↓ 2 callersMethodUpdateTabs
src/editor.cpp:569
↓ 2 callersFunctionVerifyFileExists
Verifies that the given file exists; aborts on failure. relative_path is the file path relative to the given directory.
m3rdparty/googletest/googletest/scripts/fuse_gtest_files.py:89
↓ 2 callersFunctionVerifyOutputFile
Verifies that the given output file path is valid. relative_path is relative to the output_dir directory.
m3rdparty/googletest/googletest/scripts/fuse_gtest_files.py:113
↓ 2 callersFunctionWithoutArgs
m3rdparty/googletest/googlemock/include/gmock/gmock-more-actions.h:134
↓ 2 callersFunctionWrapCode
(line, line_concat, output)
m3rdparty/googletest/googletest/scripts/pump.py:741
↓ 2 callersMethodWrite
src/filesystem.cpp:104
↓ 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
m3rdparty/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
m3rdparty/googletest/googletest/scripts/upload.py:239
↓ 2 callersFunction_GetChar
(source, start, i)
m3rdparty/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
m3rdparty/googletest/googletest/test/gtest_xml_test_utils.py:117
↓ 2 callersMethod_GetNestedType
(self, ctor)
m3rdparty/googletest/googlemock/scripts/generator/cpp/ast.py:1193
↓ 2 callersFunction_GetString
(source, start, i)
m3rdparty/googletest/googlemock/scripts/generator/cpp/tokenize.py:89
↓ 2 callersMethod_GetTemplateEnd
(self, tokens, start)
m3rdparty/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.
m3rdparty/googletest/googletest/test/gtest_xml_output_unittest.py:263
↓ 2 callersMethod_IgnoreUpTo
(self, token_type, token)
m3rdparty/googletest/googlemock/scripts/generator/cpp/ast.py:862
↓ 2 callersFunction_ParseAndStripGTestFlags
Parses and strips Google Test flags from argv. This is idempotent.
m3rdparty/googletest/googletest/test/gtest_test_utils.py:86
↓ 2 callersMethod_TestOutFile
(self, test_name, expected_xml)
m3rdparty/googletest/googletest/test/gtest_xml_outfiles_test.py:98
↓ 2 callersMethodaborting
!TBD We need to do this another way!
m3rdparty/nod/tests/catch.hpp:5107
↓ 2 callersMethodaddRef
m3rdparty/nod/tests/catch.hpp:390
↓ 2 callersFunctionadvance
m3rdparty/utfcpp/source/utf8/unchecked.h:146
↓ 2 callersFunctionadvance
include/zep/mcommon/utf8/unchecked.h:146
↓ 2 callersMethodallPassed
m3rdparty/nod/tests/catch.hpp:1636
↓ 2 callersMethodassertionEnded
m3rdparty/nod/tests/catch.hpp:6540
↓ 2 callersFunctionat
include/zep/mcommon/gsl-lite.hpp:1761
↓ 2 callersFunctioncardinality_specified
Returns true iff the user specified the cardinality explicitly using a .Times().
m3rdparty/googletest/googlemock/include/gmock/gmock-spec-builders.h:756
↓ 2 callersMethodconnect
include/zep/mcommon/signals.h:438
↓ 2 callersFunctiondetermine_value_type
include/zep/mcommon/file/cpptoml.h:2320
↓ 2 callersMethoddisconnect
Implementation of the disconnect operation of the connection class
include/zep/mcommon/signals.h:702
↓ 2 callersMethodenter
m3rdparty/nod/tests/catch.hpp:4823
↓ 2 callersMethoderror
include/zep/mcommon/file/cpptoml.h:1818
↓ 2 callersFunctionfind_end_of_date
include/zep/mcommon/file/cpptoml.h:2882
↓ 2 callersFunctionfirst_
include/zep/mcommon/gsl-lite.hpp:1513
↓ 2 callersFunctionfnmatch
include/zep/mcommon/file/fnmatch.h:63
↓ 2 callersFunctionfpToString
m3rdparty/nod/tests/catch.hpp:6936
↓ 2 callersFunctiongetAnnotation
m3rdparty/nod/tests/catch.hpp:2552
↓ 2 callersMethodgetCurrentTestName
m3rdparty/nod/tests/catch.hpp:5095
↓ 2 callersMethodgetExpression
m3rdparty/nod/tests/catch.hpp:6201
↓ 2 callersMethodgetReporterName
m3rdparty/nod/tests/catch.hpp:3119
↓ 2 callersMethodgetResultCapture
IContext
m3rdparty/nod/tests/catch.hpp:5837
↓ 2 callersMethodgetRunner
m3rdparty/nod/tests/catch.hpp:5840
↓ 2 callersMethodgetTestMacroName
m3rdparty/nod/tests/catch.hpp:6229
↓ 2 callersMethodgetValue
m3rdparty/nod/tests/catch.hpp:1786
↓ 2 callersMethodget_table
* Obtains a table for a given key, if possible. */
include/zep/mcommon/file/cpptoml.h:1376
↓ 2 callersMethodhasExpandedExpression
m3rdparty/nod/tests/catch.hpp:6214
↓ 2 callersFunctioninvert_shift_xor
Inverts a (h ^= h >> s) operation with 8 <= s <= 16
src/mcommon/string/stringutils.cpp:121
↓ 2 callersFunctioninvert_shift_xor
Inverts a (h ^= h >> s) operation with 8 <= s <= 16
src/mcommon/string/murmur_hash.cpp:61
↓ 2 callersMethodinvoke
m3rdparty/nod/tests/catch.hpp:6388
↓ 2 callersFunctionisFalseTest
m3rdparty/nod/tests/catch.hpp:631
↓ 2 callersMethodisHidden
m3rdparty/nod/tests/catch.hpp:6350
↓ 2 callersFunctionisOk
m3rdparty/nod/tests/catch.hpp:610
↓ 2 callersFunctionis_code_point_valid
m3rdparty/utfcpp/source/utf8/core.h:93
↓ 2 callersFunctionis_code_point_valid
include/zep/mcommon/utf8/core.h:96
↓ 2 callersFunctionis_lead_surrogate
m3rdparty/utfcpp/source/utf8/core.h:75
↓ 2 callersFunctionis_lead_surrogate
include/zep/mcommon/utf8/core.h:78
↓ 2 callersFunctionis_time
include/zep/mcommon/file/cpptoml.h:3168
↓ 2 callersFunctionis_trail_surrogate
m3rdparty/utfcpp/source/utf8/core.h:81
↓ 2 callersFunctionis_trail_surrogate
include/zep/mcommon/utf8/core.h:84
← previousnext →1,001–1,100 of 5,232, ranked by callers