Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ functions
Functions
10,375 in github.com/CppCXY/EmmyLuaCodeStyle
⨍
Functions
10,375
◇
Types & classes
4,285
↓ 8 callers
Function
MatchesRegex
Matches a string that fully matches regular expression 'regex'. The matcher takes ownership of 'regex'.
3rd/googletest-1.13.0/googletest/include/gtest/gtest-matchers.h:869
↓ 8 callers
Method
Parse
Util/src/CommandLine.cpp:56
↓ 8 callers
Method
Perform
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-actions.h:1270
↓ 8 callers
Function
PrintCharsAsStringTo
3rd/googletest-1.13.0/googletest/src/gtest-printers.cc:337
↓ 8 callers
Function
ReadFile
CodeFormat/src/Util.cpp:6
↓ 8 callers
Function
ResultIsEven
A predicate function that returns AssertionResult for use in EXPECT/ASSERT_TRUE/FALSE.
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:2173
↓ 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
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:2183
↓ 8 callers
Function
ReturnRef
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-actions.h:1864
↓ 8 callers
Function
Set
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-filepath.h:83
↓ 8 callers
Function
SetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
3rd/googletest-1.13.0/googletest/test/googletest-env-var-test.py:53
↓ 8 callers
Function
ShouldRunTestOnShard
Given the total number of shards, the shard index, and the test id, returns true if and only if the test should be run on this shard. The test id is s
3rd/googletest-1.13.0/googletest/src/gtest.cc:6053
↓ 8 callers
Method
Size
Gets the number of elements.
3rd/googletest-1.13.0/googletest/samples/sample3-inl.h:100
↓ 8 callers
Function
StrCaseNe
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:4494
↓ 8 callers
Function
StrNe
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:4478
↓ 8 callers
Function
SumOverTestSuiteList
Iterates over a vector of TestSuites, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
3rd/googletest-1.13.0/googletest/src/gtest.cc:415
↓ 8 callers
Function
TestLogWithSeverity
Verifies that Log() behaves correctly for the given verbosity level and log severity.
3rd/googletest-1.13.0/googlemock/test/gmock-internal-utils_test.cc:400
↓ 8 callers
Function
_mi_bitmap_claim
Set `count` bits at `bitmap_idx` to 1 atomically Returns `true` if all `count` bits were 0 previously. `any_zero` is `true` if there was at least one
3rd/mimalloc-2.0.9/src/bitmap.c:153
↓ 8 callers
Function
adjustlocalvars
** Start the scope for the last 'nvars' created variables. */
3rd/lua-5.4.3/src/lparser.c:311
↓ 8 callers
Function
arith
3rd/lua-5.4.3/src/lstrlib.c:288
↓ 8 callers
Method
assertFailFastBehavior
Assert --fail_fast via flag.
3rd/googletest-1.13.0/googletest/test/googletest-failfast-unittest.py:250
↓ 8 callers
Method
assertNotFailFastBehavior
Assert --nofail_fast via flag.
3rd/googletest-1.13.0/googletest/test/googletest-failfast-unittest.py:264
↓ 8 callers
Method
bind
Bind the socket to the specified local endpoint.
3rd/asio-1.24.0/include/asio/detail/null_socket_service.hpp:215
↓ 8 callers
Function
cend
3rd/wildcards/include/cx/iterator.hpp:112
↓ 8 callers
Function
chance
3rd/mimalloc-2.0.9/test/test-stress.c:88
↓ 8 callers
Function
create
Create results from an addrinfo list returned by getaddrinfo.
3rd/asio-1.24.0/include/asio/ip/basic_resolver_results.hpp:124
↓ 8 callers
Function
destroy
3rd/asio-1.24.0/include/asio/detail/scheduler_operation.hpp:42
↓ 8 callers
Function
dump_integer
3rd/nlohmann_json/single_include/nlohmann/json.hpp:17106
↓ 8 callers
Function
dump_integer
3rd/nlohmann_json/include/nlohmann/detail/output/serializer.hpp:682
↓ 8 callers
Method
end
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-param-util.h:200
↓ 8 callers
Method
fill
3rd/asio-1.24.0/include/asio/impl/buffered_read_stream.hpp:31
↓ 8 callers
Method
get
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
3rd/nlohmann_json/single_include/nlohmann/json.hpp:10703
↓ 8 callers
Method
get
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
3rd/nlohmann_json/include/nlohmann/detail/input/binary_reader.hpp:2315
↓ 8 callers
Method
get_executor
Get the used executor.
3rd/asio-1.24.0/include/asio/experimental/coro.hpp:157
↓ 8 callers
Method
get_future
3rd/asio-1.24.0/include/asio/impl/use_future.hpp:299
↓ 8 callers
Method
host_name
Get the host name associated with the query.
3rd/asio-1.24.0/include/asio/ip/basic_resolver_query.hpp:222
↓ 8 callers
Method
index
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-death-test-internal.h:284
↓ 8 callers
Method
is_open
Determine whether the socket is open.
3rd/asio-1.24.0/include/asio/detail/null_socket_service.hpp:110
↓ 8 callers
Method
level
3rd/asio-1.24.0/include/asio/detail/socket_option.hpp:262
↓ 8 callers
Function
listeners
Provides access to the event listener list.
3rd/googletest-1.13.0/googletest/src/gtest-internal-inl.h:607
↓ 8 callers
Function
luaC_newobj
** create a new collectable object (with given type and size) and link ** it to 'allgc' list. */
3rd/lua-5.4.3/src/lgc.c:258
↓ 8 callers
Function
luaD_throw
3rd/lua-5.4.3/src/ldo.c:115
↓ 8 callers
Function
luaH_getint
** Search function for integers. If integer is inside 'alimit', get it ** directly from the array part. Otherwise, if 'alimit' is not equal to ** the
3rd/lua-5.4.3/src/ltable.c:719
↓ 8 callers
Function
luaK_fixline
** Change line information associated with current position, by removing ** previous info and adding it again with new line. */
3rd/lua-5.4.3/src/lcode.c:1726
↓ 8 callers
Function
luaK_patchtohere
3rd/lua-5.4.3/src/lcode.c:311
↓ 8 callers
Function
luaL_setfuncs
** set functions from list 'l' into table at top - 'nup'; each ** function gets the 'nup' elements at the top as upvalues. ** Returns with only the ta
3rd/lua-5.4.3/src/lauxlib.c:926
↓ 8 callers
Function
luaS_newlstr
** new string (with explicit length) */
3rd/lua-5.4.3/src/lstring.c:221
↓ 8 callers
Function
luaV_finishget
** Finish the table access 'val = t[key]'. ** if 'slot' is NULL, 't' is not a table; otherwise, 'slot' points to ** t[k] entry (which must be empty).
3rd/lua-5.4.3/src/lvm.c:287
↓ 8 callers
Function
make_matcher
3rd/wildcards/include/wildcards/matcher.hpp:64
↓ 8 callers
Function
make_string_view
3rd/wildcards/include/cx/string_view.hpp:94
↓ 8 callers
Function
match
3rd/lua-5.4.3/src/lstrlib.c:570
↓ 8 callers
Function
match
3rd/wildcards/include/wildcards/match.hpp:901
↓ 8 callers
Function
mi_block_next
3rd/mimalloc-2.0.9/include/mimalloc-internal.h:723
↓ 8 callers
Function
mi_new_aligned_nothrow
3rd/mimalloc-2.0.9/src/alloc.c:985
↓ 8 callers
Function
mi_new_nothrow
3rd/mimalloc-2.0.9/src/alloc.c:970
↓ 8 callers
Function
mi_page_all_free
are all blocks in a page freed? note: needs up-to-date used count, (as the `xthread_free` list may not be empty). see `_mi_page_collect_free`.
3rd/mimalloc-2.0.9/include/mimalloc-internal.h:591
↓ 8 callers
Function
mi_stat_counter_add
3rd/mimalloc-2.0.9/src/stats.c:84
↓ 8 callers
Method
parse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
3rd/nlohmann_json/single_include/nlohmann/json.hpp:11010
↓ 8 callers
Function
qround
3rd/mimalloc-2.0.9/src/random.c:44
↓ 8 callers
Method
reset
3rd/asio-1.24.0/include/asio/compose.hpp:53
↓ 8 callers
Method
reset_error
3rd/asio-1.24.0/include/asio/experimental/impl/coro.hpp:298
↓ 8 callers
Method
service_name
Get the service name associated with the query.
3rd/asio-1.24.0/include/asio/ip/basic_resolver_query.hpp:228
↓ 8 callers
Function
set_end
3rd/wildcards/include/wildcards/match.hpp:198
↓ 8 callers
Method
set_is_stream
Set whether the implementation is stream-oriented.
3rd/asio-1.24.0/include/asio/detail/io_uring_file_service.hpp:106
↓ 8 callers
Function
setfield
** About the overflow check: an overflow cannot occur when time ** is represented by a lua_Integer, because either lua_Integer is ** large enough to r
3rd/lua-5.4.3/src/loslib.c:209
↓ 8 callers
Function
sort
3rd/lua-5.4.3/src/ltablib.c:398
↓ 8 callers
Method
string
3rd/nlohmann_json/include/nlohmann/detail/input/json_sax.hpp:669
↓ 8 callers
Function
swap
! @brief exchanges the values Exchanges the contents of the JSON value with those of @a other. Does not invoke any move, copy, or swap op
3rd/nlohmann_json/include/nlohmann/json.hpp:6108
↓ 8 callers
Function
write
3rd/asio-1.24.0/include/asio/impl/write.hpp:42
↓ 8 callers
Method
x
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:5105
↓ 7 callers
Method
AssertSetEqual
Asserts that two sets are equal.
3rd/googletest-1.13.0/googletest/test/googletest-filter-unittest.py:249
↓ 7 callers
Function
CheckTestFailureCount
3rd/googletest-1.13.0/googletest/test/gtest_stress_test.cc:106
↓ 7 callers
Method
CreateDirectoriesRecursively
Create directories so that path exists. Returns true if successful or if the directories already exist; returns false if unable to create directories
3rd/googletest-1.13.0/googletest/src/gtest-filepath.cc:332
↓ 7 callers
Function
DivisibleBy
3rd/googletest-1.13.0/googlemock/test/gmock-matchers-comparisons_test.cc:2292
↓ 7 callers
Method
Enqueue
Adds an element to the end of the queue. A copy of the element is created using the copy constructor, and then stored in the queue. Changes made to t
3rd/googletest-1.13.0/googletest/samples/sample3-inl.h:114
↓ 7 callers
Function
FOpen
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-port.h:2091
↓ 7 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
3rd/googletest-1.13.0/googletest/test/gtest_assert_by_exception_test.cc:52
↓ 7 callers
Method
FileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
3rd/googletest-1.13.0/googletest/src/gtest-filepath.cc:247
↓ 7 callers
Function
FloatEq
Creates a matcher that matches any float argument approximately equal to rhs, where two NANs are considered unequal.
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:4309
↓ 7 callers
Function
FormatCompilerIndependentFileLocation
Formats a file location for compiler-independent XML output. Although this function is not platform dependent, we put it next to FormatFileLocation in
3rd/googletest-1.13.0/googletest/src/gtest-port.cc:997
↓ 7 callers
Function
GTEST_LOCK_EXCLUDED_
3rd/googletest-1.13.0/googletest/src/gtest.cc:4952
↓ 7 callers
Function
GetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
3rd/googletest-1.13.0/googletest/src/gtest.cc:629
↓ 7 callers
Function
GetLastErrnoDescription
Returns the message describing the last system error in errno.
3rd/googletest-1.13.0/googletest/src/gtest-death-test.cc:340
↓ 7 callers
Method
GetSource
LuaParser/src/File/LuaSource.cpp:119
↓ 7 callers
Method
GetTestInfo
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:5239
↓ 7 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.
3rd/googletest-1.13.0/googletest/src/gtest.cc:2957
↓ 7 callers
Function
GetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
3rd/googletest-1.13.0/googletest/src/gtest.cc:944
↓ 7 callers
Function
GlobalFunction
A global function that's expected to die.
3rd/googletest-1.13.0/googletest/test/googletest-death-test-test.cc:163
↓ 7 callers
Function
GrabOutput
Verifies that Log() behaves correctly for the given verbosity level and log severity.
3rd/googletest-1.13.0/googlemock/test/gmock-internal-utils_test.cc:506
↓ 7 callers
Function
IsAsciiPunct
3rd/googletest-1.13.0/googletest/src/gtest-port.cc:733
↓ 7 callers
Method
IsSingleLineNode
LuaParser/src/Ast/LuaSyntaxNode.cpp:223
↓ 7 callers
Function
NanSensitiveDoubleEq
Creates a matcher that matches any double argument approximately equal to rhs, including NaN values when rhs is NaN.
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:4287
↓ 7 callers
Function
NanSensitiveFloatEq
Creates a matcher that matches any float argument approximately equal to rhs, including NaN values when rhs is NaN.
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:4315
↓ 7 callers
Function
NotNull
Creates a polymorphic matcher that matches any non-NULL pointer. This is convenient as Not(NULL) doesn't compile (the compiler thinks that that expres
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:4263
↓ 7 callers
Function
Optional
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:5238
↓ 7 callers
Function
PrintByRef
3rd/googletest-1.13.0/googletest/test/googletest-printers-test.cc:291
↓ 7 callers
Method
Release
3rd/googletest-1.13.0/googletest/src/gtest.cc:3806
↓ 7 callers
Function
RemoveMatchingTests
Removes output of specified tests from a Google Test program's output. This function strips not only the beginning and the end of a test but also
3rd/googletest-1.13.0/googletest/test/googletest-output-test.py:170
↓ 7 callers
Method
ResetBuffer
LuaParser/src/Lexer/TextReader.cpp:91
↓ 7 callers
Function
Shuffle
3rd/googletest-1.13.0/googletest/src/gtest-internal-inl.h:327
↓ 7 callers
Method
Slice
LuaParser/src/File/LuaSource.cpp:123
← previous
next →
701–800 of 10,375, ranked by callers