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
↓ 7 callers
Method
SupportNonStandardSymbol
CodeFormatCLib/src/CodeFormat.cpp:56
↓ 7 callers
Method
SupportNonStandardSymbol
CodeFormatLib/src/LuaCodeFormat.cpp:56
↓ 7 callers
Method
UponLeavingGTest
3rd/googletest-1.13.0/googlemock/test/gmock-internal-utils_test.cc:434
↓ 7 callers
Function
_mi_bitmap_is_claimed
3rd/mimalloc-2.0.9/src/bitmap.c:175
↓ 7 callers
Function
_mi_memcpy
3rd/mimalloc-2.0.9/include/mimalloc-internal.h:1055
↓ 7 callers
Function
_mi_os_numa_node_count
3rd/mimalloc-2.0.9/include/mimalloc-internal.h:830
↓ 7 callers
Function
_mi_page_is_valid
3rd/mimalloc-2.0.9/src/page.c:106
↓ 7 callers
Function
_mi_ptr_cookie
3rd/mimalloc-2.0.9/include/mimalloc-internal.h:440
↓ 7 callers
Method
attach
3rd/asio-1.24.0/include/asio/spawn.hpp:54
↓ 7 callers
Method
begin
Get an iterator for the beginning of the map.
3rd/asio-1.24.0/include/asio/detail/hash_map.hpp:81
↓ 7 callers
Method
c_string
Gets the 0-terminated C string this MyString object represents.
3rd/googletest-1.13.0/googletest/samples/sample2.h:71
↓ 7 callers
Function
connect
3rd/asio-1.24.0/include/asio/impl/connect.hpp:107
↓ 7 callers
Method
construct
3rd/asio-1.24.0/include/asio/experimental/detail/impl/channel_service.hpp:47
↓ 7 callers
Method
disabled_test_count
Gets the number of disabled tests.
3rd/googletest-1.13.0/googletest/src/gtest.cc:1093
↓ 7 callers
Method
dump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
3rd/nlohmann_json/include/nlohmann/detail/output/serializer.hpp:96
↓ 7 callers
Method
empty
Whether there are no timers in the queue.
3rd/asio-1.24.0/include/asio/detail/timer_queue.hpp:115
↓ 7 callers
Method
empty
Whether the queue is empty.
3rd/asio-1.24.0/include/asio/detail/op_queue.hpp:136
↓ 7 callers
Method
end_array
3rd/nlohmann_json/single_include/nlohmann/json.hpp:6611
↓ 7 callers
Method
end_array
3rd/nlohmann_json/include/nlohmann/detail/input/json_sax.hpp:699
↓ 7 callers
Method
end_object
3rd/nlohmann_json/single_include/nlohmann/json.hpp:6601
↓ 7 callers
Method
end_object
3rd/nlohmann_json/include/nlohmann/detail/input/json_sax.hpp:689
↓ 7 callers
Method
enqueue_timer
Add a new timer to the queue. Returns true if this is the timer that is earliest in the queue, in which case the reactor's event demultiplexing functi
3rd/asio-1.24.0/include/asio/detail/timer_queue.hpp:79
↓ 7 callers
Method
equal
3rd/asio-1.24.0/include/asio/ip/basic_resolver_iterator.hpp:167
↓ 7 callers
Method
file
Where in the source file was the default action spec defined?
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-spec-builders.h:243
↓ 7 callers
Function
freereg
** Free register 'reg', if it is neither a constant index nor ** a local variable. ) */
3rd/lua-5.4.3/src/lcode.c:490
↓ 7 callers
Method
get_executor
3rd/asio-1.24.0/include/asio/basic_raw_socket.hpp:1256
↓ 7 callers
Method
get_executor
3rd/asio-1.24.0/include/asio/basic_datagram_socket.hpp:1265
↓ 7 callers
Method
get_executor
3rd/asio-1.24.0/include/asio/impl/spawn.hpp:1130
↓ 7 callers
Method
get_executor
3rd/asio-1.24.0/include/asio/impl/read_until.hpp:1648
↓ 7 callers
Function
if
3rd/lua-5.4.3/src/ltm.c:206
↓ 7 callers
Method
is_nan
Returns true if and only if this is NAN (not a number).
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-internal.h:328
↓ 7 callers
Function
luaC_runtilstate
** advances the garbage collector until it reaches a state allowed ** by 'statemask' */
3rd/lua-5.4.3/src/lgc.c:1643
↓ 7 callers
Function
luaD_callnoyield
** Similar to 'luaD_call', but does not allow yields during the call. */
3rd/lua-5.4.3/src/ldo.c:594
↓ 7 callers
Function
luaD_poscall
** Finishes a function call: calls hook if necessary, moves current ** number of results to proper place, and returns to previous call ** info. If fun
3rd/lua-5.4.3/src/ldo.c:459
↓ 7 callers
Function
luaF_close
** Close all upvalues and to-be-closed variables up to the given stack ** level. */
3rd/lua-5.4.3/src/lfunc.c:228
↓ 7 callers
Function
luaK_getlabel
** returns current 'pc' and marks it as a jump target (to avoid wrong ** optimizations with consecutive instructions not in the same basic block). */
3rd/lua-5.4.3/src/lcode.c:231
↓ 7 callers
Function
luaL_getmetafield
3rd/lua-5.4.3/src/lauxlib.c:845
↓ 7 callers
Function
luaV_finishset
** Finish a table assignment 't[key] = val'. ** If 'slot' is NULL, 't' is not a table. Otherwise, 'slot' points ** to the entry 't[key]', or to a val
3rd/lua-5.4.3/src/lvm.c:330
↓ 7 callers
Function
lua_rawgeti
3rd/lua-5.4.3/src/lapi.c:738
↓ 7 callers
Function
lua_setmetatable
3rd/lua-5.4.3/src/lapi.c:927
↓ 7 callers
Function
mi_bin
Return the bin for a given field size. Returns MI_BIN_HUGE if the size is too large. We use `wsize` for the size in "machine word sizes", i.e. byte si
3rd/mimalloc-2.0.9/src/page-queue.c:56
↓ 7 callers
Function
mi_calloc
3rd/mimalloc-2.0.9/src/alloc.c:650
↓ 7 callers
Function
mi_page_queue_is_full
3rd/mimalloc-2.0.9/src/page-queue.c:40
↓ 7 callers
Function
mi_posix_memalign
3rd/mimalloc-2.0.9/src/alloc-posix.c:55
↓ 7 callers
Function
mi_realloc
3rd/mimalloc-2.0.9/src/alloc.c:738
↓ 7 callers
Function
mi_segment_is_valid
3rd/mimalloc-2.0.9/src/segment.c:255
↓ 7 callers
Method
original_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
3rd/googletest-1.13.0/googletest/src/gtest.cc:5465
↓ 7 callers
Method
os_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
3rd/googletest-1.13.0/googletest/src/gtest.cc:6212
↓ 7 callers
Function
pick
3rd/mimalloc-2.0.9/test/test-stress.c:67
↓ 7 callers
Method
prefer
3rd/asio-1.24.0/include/asio/execution/any_executor.hpp:1680
↓ 7 callers
Method
rdbuf
Return a pointer to the underlying streambuf.
3rd/asio-1.24.0/include/asio/basic_socket_iostream.hpp:284
↓ 7 callers
Function
reglevel
** Convert 'nvar', a compiler index level, to its corresponding ** register. For that, search for the highest variable below that level ** that is in
3rd/lua-5.4.3/src/lparser.c:229
↓ 7 callers
Method
repeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
3rd/googletest-1.13.0/googletest/src/gtest.cc:5085
↓ 7 callers
Method
set
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-port.h:1564
↓ 7 callers
Function
settabsi
3rd/lua-5.4.3/src/ldblib.c:116
↓ 7 callers
Function
size
3rd/wildcards/include/cx/iterator.hpp:28
↓ 7 callers
Method
start_array
3rd/nlohmann_json/single_include/nlohmann/json.hpp:6606
↓ 7 callers
Method
start_array
3rd/nlohmann_json/include/nlohmann/detail/input/json_sax.hpp:694
↓ 7 callers
Method
start_object
3rd/nlohmann_json/single_include/nlohmann/json.hpp:6591
↓ 7 callers
Method
start_object
3rd/nlohmann_json/include/nlohmann/detail/input/json_sax.hpp:679
↓ 7 callers
Method
swap
3rd/asio-1.24.0/include/asio/execution/any_executor.hpp:590
↓ 7 callers
Function
testNormalizeMaskHelper
3rd/uriparser/test/test.cpp:1307
↓ 7 callers
Method
to_string
! @brief return a string representation of the JSON pointer @invariant For each JSON pointer `ptr`, it holds: @code {.cpp} ptr == jso
3rd/nlohmann_json/single_include/nlohmann/json.hpp:12520
↓ 7 callers
Function
tonumeral
** If expression is a numeric constant, fills 'v' with its value ** and returns 1. Otherwise, returns 0. */
3rd/lua-5.4.3/src/lcode.c:55
↓ 6 callers
Function
AddFatalFailure
AddFatalFailure() and AddNonfatalFailure() must be stand-alone functions (i.e. their definitions cannot be inlined at the call sites), or C++Builder w
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:1137
↓ 6 callers
Function
AddNonfatalFailure
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:1139
↓ 6 callers
Function
AllArgs
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:5225
↓ 6 callers
Function
ArrayAsVector
3rd/googletest-1.13.0/googletest/src/gtest.cc:2308
↓ 6 callers
Function
ArrayAwareFind
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-internal.h:1046
↓ 6 callers
Method
AsString
Util/src/InfoTree/InfoNode.cpp:87
↓ 6 callers
Function
Base64Unescape
3rd/googletest-1.13.0/googlemock/src/gmock-internal-utils.cc:222
↓ 6 callers
Function
ChDir
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-port.h:2089
↓ 6 callers
Function
CharPtr
3rd/googletest-1.13.0/googlemock/test/gmock-actions_test.cc:1204
↓ 6 callers
Function
ChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
3rd/googletest-1.13.0/googletest/src/gtest.cc:1959
↓ 6 callers
Method
ConservativeLowerBound
Conservative estimate on the lower/upper bound of the number of calls allowed.
3rd/googletest-1.13.0/googlemock/src/gmock-cardinalities.cc:72
↓ 6 callers
Method
ConservativeUpperBound
3rd/googletest-1.13.0/googlemock/src/gmock-cardinalities.cc:73
↓ 6 callers
Function
CopyArray
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-internal.h:1062
↓ 6 callers
Method
Dequeue
Removes the head of the queue and returns it. Returns NULL if the queue is empty.
3rd/googletest-1.13.0/googletest/samples/sample3-inl.h:129
↓ 6 callers
Method
DescribeTo
Describes the Between(m, n) cardinality in human-friendly text.
3rd/googletest-1.13.0/googlemock/src/gmock-cardinalities.cc:107
↓ 6 callers
Function
DieIf
A unary function that may die.
3rd/googletest-1.13.0/googletest/test/googletest-death-test-test.cc:172
↓ 6 callers
Function
Equals
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-function-mocker.h:83
↓ 6 callers
Function
ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:1991
↓ 6 callers
Function
ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestSuite
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:1999
↓ 6 callers
Function
FloatNear
Creates a matcher that matches any float argument approximately equal to rhs, up to the specified max absolute error bound, where two NANs are conside
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:4322
↓ 6 callers
Method
Foo
3rd/googletest-1.13.0/googlemock/test/gmock-actions_test.cc:1218
↓ 6 callers
Function
FormatCountableNoun
Formats a countable noun. Depending on its quantity, either the singular form or the plural form is used. e.g. FormatCountableNoun(1, "formula", "fo
3rd/googletest-1.13.0/googletest/src/gtest.cc:3083
↓ 6 callers
Function
FormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
3rd/googletest-1.13.0/googletest/src/gtest-port.cc:783
↓ 6 callers
Function
FromStringLike
3rd/googletest-1.13.0/googlemock/test/gmock-matchers-comparisons_test.cc:1150
↓ 6 callers
Function
GenerateFatalFailureInAnotherThread
3rd/googletest-1.13.0/googletest/test/gtest_stress_test.cc:159
↓ 6 callers
Method
GetDiagnosticResults
CodeFormatCore/src/Diagnostic/DiagnosticBuilder.cpp:14
↓ 6 callers
Function
GetDirFromEnv
Returns the value of the first environment variable that is set and contains a non-empty string. If there are none, returns the "fallback" string. Add
3rd/googletest-1.13.0/googletest/src/gtest.cc:6774
↓ 6 callers
Method
GetNextPrime
3rd/googletest-1.13.0/googletest/samples/sample8_unittest.cc:66
↓ 6 callers
Method
GetOffset
CodeFormatServer/src/Lib/LineIndex/LineTypes.cpp:43
↓ 6 callers
Method
GetPos
LuaParser/src/Lexer/TextReader.cpp:83
↓ 6 callers
Method
GetTokenKind
LuaParser/src/Ast/LuaSyntaxNode.cpp:58
↓ 6 callers
Method
GetValue
Util/src/InfoTree/InfoNode.cpp:153
↓ 6 callers
Method
GetVirtualFile
CodeFormatServer/src/VFS/VirtualFileSystem.cpp:137
↓ 6 callers
Function
IF_EXIST
CodeFormatCore/src/Config/LuaStyle.cpp:48
↓ 6 callers
Function
InitGoogleMock
Initializes Google Mock. This must be called before running the tests. In particular, it parses a command line for the flags that Google Mock recogn
3rd/googletest-1.13.0/googlemock/src/gmock.cc:201
↓ 6 callers
Function
IsUTF8TrailByte
3rd/googletest-1.13.0/googletest/src/gtest-printers.cc:479
← previous
next →
801–900 of 10,375, ranked by callers