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
↓ 11 callers
Function
prior
m3rdparty/utfcpp/source/utf8/checked.h:163
↓ 11 callers
Function
remove
Windows CE doesn't have the remove C function.
m3rdparty/googletest/googletest/test/gtest-filepath_test.cc:68
↓ 11 callers
Method
set_n
m3rdparty/googletest/googlemock/test/gmock-matchers_test.cc:3585
↓ 11 callers
Function
utf8_codepoint_length
include/zep/mcommon/string/stringutils.h:165
↓ 10 callers
Function
AssertDebugDeathHelper
m3rdparty/googletest/googletest/test/gtest-death-test_test.cc:699
↓ 10 callers
Function
CaptureStderr
Starts capturing stderr.
m3rdparty/googletest/googletest/src/gtest-port.cc:1042
↓ 10 callers
Method
Contains
include/zep/mcommon/math/math.h:379
↓ 10 callers
Function
DeathTestAbort
Routine for aborting the program which is safe to call from an exec-style death test child process, in which case the error message is propagated back
m3rdparty/googletest/googletest/src/gtest-death-test.cc:262
↓ 10 callers
Function
DescribeNegation
m3rdparty/googletest/googlemock/test/gmock-generated-matchers_test.cc:94
↓ 10 callers
Function
DieInside
m3rdparty/googletest/googletest/test/gtest-death-test_test.cc:125
↓ 10 callers
Function
ForEach
m3rdparty/googletest/googletest/src/gtest-internal-inl.h:296
↓ 10 callers
Method
FullLineHeightPx
include/zep/window.h:42
↓ 10 callers
Function
Int32FromEnvOrDie
Parses the environment variable var as an Int32. If it is unset, returns default_val. If it is not an Int32, prints an error and aborts.
m3rdparty/googletest/googletest/src/gtest.cc:4760
↓ 10 callers
Function
Int32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
m3rdparty/googletest/googletest/src/gtest-port.cc:1204
↓ 10 callers
Function
IsNotSubstring
m3rdparty/googletest/googletest/src/gtest.cc:1618
↓ 10 callers
Function
IsRepeat
m3rdparty/googletest/googletest/src/gtest-port.cc:638
↓ 10 callers
Method
Join
m3rdparty/googletest/googletest/src/gtest-port.cc:385
↓ 10 callers
Function
LogIsVisible
Returns true iff a log with the given severity is visible according to the --gmock_verbose flag.
m3rdparty/googletest/googlemock/src/gmock-internal-utils.cc:110
↓ 10 callers
Method
OnTestProgramStart
m3rdparty/googletest/googletest/test/gtest_unittest.cc:6996
↓ 10 callers
Method
Passed
m3rdparty/googletest/googletest/test/gtest-death-test_test.cc:951
↓ 10 callers
Method
Passed
Returns true iff the unit test passed (i.e. all test cases passed).
m3rdparty/googletest/googletest/src/gtest.cc:4055
↓ 10 callers
Method
SetMatchers
m3rdparty/googletest/googlemock/include/gmock/gmock-spec-builders.h:1280
↓ 10 callers
Function
SkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
m3rdparty/googletest/googletest/src/gtest.cc:5001
↓ 10 callers
Function
StrCaseNe
Matches a string not equal to str, ignoring case.
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:3975
↓ 10 callers
Function
StrNe
Matches a string not equal to str.
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:3961
↓ 10 callers
Function
TestInitGoogleMock
m3rdparty/googletest/googlemock/test/gmock_test.cc:49
↓ 10 callers
Method
Use
m3rdparty/googletest/googletest/test/gtest-linked_ptr_test.cc:51
↓ 10 callers
Function
Value
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4347
↓ 10 callers
Method
_AddBackToken
(self, token)
m3rdparty/googletest/googlemock/scripts/generator/cpp/ast.py:910
↓ 10 callers
Method
_GetMatchingChar
(self, open_paren, close_paren, GetNextToken=None)
m3rdparty/googletest/googlemock/scripts/generator/cpp/ast.py:880
↓ 10 callers
Method
_GetTokensUpTo
(self, expected_token_type, expected_token)
m3rdparty/googletest/googlemock/scripts/generator/cpp/ast.py:849
↓ 10 callers
Method
accept
include/zep/mcommon/file/cpptoml.h:3277
↓ 10 callers
Function
advance
m3rdparty/utfcpp/source/utf8/checked.h:178
↓ 10 callers
Method
current_test_result
Returns the TestResult for the test that's currently running, or the TestResult for the ad hoc test if no test is running.
m3rdparty/googletest/googletest/src/gtest.cc:4932
↓ 10 callers
Function
distance
include/zep/mcommon/utf8/checked.h:193
↓ 10 callers
Method
failed_test_count
Gets the number of failed tests.
m3rdparty/googletest/googletest/src/gtest.cc:756
↓ 10 callers
Function
make_table
include/zep/mcommon/file/cpptoml.h:1691
↓ 10 callers
Function
make_value
include/zep/mcommon/file/cpptoml.h:671
↓ 10 callers
Method
start
m3rdparty/nod/tests/catch.hpp:6615
↓ 10 callers
Function
startsWith
m3rdparty/nod/tests/catch.hpp:3352
↓ 10 callers
Method
total_test_case_count
Gets the number of all test cases.
m3rdparty/googletest/googletest/src/gtest.cc:740
↓ 9 callers
Method
AtEnd
m3rdparty/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3245
↓ 9 callers
Method
BaseGenerator
m3rdparty/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3194
↓ 9 callers
Method
Clamped
src/glyph_iterator.cpp:159
↓ 9 callers
Method
Clone
(self)
m3rdparty/googletest/googletest/scripts/pump.py:589
↓ 9 callers
Function
Elements
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:3333
↓ 9 callers
Method
Equals
m3rdparty/googletest/googletest/include/gtest/internal/gtest-param-util.h:240
↓ 9 callers
Method
Exists
src/filesystem.cpp:136
↓ 9 callers
Function
GTEST_EXCLUSIVE_LOCK_REQUIRED_
m3rdparty/googletest/googlemock/include/gmock/gmock-spec-builders.h:773
↓ 9 callers
Method
Generate
Generates a random number from [0, range), using a Linear Congruential Generator (LCG). Crashes if 'range' is 0 or greater than kMaxRange.
m3rdparty/googletest/googletest/src/gtest.cc:311
↓ 9 callers
Function
GetElementOr
m3rdparty/googletest/googletest/src/gtest-internal-inl.h:303
↓ 9 callers
Function
GetTimeInMillis
Returns the current time in milliseconds.
m3rdparty/googletest/googletest/src/gtest.cc:806
↓ 9 callers
Function
IsEven
Returns true iff the argument is an even number.
m3rdparty/googletest/googletest/test/gtest_unittest.cc:2111
↓ 9 callers
Function
Log
Prints the given message to stdout iff 'severity' >= the level specified by the --gmock_verbose flag. If stack_frames_to_skip >= 0, also prints the s
m3rdparty/googletest/googlemock/src/gmock-internal-utils.cc:131
↓ 9 callers
Method
PeekByteOffset
src/glyph_iterator.cpp:201
↓ 9 callers
Function
PrintArrayHelper
m3rdparty/googletest/googletest/test/gtest-printers_test.cc:597
↓ 9 callers
Method
RunAndVerify
Runs gtest_throw_on_failure_test_ and verifies that it does (or does not) exit with a non-zero code. Args: env_var_value: value of t
m3rdparty/googletest/googletest/test/gtest_throw_on_failure_test.py:83
↓ 9 callers
Method
RunAndVerifyAllowingDisabled
Checks that the binary runs correct set of tests for the given filter. Runs gtest_filter_unittest_ with the given filter, and enables disable
m3rdparty/googletest/googletest/test/gtest_filter_unittest.py:328
↓ 9 callers
Method
SetRegister
src/editor.cpp:934
↓ 9 callers
Function
ToASCII
Ensure the character is >=0 and <=127 as in the ASCII standard, isalnum, for example will assert on debug build if not in this range.
include/zep/buffer.h:63
↓ 9 callers
Method
_StringHelper
(self, name, suffix)
m3rdparty/googletest/googlemock/scripts/generator/cpp/ast.py:135
↓ 9 callers
Method
elapsed_time
Gets the elapsed time, in milliseconds.
m3rdparty/googletest/googletest/src/gtest.cc:4050
↓ 9 callers
Function
get
m3rdparty/googletest/googletest/include/gtest/internal/gtest-tuple.h:937
↓ 9 callers
Function
is_valid
m3rdparty/utfcpp/source/utf8/core.h:325
↓ 9 callers
Function
next
include/zep/mcommon/utf8/checked.h:137
↓ 9 callers
Method
slot_count
Count the number of slots connected to this signal @returns The number of connected slots
m3rdparty/nod/include/nod/nod.hpp:506
↓ 9 callers
Method
string
include/zep/mcommon/file/path.h:147
↓ 9 callers
Method
y
m3rdparty/googletest/googlemock/test/gmock_stress_test.cc:80
↓ 8 callers
Function
ACTION_TEMPLATE
Tests that ACTION_TEMPLATE works for integral template parameters.
m3rdparty/googletest/googlemock/test/gmock-generated-actions_test.cc:1099
↓ 8 callers
Function
AddGlobalTestEnvironment
A convenient wrapper for adding an environment for the test program. You should call this before RUN_ALL_TESTS() is called, probably in main(). If y
m3rdparty/googletest/googletest/include/gtest/gtest.h:1350
↓ 8 callers
Function
CaseInsensitiveCStringEquals
Polymorphic helper functions for narrow and wide string matchers.
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:1090
↓ 8 callers
Function
ClearCurrentTestPartResults
m3rdparty/googletest/googletest/test/gtest_unittest.cc:355
↓ 8 callers
Function
Combine
m3rdparty/googletest/googletest/include/gtest/gtest-param-test.h:1274
↓ 8 callers
Function
DoubleNear
Creates a matcher that matches any double argument approximately equal to rhs, up to the specified max absolute error bound, where two NANs are consid
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:3828
↓ 8 callers
Function
EMString
Test helper for formatting element, matcher index pairs in expectations.
m3rdparty/googletest/googlemock/test/gmock-matchers_test.cc:4940
↓ 8 callers
Function
ExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestCase
m3rdparty/googletest/googletest/test/gtest_unittest.cc:1966
↓ 8 callers
Function
GetCapturedStderr
Stops capturing stderr and returns the captured string.
m3rdparty/googletest/googletest/src/gtest-port.cc:1052
↓ 8 callers
Method
GetFileBuffer
src/editor.cpp:302
↓ 8 callers
Function
GetRandomSeedFromFlag
Returns a random seed in range [1, kMaxRandomSeed] based on the given --gtest_random_seed flag value.
m3rdparty/googletest/googletest/src/gtest-internal-inl.h:136
↓ 8 callers
Function
GetRawPointer
m3rdparty/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:76
↓ 8 callers
Method
GetSize
src/line_widgets.cpp:7
↓ 8 callers
Method
GetTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
m3rdparty/googletest/googletest/src/gtest.cc:4063
↓ 8 callers
Method
GetTextSize
include/zep/display.h:114
↓ 8 callers
Function
HandleExceptionsInMethodIfSupported
m3rdparty/googletest/googletest/src/gtest.cc:2410
↓ 8 callers
Function
HasPrefix
m3rdparty/googletest/googletest/test/gtest-printers_test.cc:544
↓ 8 callers
Function
IsEmpty
Returns true iff the path is "".
m3rdparty/googletest/googletest/include/gtest/internal/gtest-filepath.h:111
↓ 8 callers
Function
IsSubstringImpl
m3rdparty/googletest/googletest/src/gtest.cc:1583
↓ 8 callers
Function
MakeToken
Creates a new instance of Token.
m3rdparty/googletest/googletest/scripts/pump.py:237
↓ 8 callers
Function
ParseBoolFlag
Parses a string for a bool flag, in the form of either "--flag=value" or "--flag". In the former case, the value is taken as true as long as it does
m3rdparty/googletest/googletest/src/gtest.cc:5053
↓ 8 callers
Function
PrintCharsAsStringTo
m3rdparty/googletest/googletest/src/gtest-printers.cc:262
↓ 8 callers
Function
ResultIsEven
A predicate function that returns AssertionResult for use in EXPECT/ASSERT_TRUE/FALSE.
m3rdparty/googletest/googletest/test/gtest_unittest.cc:2134
↓ 8 callers
Function
ResultIsEvenNoExplanation
A predicate function that returns AssertionResult but gives no explanation why it succeeds. Needed for testing that EXPECT/ASSERT_FALSE handles such f
m3rdparty/googletest/googletest/test/gtest_unittest.cc:2144
↓ 8 callers
Function
RunShellWithReturnCode
Executes a command and returns the output from stdout and the return code. Args: command: Command to execute. print_output: If True, the ou
m3rdparty/googletest/googlemock/scripts/upload.py:541
↓ 8 callers
Function
RunShellWithReturnCode
Executes a command and returns the output from stdout and the return code. Args: command: Command to execute. print_output: If True, the ou
m3rdparty/googletest/googletest/scripts/upload.py:541
↓ 8 callers
Function
Set
m3rdparty/googletest/googletest/include/gtest/internal/gtest-filepath.h:73
↓ 8 callers
Method
SetBuffer
src/window.cpp:1357
↓ 8 callers
Method
SetDescription
src/range_markers.cpp:180
↓ 8 callers
Method
SetDisplayRegion
src/editor.cpp:1064
↓ 8 callers
Function
ShouldRunTestOnShard
Given the total number of shards, the shard index, and the test id, returns true iff the test should be run on this shard. The test id is some arbitra
m3rdparty/googletest/googletest/src/gtest.cc:4778
↓ 8 callers
Method
Size
Gets the number of elements.
m3rdparty/googletest/googletest/samples/sample3-inl.h:102
← previous
next →
301–400 of 5,232, ranked by callers