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
↓ 16 callers
Method
reset
m3rdparty/nod/tests/catch.hpp:352
↓ 16 callers
Method
test_property_count
Returns the number of the test properties.
m3rdparty/googletest/googletest/src/gtest.cc:2205
↓ 16 callers
Function
toImVec2
include/zep/imgui/display_imgui.h:17
↓ 16 callers
Method
total_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.
m3rdparty/googletest/googletest/src/gtest.cc:2200
↓ 16 callers
Method
value_or
include/zep/mcommon/file/cpptoml.h:88
↓ 15 callers
Method
Bar
m3rdparty/googletest/googletest/test/gtest_unittest.cc:4997
↓ 15 callers
Method
Begin
src/mode.cpp:2541
↓ 15 callers
Function
Describe
m3rdparty/googletest/googlemock/test/gmock-generated-matchers_test.cc:86
↓ 15 callers
Method
End
src/buffer.cpp:1532
↓ 15 callers
Method
GetFilePath
src/buffer.cpp:653
↓ 15 callers
Method
GetName
Returns ([tokens], next_token_info).
m3rdparty/googletest/googlemock/scripts/generator/cpp/ast.py:928
↓ 15 callers
Function
IsNull
Creates a polymorphic matcher that matches any NULL pointer.
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:3795
↓ 15 callers
Function
Key
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4322
↓ 15 callers
Function
MatchRegexAnywhere
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
m3rdparty/googletest/googletest/src/gtest-port.cc:807
↓ 15 callers
Method
Peek
src/glyph_iterator.cpp:187
↓ 15 callers
Method
SetCommandText
src/editor.cpp:1025
↓ 15 callers
Function
ThrowAnInteger
m3rdparty/googletest/googletest/test/gtest_unittest.cc:3309
↓ 15 callers
Method
__init__
(self, start, end)
m3rdparty/googletest/googlemock/scripts/generator/cpp/ast.py:112
↓ 15 callers
Function
consume_whitespace
include/zep/mcommon/file/cpptoml.h:3145
↓ 15 callers
Method
filename
TODO Unit tests (See SO solution for some examples)
include/zep/mcommon/file/path.h:46
↓ 15 callers
Method
reset
m3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:1142
↓ 15 callers
Function
string_tolower
src/mcommon/string/stringutils.cpp:20
↓ 15 callers
Method
what
m3rdparty/nod/tests/catch.hpp:5736
↓ 14 callers
Method
AddCommandText
src/mode.cpp:172
↓ 14 callers
Function
Assert
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
m3rdparty/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:281
↓ 14 callers
Function
CodePointToUtf8
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
m3rdparty/googletest/googletest/src/gtest.cc:1759
↓ 14 callers
Function
CountIf
m3rdparty/googletest/googletest/src/gtest-internal-inl.h:283
↓ 14 callers
Method
DirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
m3rdparty/googletest/googletest/src/gtest-filepath.cc:223
↓ 14 callers
Function
EndsWith
Matches a string that ends with 'suffix' (case-sensitive).
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:3997
↓ 14 callers
Function
FormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
m3rdparty/googletest/googletest/src/gtest.cc:3550
↓ 14 callers
Function
FullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
m3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:1194
↓ 14 callers
Function
MakePolymorphicAction
m3rdparty/googletest/googlemock/include/gmock/gmock-actions.h:475
↓ 14 callers
Function
MatchRepetitionAndRegexAtHead
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
m3rdparty/googletest/googletest/src/gtest-port.cc:744
↓ 14 callers
Method
SetClipRect
include/zep/display.h:151
↓ 14 callers
Method
testSpec
m3rdparty/nod/tests/catch.hpp:2869
↓ 14 callers
Method
total_test_count
Gets the number of all tests.
m3rdparty/googletest/googletest/src/gtest.cc:777
↓ 13 callers
Function
Binary
m3rdparty/googletest/googlemock/test/gmock-more-actions_test.cc:108
↓ 13 callers
Method
Binary
m3rdparty/googletest/googlemock/test/gmock-more-actions_test.cc:188
↓ 13 callers
Function
Check
Prints the message and aborts the program if condition is false.
m3rdparty/googletest/googletest/test/gtest_environment_test.cc:116
↓ 13 callers
Function
DoAll
m3rdparty/googletest/googlemock/include/gmock/gmock-generated-actions.h:695
↓ 13 callers
Function
DoDefault
Creates an action that does the default action for the give mock function.
m3rdparty/googletest/googlemock/include/gmock/gmock-actions.h:1099
↓ 13 callers
Function
Expect
Verifies that condition is true; generates a non-fatal failure if condition is false.
m3rdparty/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:294
↓ 13 callers
Function
ExpectSpecProperty
Expects that the EXPECT_CALL() statement has the given property.
m3rdparty/googletest/googlemock/include/gmock/gmock-spec-builders.h:746
↓ 13 callers
Function
IsAsciiWhiteSpace
m3rdparty/googletest/googletest/src/gtest-port.cc:639
↓ 13 callers
Function
IsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
m3rdparty/googletest/googletest/src/gtest-port.cc:627
↓ 13 callers
Method
IsRootDirectory
Returns true if pathname describes a root directory. (Windows has one root directory per disk drive.)
m3rdparty/googletest/googletest/src/gtest-filepath.cc:253
↓ 13 callers
Method
Left
include/zep/mcommon/math/math.h:393
↓ 13 callers
Method
Set
Sets the 0-terminated C string this MyString object represents.
m3rdparty/googletest/googletest/samples/sample2.cc:51
↓ 13 callers
Function
TupleMatches
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:796
↓ 13 callers
Method
assign
include/zep/gap_buffer.h:343
↓ 13 callers
Method
disconnect
Implementation of the disconnect operation of the connection class
m3rdparty/nod/include/nod/nod.hpp:654
↓ 13 callers
Function
string_split
src/mcommon/string/stringutils.cpp:229
↓ 13 callers
Function
toString
m3rdparty/nod/tests/catch.hpp:1160
↓ 12 callers
Method
Adjust
include/zep/mcommon/math/math.h:440
↓ 12 callers
Function
BeginEndDistanceIs
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4138
↓ 12 callers
Function
ContainsRegex
Matches a string that contains regular expression 'regex'. The matcher takes ownership of 'regex'.
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4016
↓ 12 callers
Method
Failed
Returns true iff the test failed.
m3rdparty/googletest/googletest/src/gtest.cc:2170
↓ 12 callers
Function
GetEnv
m3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:2397
↓ 12 callers
Function
GetTestCases
Returns a list of test cases in the given full test names. Args: tests: a list of full test names Returns: A list of test cases from 'te
m3rdparty/googletest/googletest/test/gtest_shuffle_test.py:110
↓ 12 callers
Method
HasFileFlags
src/buffer.cpp:1411
↓ 12 callers
Function
IsAsciiDigit
Returns true iff ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale.
m3rdparty/googletest/googletest/src/gtest-port.cc:634
↓ 12 callers
Method
IsPrime
m3rdparty/googletest/googletest/samples/sample8_unittest.cc:62
↓ 12 callers
Function
PrintIfNotEmpty
If the explanation is not empty, prints it to the ostream.
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:678
↓ 12 callers
Function
RandomSeedFlag
(n)
m3rdparty/googletest/googletest/test/gtest_shuffle_test.py:74
↓ 12 callers
Method
RemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
m3rdparty/googletest/googletest/src/gtest-filepath.cc:166
↓ 12 callers
Method
Right
include/zep/mcommon/math/math.h:397
↓ 12 callers
Function
ShuffleFlag
()
m3rdparty/googletest/googletest/test/gtest_shuffle_test.py:70
↓ 12 callers
Function
WhenSortedBy
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4161
↓ 12 callers
Function
_GenericDiagnoser
Diagnoses the given disease by pattern matching. Can provide different diagnoses for different patterns. Args: short_name: Short name of the
m3rdparty/googletest/googlemock/scripts/gmock_doctor.py:144
↓ 12 callers
Function
append
m3rdparty/utfcpp/source/utf8/cpp11.h:37
↓ 12 callers
Function
is_number
include/zep/mcommon/file/cpptoml.h:1761
↓ 12 callers
Function
opCast
m3rdparty/nod/tests/catch.hpp:812
↓ 12 callers
Function
timer_restart
src/mcommon/animation/timer.cpp:29
↓ 12 callers
Method
x
m3rdparty/googletest/googletest/test/gtest_unittest.cc:5158
↓ 11 callers
Function
ACTION_TEMPLATE
m3rdparty/googletest/googlemock/include/gmock/gmock-generated-actions.h:2196
↓ 11 callers
Function
Abort
m3rdparty/googletest/googletest/src/gtest-port.cc:1124
↓ 11 callers
Function
AllOfMatches
Helper to allow easy testing of AllOf matchers with num parameters.
m3rdparty/googletest/googlemock/test/gmock-matchers_test.cc:2046
↓ 11 callers
Function
AlwaysTrue
m3rdparty/googletest/googletest/src/gtest.cc:4988
↓ 11 callers
Function
AnyOfMatches
Helper to allow easy testing of AnyOf matchers with num parameters.
m3rdparty/googletest/googlemock/test/gmock-matchers_test.cc:2244
↓ 11 callers
Function
ByRef
m3rdparty/googletest/googlemock/include/gmock/gmock-actions.h:1199
↓ 11 callers
Function
EqFailure
Constructs and returns the message for an equality assertion (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. The first four parameters are the expressio
m3rdparty/googletest/googletest/src/gtest.cc:1312
↓ 11 callers
Function
InvokeWithoutArgs
m3rdparty/googletest/googlemock/include/gmock/gmock-actions.h:1167
↓ 11 callers
Function
IsReadableTypeName
Returns true if the given type name is easy to read by a human. This is used to decide whether printing the type of a value might be helpful.
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:688
↓ 11 callers
Function
Matches
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4341
↓ 11 callers
Function
ParseInt32Flag
Parses a string for an Int32 flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
m3rdparty/googletest/googletest/src/gtest.cc:5070
↓ 11 callers
Method
RegisterSyntaxFactory
src/editor.cpp:838
↓ 11 callers
Method
RemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
m3rdparty/googletest/googletest/src/gtest-filepath.cc:155
↓ 11 callers
Method
RemoveTrailingPathSeparator
If input name has a trailing separator character, remove it and return the name, otherwise return the name string unmodified. On Windows platform, use
m3rdparty/googletest/googletest/src/gtest-filepath.cc:346
↓ 11 callers
Method
RunAndVerify
Runs gtest_break_on_failure_unittest_ and verifies that it does (or does not) have a seg-fault. Args: env_var_value: value of the GT
m3rdparty/googletest/googletest/test/gtest_break_on_failure_unittest.py:99
↓ 11 callers
Method
RunAndVerifyWithSharding
Checks that binary runs correct tests for the given filter and shard. Runs all shards of gtest_filter_unittest_ with the given filter, and ve
m3rdparty/googletest/googletest/test/gtest_filter_unittest.py:290
↓ 11 callers
Function
SetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
m3rdparty/googletest/googletest/test/gtest_color_test.py:47
↓ 11 callers
Function
TestFlag
Verifies that the given flag is affected by the corresponding env var.
m3rdparty/googletest/googletest/test/gtest_env_var_test.py:73
↓ 11 callers
Function
ThrowNothing
m3rdparty/googletest/googletest/test/gtest_unittest.cc:3760
↓ 11 callers
Function
Truly
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4115
↓ 11 callers
Method
empty
include/zep/mcommon/file/cpptoml.h:1327
↓ 11 callers
Method
find_first_not_of
include/zep/gap_buffer.h:578
↓ 11 callers
Method
getResultType
m3rdparty/nod/tests/catch.hpp:6189
↓ 11 callers
Method
parent_path
include/zep/mcommon/file/path.h:118
↓ 11 callers
Method
parse
m3rdparty/nod/tests/catch.hpp:3876
↓ 11 callers
Method
pointer
m3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:1864
← previous
next →
201–300 of 5,232, ranked by callers