MCPcopy Create free account

hub / github.com/Rezonality/zep / functions

Functions5,232 in github.com/Rezonality/zep

↓ 16 callersMethodreset
m3rdparty/nod/tests/catch.hpp:352
↓ 16 callersMethodtest_property_count
Returns the number of the test properties.
m3rdparty/googletest/googletest/src/gtest.cc:2205
↓ 16 callersFunctiontoImVec2
include/zep/imgui/display_imgui.h:17
↓ 16 callersMethodtotal_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 callersMethodvalue_or
include/zep/mcommon/file/cpptoml.h:88
↓ 15 callersMethodBar
m3rdparty/googletest/googletest/test/gtest_unittest.cc:4997
↓ 15 callersMethodBegin
src/mode.cpp:2541
↓ 15 callersFunctionDescribe
m3rdparty/googletest/googlemock/test/gmock-generated-matchers_test.cc:86
↓ 15 callersMethodEnd
src/buffer.cpp:1532
↓ 15 callersMethodGetFilePath
src/buffer.cpp:653
↓ 15 callersMethodGetName
Returns ([tokens], next_token_info).
m3rdparty/googletest/googlemock/scripts/generator/cpp/ast.py:928
↓ 15 callersFunctionIsNull
Creates a polymorphic matcher that matches any NULL pointer.
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:3795
↓ 15 callersFunctionKey
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4322
↓ 15 callersFunctionMatchRegexAnywhere
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 callersMethodPeek
src/glyph_iterator.cpp:187
↓ 15 callersMethodSetCommandText
src/editor.cpp:1025
↓ 15 callersFunctionThrowAnInteger
m3rdparty/googletest/googletest/test/gtest_unittest.cc:3309
↓ 15 callersMethod__init__
(self, start, end)
m3rdparty/googletest/googlemock/scripts/generator/cpp/ast.py:112
↓ 15 callersFunctionconsume_whitespace
include/zep/mcommon/file/cpptoml.h:3145
↓ 15 callersMethodfilename
TODO Unit tests (See SO solution for some examples)
include/zep/mcommon/file/path.h:46
↓ 15 callersMethodreset
m3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:1142
↓ 15 callersFunctionstring_tolower
src/mcommon/string/stringutils.cpp:20
↓ 15 callersMethodwhat
m3rdparty/nod/tests/catch.hpp:5736
↓ 14 callersMethodAddCommandText
src/mode.cpp:172
↓ 14 callersFunctionAssert
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 callersFunctionCodePointToUtf8
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 callersFunctionCountIf
m3rdparty/googletest/googletest/src/gtest-internal-inl.h:283
↓ 14 callersMethodDirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
m3rdparty/googletest/googletest/src/gtest-filepath.cc:223
↓ 14 callersFunctionEndsWith
Matches a string that ends with 'suffix' (case-sensitive).
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:3997
↓ 14 callersFunctionFormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
m3rdparty/googletest/googletest/src/gtest.cc:3550
↓ 14 callersFunctionFullMatch
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 callersFunctionMakePolymorphicAction
m3rdparty/googletest/googlemock/include/gmock/gmock-actions.h:475
↓ 14 callersFunctionMatchRepetitionAndRegexAtHead
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 callersMethodSetClipRect
include/zep/display.h:151
↓ 14 callersMethodtestSpec
m3rdparty/nod/tests/catch.hpp:2869
↓ 14 callersMethodtotal_test_count
Gets the number of all tests.
m3rdparty/googletest/googletest/src/gtest.cc:777
↓ 13 callersFunctionBinary
m3rdparty/googletest/googlemock/test/gmock-more-actions_test.cc:108
↓ 13 callersMethodBinary
m3rdparty/googletest/googlemock/test/gmock-more-actions_test.cc:188
↓ 13 callersFunctionCheck
Prints the message and aborts the program if condition is false.
m3rdparty/googletest/googletest/test/gtest_environment_test.cc:116
↓ 13 callersFunctionDoAll
m3rdparty/googletest/googlemock/include/gmock/gmock-generated-actions.h:695
↓ 13 callersFunctionDoDefault
Creates an action that does the default action for the give mock function.
m3rdparty/googletest/googlemock/include/gmock/gmock-actions.h:1099
↓ 13 callersFunctionExpect
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 callersFunctionExpectSpecProperty
Expects that the EXPECT_CALL() statement has the given property.
m3rdparty/googletest/googlemock/include/gmock/gmock-spec-builders.h:746
↓ 13 callersFunctionIsAsciiWhiteSpace
m3rdparty/googletest/googletest/src/gtest-port.cc:639
↓ 13 callersFunctionIsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
m3rdparty/googletest/googletest/src/gtest-port.cc:627
↓ 13 callersMethodIsRootDirectory
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 callersMethodLeft
include/zep/mcommon/math/math.h:393
↓ 13 callersMethodSet
Sets the 0-terminated C string this MyString object represents.
m3rdparty/googletest/googletest/samples/sample2.cc:51
↓ 13 callersFunctionTupleMatches
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:796
↓ 13 callersMethodassign
include/zep/gap_buffer.h:343
↓ 13 callersMethoddisconnect
Implementation of the disconnect operation of the connection class
m3rdparty/nod/include/nod/nod.hpp:654
↓ 13 callersFunctionstring_split
src/mcommon/string/stringutils.cpp:229
↓ 13 callersFunctiontoString
m3rdparty/nod/tests/catch.hpp:1160
↓ 12 callersMethodAdjust
include/zep/mcommon/math/math.h:440
↓ 12 callersFunctionBeginEndDistanceIs
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4138
↓ 12 callersFunctionContainsRegex
Matches a string that contains regular expression 'regex'. The matcher takes ownership of 'regex'.
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4016
↓ 12 callersMethodFailed
Returns true iff the test failed.
m3rdparty/googletest/googletest/src/gtest.cc:2170
↓ 12 callersFunctionGetEnv
m3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:2397
↓ 12 callersFunctionGetTestCases
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 callersMethodHasFileFlags
src/buffer.cpp:1411
↓ 12 callersFunctionIsAsciiDigit
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 callersMethodIsPrime
m3rdparty/googletest/googletest/samples/sample8_unittest.cc:62
↓ 12 callersFunctionPrintIfNotEmpty
If the explanation is not empty, prints it to the ostream.
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:678
↓ 12 callersFunctionRandomSeedFlag
(n)
m3rdparty/googletest/googletest/test/gtest_shuffle_test.py:74
↓ 12 callersMethodRemoveFileName
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 callersMethodRight
include/zep/mcommon/math/math.h:397
↓ 12 callersFunctionShuffleFlag
()
m3rdparty/googletest/googletest/test/gtest_shuffle_test.py:70
↓ 12 callersFunctionWhenSortedBy
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4161
↓ 12 callersFunction_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 callersFunctionappend
m3rdparty/utfcpp/source/utf8/cpp11.h:37
↓ 12 callersFunctionis_number
include/zep/mcommon/file/cpptoml.h:1761
↓ 12 callersFunctionopCast
m3rdparty/nod/tests/catch.hpp:812
↓ 12 callersFunctiontimer_restart
src/mcommon/animation/timer.cpp:29
↓ 12 callersMethodx
m3rdparty/googletest/googletest/test/gtest_unittest.cc:5158
↓ 11 callersFunctionACTION_TEMPLATE
m3rdparty/googletest/googlemock/include/gmock/gmock-generated-actions.h:2196
↓ 11 callersFunctionAbort
m3rdparty/googletest/googletest/src/gtest-port.cc:1124
↓ 11 callersFunctionAllOfMatches
Helper to allow easy testing of AllOf matchers with num parameters.
m3rdparty/googletest/googlemock/test/gmock-matchers_test.cc:2046
↓ 11 callersFunctionAlwaysTrue
m3rdparty/googletest/googletest/src/gtest.cc:4988
↓ 11 callersFunctionAnyOfMatches
Helper to allow easy testing of AnyOf matchers with num parameters.
m3rdparty/googletest/googlemock/test/gmock-matchers_test.cc:2244
↓ 11 callersFunctionByRef
m3rdparty/googletest/googlemock/include/gmock/gmock-actions.h:1199
↓ 11 callersFunctionEqFailure
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 callersFunctionInvokeWithoutArgs
m3rdparty/googletest/googlemock/include/gmock/gmock-actions.h:1167
↓ 11 callersFunctionIsReadableTypeName
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 callersFunctionMatches
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4341
↓ 11 callersFunctionParseInt32Flag
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 callersMethodRegisterSyntaxFactory
src/editor.cpp:838
↓ 11 callersMethodRemoveDirectoryName
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 callersMethodRemoveTrailingPathSeparator
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 callersMethodRunAndVerify
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 callersMethodRunAndVerifyWithSharding
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 callersFunctionSetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
m3rdparty/googletest/googletest/test/gtest_color_test.py:47
↓ 11 callersFunctionTestFlag
Verifies that the given flag is affected by the corresponding env var.
m3rdparty/googletest/googletest/test/gtest_env_var_test.py:73
↓ 11 callersFunctionThrowNothing
m3rdparty/googletest/googletest/test/gtest_unittest.cc:3760
↓ 11 callersFunctionTruly
m3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4115
↓ 11 callersMethodempty
include/zep/mcommon/file/cpptoml.h:1327
↓ 11 callersMethodfind_first_not_of
include/zep/gap_buffer.h:578
↓ 11 callersMethodgetResultType
m3rdparty/nod/tests/catch.hpp:6189
↓ 11 callersMethodparent_path
include/zep/mcommon/file/path.h:118
↓ 11 callersMethodparse
m3rdparty/nod/tests/catch.hpp:3876
↓ 11 callersMethodpointer
m3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:1864
← previousnext →201–300 of 5,232, ranked by callers