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
↓ 15 callers
Function
ThrowAnInteger
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:3321
↓ 15 callers
Function
_mi_heap_random_next
3rd/mimalloc-2.0.9/src/heap.c:230
↓ 15 callers
Function
_mi_stat_decrease
3rd/mimalloc-2.0.9/src/stats.c:69
↓ 15 callers
Function
_mi_verbose_message
3rd/mimalloc-2.0.9/src/options.c:380
↓ 15 callers
Function
buffer_size
3rd/asio-1.24.0/include/asio/buffer.hpp:553
↓ 15 callers
Method
close
Close the stream.
3rd/asio-1.24.0/include/asio/buffered_stream.hpp:99
↓ 15 callers
Function
combine
boost::hash_combine
3rd/nlohmann_json/single_include/nlohmann/json.hpp:5297
↓ 15 callers
Function
combine
boost::hash_combine
3rd/nlohmann_json/include/nlohmann/detail/hash.hpp:16
↓ 15 callers
Method
dispatch
3rd/asio-1.24.0/include/asio/detail/impl/strand_service.hpp:36
↓ 15 callers
Method
empty
Determine whether the range is empty.
3rd/asio-1.24.0/include/asio/ip/address_v4_range.hpp:104
↓ 15 callers
Function
get_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
3rd/nlohmann_json/single_include/nlohmann/json.hpp:8068
↓ 15 callers
Function
get_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
3rd/nlohmann_json/include/nlohmann/detail/input/lexer.hpp:1440
↓ 15 callers
Method
is_open
Check whether the coroutine is open, i.e. can be resumed.
3rd/asio-1.24.0/include/asio/experimental/coro.hpp:231
↓ 15 callers
Function
luaL_addlstring
3rd/lua-5.4.3/src/lauxlib.c:579
↓ 15 callers
Function
mi_print_amount
3rd/mimalloc-2.0.9/src/stats.c:164
↓ 15 callers
Function
operator=
3rd/asio-1.24.0/include/asio/basic_file.hpp:334
↓ 15 callers
Method
pop_back
! @brief remove last reference token @pre not `empty()` @liveexample{The example shows the usage of `pop_back`.,json_pointer__pop_back}
3rd/nlohmann_json/include/nlohmann/detail/json_pointer.hpp:247
↓ 15 callers
Function
testCompareRangeHelper
3rd/uriparser/test/test.cpp:2004
↓ 15 callers
Function
testnext
** Test whether next token is 'c'; if so, skip it. */
3rd/lua-5.4.3/src/lparser.c:95
↓ 15 callers
Method
total_test_suite_count
Gets the number of all test suites.
3rd/googletest-1.13.0/googletest/src/gtest.cc:1061
↓ 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
3rd/googletest-1.13.0/googlemock/include/gmock/internal/gmock-internal-utils.h:246
↓ 14 callers
Function
Binary
3rd/googletest-1.13.0/googlemock/test/gmock-actions_test.cc:1208
↓ 14 callers
Function
Check
Prints the message and aborts the program if condition is false.
3rd/googletest-1.13.0/googletest/test/gtest_environment_test.cc:103
↓ 14 callers
Function
CodePointToUtf8
Converts a Unicode code point to a narrow string in UTF-8 encoding. code_point parameter is of type uint32_t because wchar_t may not be wide enough to
3rd/googletest-1.13.0/googletest/src/gtest.cc:1971
↓ 14 callers
Method
DirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
3rd/googletest-1.13.0/googletest/src/gtest-filepath.cc:261
↓ 14 callers
Function
FullMatch
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-port.h:898
↓ 14 callers
Function
GetEnv
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-port.h:2124
↓ 14 callers
Method
GetTestSuite
Gets the i-th test suite among all the test suites. i can range from 0 to total_test_suite_count() - 1. If i is not in that range, returns NULL.
3rd/googletest-1.13.0/googletest/src/gtest.cc:5242
↓ 14 callers
Function
IsNotSubstring
3rd/googletest-1.13.0/googletest/src/gtest.cc:1827
↓ 14 callers
Function
MakeUniquePtrs
3rd/googletest-1.13.0/googlemock/test/gmock-matchers-containers_test.cc:48
↓ 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
3rd/googletest-1.13.0/googletest/src/gtest-port.cc:851
↓ 14 callers
Method
SupportCLikeComments
CodeFormatLib/src/LuaCodeFormat.cpp:60
↓ 14 callers
Method
all_empty
3rd/asio-1.24.0/include/asio/detail/buffer_sequence_adapter.hpp:139
↓ 14 callers
Function
awaitable_wrap
3rd/asio-1.24.0/include/asio/experimental/awaitable_operators.hpp:39
↓ 14 callers
Function
cancel
Cancel all asynchronous operations waiting on the channel. * All outstanding send operations will complete with the error * @c asio::experimental::
3rd/asio-1.24.0/include/asio/experimental/basic_channel.hpp:320
↓ 14 callers
Method
check_for_completion
3rd/asio-1.24.0/include/asio/detail/base_from_completion_cond.hpp:36
↓ 14 callers
Function
checknext
** Check that next token is 'c' and skip it. */
3rd/lua-5.4.3/src/lparser.c:116
↓ 14 callers
Method
commit
Commit the resize transaction.
3rd/asio-1.24.0/include/asio/detail/buffer_resize_guard.hpp:48
↓ 14 callers
Method
complete
3rd/asio-1.24.0/include/asio/experimental/detail/channel_send_op.hpp:41
↓ 14 callers
Method
copy
3rd/asio-1.24.0/include/asio/impl/buffered_write_stream.hpp:471
↓ 14 callers
Function
dumpInt
3rd/lua-5.4.3/src/ldump.c:73
↓ 14 callers
Method
find
3rd/nlohmann_json/single_include/nlohmann/json.hpp:17521
↓ 14 callers
Method
find
3rd/nlohmann_json/include/nlohmann/ordered_map.hpp:134
↓ 14 callers
Function
init_exp
3rd/lua-5.4.3/src/lparser.c:152
↓ 14 callers
Function
loadInt
3rd/lua-5.4.3/src/lundump.c:88
↓ 14 callers
Function
mi_stat_print
3rd/mimalloc-2.0.9/src/stats.c:217
↓ 14 callers
Function
mi_usable_size
3rd/mimalloc-2.0.9/src/alloc.c:617
↓ 14 callers
Method
name
3rd/asio-1.24.0/include/asio/detail/socket_option.hpp:269
↓ 14 callers
Method
native_handle
Get the underlying implementation in the native type. * This function may be used to obtain the underlying implementation of the * context. This is
3rd/asio-1.24.0/include/asio/ssl/stream.hpp:220
↓ 14 callers
Method
number_unsigned
3rd/nlohmann_json/single_include/nlohmann/json.hpp:6571
↓ 14 callers
Method
number_unsigned
3rd/nlohmann_json/include/nlohmann/detail/input/json_sax.hpp:659
↓ 14 callers
Function
operator=
3rd/asio-1.24.0/include/asio/experimental/basic_channel.hpp:262
↓ 14 callers
Method
remove
Remove a signal from a signal_set. * This function removes the specified signal from the set. It has no effect * if the signal is not in the set.
3rd/asio-1.24.0/include/asio/basic_signal_set.hpp:385
↓ 14 callers
Function
set_parents
3rd/nlohmann_json/single_include/nlohmann/json.hpp:18775
↓ 14 callers
Function
set_parents
3rd/nlohmann_json/include/nlohmann/json.hpp:1274
↓ 14 callers
Function
testDistinctionHelper
3rd/uriparser/test/test.cpp:69
↓ 13 callers
Function
BeginEndDistanceIs
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:4690
↓ 13 callers
Function
CanonicalizeForStdLibVersioning
Canonicalizes a given name with respect to the Standard C++ Library. This handles removing the inline namespace within `std` that is used by various s
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-type-util.h:61
↓ 13 callers
Function
DoDefault
Creates an action that does the default action for the give mock function.
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-actions.h:1909
↓ 13 callers
Method
EatWhile
LuaParser/include/LuaParser/Lexer/TextReader.h:35
↓ 13 callers
Function
Expect
Verifies that condition is true; generates a non-fatal failure if condition is false.
3rd/googletest-1.13.0/googlemock/include/gmock/internal/gmock-internal-utils.h:259
↓ 13 callers
Function
ExpectSpecProperty
Expects that the EXPECT_CALL() statement has the given property.
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-spec-builders.h:745
↓ 13 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.
3rd/googletest-1.13.0/googletest/src/gtest.cc:391
↓ 13 callers
Method
HasError
LuaParser/src/Lexer/LuaLexer.cpp:77
↓ 13 callers
Function
IsAsciiWhiteSpace
3rd/googletest-1.13.0/googletest/src/gtest-port.cc:737
↓ 13 callers
Function
IsInSet
Returns true if and only if ch appears anywhere in str (excluding the terminating '\0' character).
3rd/googletest-1.13.0/googletest/src/gtest-port.cc:725
↓ 13 callers
Method
IsNull
LuaParser/src/Ast/LuaSyntaxNode.cpp:90
↓ 13 callers
Function
IsPathSeparator
Returns whether the given character is a valid path separator.
3rd/googletest-1.13.0/googletest/src/gtest-filepath.cc:89
↓ 13 callers
Method
RemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
3rd/googletest-1.13.0/googletest/src/gtest-filepath.cc:206
↓ 13 callers
Method
Set
Sets the 0-terminated C string this MyString object represents.
3rd/googletest-1.13.0/googletest/samples/sample2.cc:49
↓ 13 callers
Function
TestFlag
Verifies that the given flag is affected by the corresponding env var.
3rd/googletest-1.13.0/googletest/test/googletest-env-var-test.py:71
↓ 13 callers
Function
TupleMatches
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:679
↓ 13 callers
Function
begin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
3rd/nlohmann_json/single_include/nlohmann/json.hpp:22181
↓ 13 callers
Function
begin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
3rd/nlohmann_json/include/nlohmann/json.hpp:4680
↓ 13 callers
Function
close
Close the file. * This function is used to close the file. Any asynchronous read or write * operations will be cancelled immediately, and will comp
3rd/asio-1.24.0/include/asio/basic_file.hpp:506
↓ 13 callers
Function
close
Close the channel.
3rd/asio-1.24.0/include/asio/experimental/basic_channel.hpp:309
↓ 13 callers
Function
dumpByte
3rd/lua-5.4.3/src/ldump.c:52
↓ 13 callers
Method
get
3rd/asio-1.24.0/include/asio/bind_executor.hpp:757
↓ 13 callers
Function
luaL_argerror
3rd/lua-5.4.3/src/lauxlib.c:175
↓ 13 callers
Function
luaL_fileresult
3rd/lua-5.4.3/src/lauxlib.c:245
↓ 13 callers
Function
luaToString
CodeFormatLib/src/CodeFormatLib.cpp:19
↓ 13 callers
Function
prev
3rd/wildcards/include/cx/iterator.hpp:22
↓ 13 callers
Function
remove
Windows CE doesn't have the remove C function.
3rd/googletest-1.13.0/googletest/test/googletest-filepath-test.cc:57
↓ 13 callers
Method
set_n
3rd/googletest-1.13.0/googlemock/test/gmock-matchers-containers_test.cc:618
↓ 13 callers
Method
subtype
! @brief return the binary subtype Returns the numerical subtype of the value if it has a subtype. If it does not have a subtype, this fu
3rd/nlohmann_json/single_include/nlohmann/json.hpp:5215
↓ 13 callers
Method
subtype
! @brief return the binary subtype Returns the numerical subtype of the value if it has a subtype. If it does not have a subtype, this fu
3rd/nlohmann_json/include/nlohmann/byte_container_with_subtype.hpp:113
↓ 13 callers
Function
testEqualsHelper
3rd/uriparser/test/test.cpp:1899
↓ 12 callers
Function
BoolFromGTestEnv
Reads and returns the Boolean environment variable corresponding to the given flag; if it's not set, returns default_value. The value is considered t
3rd/googletest-1.13.0/googletest/src/gtest-port.cc:1326
↓ 12 callers
Function
Eq
3rd/googletest-1.13.0/googletest/include/gtest/gtest-matchers.h:895
↓ 12 callers
Method
GetChildTokens
LuaParser/src/Ast/LuaSyntaxNode.cpp:212
↓ 12 callers
Method
GetFirstToken
LuaParser/src/Ast/LuaSyntaxTree.cpp:300
↓ 12 callers
Method
GetStartCol
LuaParser/src/Ast/LuaSyntaxNode.cpp:29
↓ 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
3rd/googletest-1.13.0/googletest/test/googletest-shuffle-test.py:108
↓ 12 callers
Function
InvokeWithoutArgs
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-actions.h:1965
↓ 12 callers
Function
IsAsciiDigit
Returns true if and only if ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale
3rd/googletest-1.13.0/googletest/src/gtest-port.cc:732
↓ 12 callers
Function
IsEmpty
Creates a polymorphic matcher that matches an empty container or C-style string. The container must support both size() and empty(), which all STL-lik
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-more-matchers.h:96
↓ 12 callers
Method
IsPrime
3rd/googletest-1.13.0/googletest/samples/sample8_unittest.cc:59
↓ 12 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.
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:573
↓ 12 callers
Function
RandomSeedFlag
(n)
3rd/googletest-1.13.0/googletest/test/googletest-shuffle-test.py:72
↓ 12 callers
Function
RunAndReturnOutput
Runs the test program and returns its output.
3rd/googletest-1.13.0/googletest/test/googletest-failfast-unittest.py:89
← previous
next →
401–500 of 10,375, ranked by callers