Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rezonality/zep
/ functions
Functions
5,232 in github.com/Rezonality/zep
⨍
Functions
5,232
◇
Types & classes
1,891
↓ 5 callers
Method
next
Gets the next node in the queue.
m3rdparty/googletest/googletest/samples/sample3-inl.h:57
↓ 5 callers
Method
release
m3rdparty/nod/tests/catch.hpp:5819
↓ 5 callers
Method
repeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
m3rdparty/googletest/googletest/src/gtest.cc:3919
↓ 5 callers
Method
set
m3rdparty/nod/tests/catch.hpp:3437
↓ 5 callers
Method
set_value
m3rdparty/googletest/googlemock/test/gmock-matchers_test.cc:3363
↓ 5 callers
Function
skip_whitespace_and_comments
include/zep/mcommon/file/cpptoml.h:3130
↓ 5 callers
Method
successful_test_count
Gets the number of successful tests.
m3rdparty/googletest/googletest/src/gtest.cc:751
↓ 5 callers
Method
swap
m3rdparty/nod/tests/catch.hpp:6376
↓ 5 callers
Function
toQPoint
include/zep/qt/zepdisplay_qt.h:26
↓ 5 callers
Function
utf16to8
m3rdparty/utfcpp/source/utf8/cpp11.h:42
↓ 5 callers
Function
utf8to16
m3rdparty/utfcpp/source/utf8/cpp11.h:49
↓ 4 callers
Method
Append
(self, s)
m3rdparty/googletest/googletest/scripts/pump.py:652
↓ 4 callers
Function
Arity
Returns the English name of the given arity.
m3rdparty/googletest/googletest/scripts/gen_gtest_pred_impl.py:164
↓ 4 callers
Function
AssertEq
(expected, actual)
m3rdparty/googletest/googletest/test/gtest_env_var_test.py:48
↓ 4 callers
Method
AssertSetEqual
Asserts that two sets are equal.
m3rdparty/googletest/googletest/test/gtest_filter_unittest.py:233
↓ 4 callers
Function
Assign
m3rdparty/googletest/googlemock/include/gmock/gmock-actions.h:1147
↓ 4 callers
Method
Bottom
include/zep/mcommon/math/math.h:405
↓ 4 callers
Function
ByMove
m3rdparty/googletest/googlemock/include/gmock/gmock-actions.h:1094
↓ 4 callers
Function
Cardinality
Constructs a Cardinality from its implementation.
m3rdparty/googletest/googlemock/include/gmock/gmock-cardinalities.h:90
↓ 4 callers
Method
Center
include/zep/mcommon/math/math.h:417
↓ 4 callers
Function
ChangeToRootDir
m3rdparty/googletest/googletest/test/gtest-death-test_test.cc:359
↓ 4 callers
Function
Char
NOLINT
m3rdparty/googletest/googlemock/test/gmock-more-actions_test.cc:73
↓ 4 callers
Function
CharsToIndices
m3rdparty/googletest/googletest/test/gtest_unittest.cc:3460
↓ 4 callers
Function
CharsToLines
m3rdparty/googletest/googletest/test/gtest_unittest.cc:3468
↓ 4 callers
Method
Clear
Clear this buffer. If it was previously not clear, it has been updated. Otherwise it is just reset to default state. A new buffer is always initiall
src/buffer.cpp:685
↓ 4 callers
Method
ClearRangeMarker
src/buffer.cpp:1152
↓ 4 callers
Function
CmpHelperEQ
m3rdparty/googletest/googletest/include/gtest/gtest.h:1387
↓ 4 callers
Function
DieIfLessThan
A binary function that may die.
m3rdparty/googletest/googletest/test/gtest-death-test_test.cc:185
↓ 4 callers
Method
DoMotion
src/tab_window.cpp:29
↓ 4 callers
Method
EndWordMotion
src/buffer.cpp:455
↓ 4 callers
Method
EvalExp
(self, exp)
m3rdparty/googletest/googletest/scripts/pump.py:622
↓ 4 callers
Function
ExplainMatchFailureTupleTo
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:810
↓ 4 callers
Function
Fail
Prints the given failure message and exits the program with non-zero. We use this instead of a Google Test assertion to indicate a failure, as the la
m3rdparty/googletest/googletest/test/gtest_throw_on_failure_ex_test.cc:45
↓ 4 callers
Function
FailFatally
m3rdparty/googletest/googletest/test/gtest_unittest.cc:6903
↓ 4 callers
Function
FloatNear
Creates a matcher that matches any float argument approximately equal to rhs, up to the specified max absolute error bound, where two NANs are conside
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:3856
↓ 4 callers
Method
ForEachMarker
src/buffer.cpp:1204
↓ 4 callers
Function
FormatBool
m3rdparty/googletest/googletest/src/gtest-internal-inl.h:1171
↓ 4 callers
Function
FormatCountableNoun
Formats a countable noun. Depending on its quantity, either the singular form or the plural form is used. e.g. FormatCountableNoun(1, "formula", "fo
m3rdparty/googletest/googletest/src/gtest.cc:2809
↓ 4 callers
Function
FormatMatcherDescription
Returns the description for a matcher defined using the MATCHER*() macro where the user-supplied description string is "", if 'negation' is false; oth
m3rdparty/googletest/googlemock/src/gmock-matchers.cc:127
↓ 4 callers
Function
FormatTestCount
Formats the count of tests.
m3rdparty/googletest/googletest/src/gtest.cc:2817
↓ 4 callers
Function
FormatTimes
Formats "n times" in a human-friendly way.
m3rdparty/googletest/googlemock/src/gmock-cardinalities.cc:95
↓ 4 callers
Function
GetCommandOutput
Runs a command and returns its output with all file location info stripped off. Args: env_cmd: The shell command. A 2-tuple where element 0
m3rdparty/googletest/googletest/test/gtest_output_test.py:222
↓ 4 callers
Method
GetCursorAfter
include/zep/commands.h:25
↓ 4 callers
Method
GetDisplayName
src/buffer.cpp:644
↓ 4 callers
Function
GetFlag
Runs gtest_env_var_test_ and returns its output.
m3rdparty/googletest/googletest/test/gtest_env_var_test.py:64
↓ 4 callers
Method
GetGlobalMode
src/editor.cpp:749
↓ 4 callers
Method
GetLineOffsets
Method for querying the beginning and end of a line
src/buffer.cpp:528
↓ 4 callers
Method
GetMethod
(self, modifiers, templated_types)
m3rdparty/googletest/googlemock/scripts/generator/cpp/ast.py:953
↓ 4 callers
Method
GetTestInfo
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.
m3rdparty/googletest/googletest/src/gtest.cc:2739
↓ 4 callers
Function
InDeathTestChild
Returns a Boolean value indicating whether the caller is currently executing in the context of the death test child process. Tools such as Valgrind h
m3rdparty/googletest/googletest/src/gtest-death-test.cc:133
↓ 4 callers
Function
IsSpace
m3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:2273
↓ 4 callers
Function
Matcher
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:344
↓ 4 callers
Function
Message
Copy constructor.
m3rdparty/googletest/googletest/include/gtest/gtest-message.h:96
↓ 4 callers
Method
Name
include/zep/mode_vim.h:35
↓ 4 callers
Function
NanSensitiveDoubleNear
Creates a matcher that matches any double argument approximately equal to rhs, up to the specified max absolute error bound, including NaN values when
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:3836
↓ 4 callers
Function
NanSensitiveFloatNear
Creates a matcher that matches any float argument approximately equal to rhs, up to the specified max absolute error bound, including NaN values when
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:3864
↓ 4 callers
Function
OneTo
Returns the list [1, 2, 3, ..., n].
m3rdparty/googletest/googletest/scripts/gen_gtest_pred_impl.py:183
↓ 4 callers
Method
PeekLineClamped
src/glyph_iterator.cpp:194
↓ 4 callers
Function
PolymorphicIsEven
m3rdparty/googletest/googlemock/test/gmock-matchers_test.cc:501
↓ 4 callers
Method
RegisterName
Return the first register for commands that only want 1
include/zep/keymap.h:203
↓ 4 callers
Method
ReplParse
extensions/repl/mode_repl.h:24
↓ 4 callers
Method
Reset
Resets the state of the environment s.t. it can be reused.
m3rdparty/googletest/googletest/test/gtest_environment_test.cc:82
↓ 4 callers
Function
ReturnNull
Creates an action that returns NULL.
m3rdparty/googletest/googlemock/include/gmock/gmock-actions.h:1066
↓ 4 callers
Function
RmDir
m3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:2340
↓ 4 callers
Function
RunAllTests
Runs the tests. Return true iff successful. The 'failure' parameter specifies the type of failure that should be generated by the global set-up.
m3rdparty/googletest/googletest/test/gtest_environment_test.cc:127
↓ 4 callers
Function
RunAndExtractTestList
Runs the test program and returns its exit code and a list of tests run.
m3rdparty/googletest/googletest/test/gtest_filter_unittest.py:188
↓ 4 callers
Method
Send
Sends an RPC and returns the response. Args: request_path: The path to send the request to, eg /api/appversion/create. payload: The b
m3rdparty/googletest/googlemock/scripts/upload.py:291
↓ 4 callers
Method
Send
Sends an RPC and returns the response. Args: request_path: The path to send the request to, eg /api/appversion/create. payload: The b
m3rdparty/googletest/googletest/scripts/upload.py:291
↓ 4 callers
Function
SetErrnoAndReturn
m3rdparty/googletest/googlemock/include/gmock/gmock-actions.h:1155
↓ 4 callers
Method
SetFlags
src/editor.cpp:1267
↓ 4 callers
Method
SetMode
src/buffer.cpp:1374
↓ 4 callers
Method
SetSyntaxProvider
include/zep/buffer.h:183
↓ 4 callers
Method
SetTestPartResultReporterForCurrentThread
Sets the test part result reporter for the current thread.
m3rdparty/googletest/googletest/src/gtest.cc:724
↓ 4 callers
Function
Short
For suppressing compiler warnings on conversion possibly losing precision.
m3rdparty/googletest/googlemock/test/gmock-more-actions_test.cc:72
↓ 4 callers
Method
StandardCtrlMotion
Implements the ctrl + motion of a standard editor. This is a little convoluted; perhaps the logic can be simpler! Playing around with CTRL+ arrows and
src/buffer.cpp:237
↓ 4 callers
Function
StrDup
m3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:2320
↓ 4 callers
Method
ToggleFlag
src/window.cpp:1312
↓ 4 callers
Method
Top
include/zep/mcommon/math/math.h:401
↓ 4 callers
Method
UntypedPerformDefaultAction
Performs the default action with the given arguments and returns the action's result. The call description string will be used in the error message t
m3rdparty/googletest/googlemock/include/gmock/gmock-spec-builders.h:1523
↓ 4 callers
Function
VerifyGeneratorIsEmpty
m3rdparty/googletest/googletest/test/gtest-param-test_test.cc:172
↓ 4 callers
Function
_FindAllMatches
Generates all matches of regex in string s.
m3rdparty/googletest/googlemock/scripts/gmock_doctor.py:137
↓ 4 callers
Method
_GetClass
(self, class_type, visibility, templated_types)
m3rdparty/googletest/googlemock/scripts/generator/cpp/ast.py:1489
↓ 4 callers
Method
_GetVarTokensUpTo
(self, expected_token_type, *expected_tokens)
m3rdparty/googletest/googlemock/scripts/generator/cpp/ast.py:852
↓ 4 callers
Method
_VerifyTestCasesDoNotInterleave
(self, tests)
m3rdparty/googletest/googletest/test/gtest_shuffle_test.py:245
↓ 4 callers
Function
c_str
m3rdparty/googletest/googletest/include/gtest/internal/gtest-filepath.h:78
↓ 4 callers
Method
clone
m3rdparty/nod/tests/catch.hpp:3440
↓ 4 callers
Function
contains
m3rdparty/nod/tests/catch.hpp:6644
↓ 4 callers
Method
contains
* Determines if this key table contains the given key. */
include/zep/mcommon/file/cpptoml.h:1335
↓ 4 callers
Method
empty
An empty buffer
include/zep/gap_buffer.h:183
↓ 4 callers
Method
end
include/zep/gap_buffer.h:169
↓ 4 callers
Method
file
Where in the source file was the default action spec defined?
m3rdparty/googletest/googlemock/include/gmock/gmock-spec-builders.h:252
↓ 4 callers
Method
getConfig
m3rdparty/nod/tests/catch.hpp:5853
↓ 4 callers
Function
getCurrentTicks
m3rdparty/nod/tests/catch.hpp:6596
↓ 4 callers
Method
getExpandedExpression
m3rdparty/nod/tests/catch.hpp:6218
↓ 4 callers
Method
getFilteredTests
m3rdparty/nod/tests/catch.hpp:5481
↓ 4 callers
Method
has_filename
include/zep/mcommon/file/path.h:89
↓ 4 callers
Method
index
m3rdparty/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h:250
↓ 4 callers
Method
is_array
* Determines if the TOML element is an array of "leaf" elements. */
include/zep/mcommon/file/cpptoml.h:533
↓ 4 callers
Function
make_array
include/zep/mcommon/file/cpptoml.h:1021
↓ 4 callers
Function
make_consumer
include/zep/mcommon/file/cpptoml.h:1830
← previous
next →
601–700 of 5,232, ranked by callers