MCPcopy Create free account

hub / github.com/CppCXY/EmmyLuaCodeStyle / functions

Functions10,375 in github.com/CppCXY/EmmyLuaCodeStyle

↓ 6 callersFunctiontype
Gets the outcome of the test part.
3rd/googletest-1.13.0/googletest/include/gtest/gtest-test-part.h:77
↓ 6 callersFunctionutf8catcodepoint
3rd/utf8/include/utf8.h:1221
↓ 5 callersMethodAbortCalls
3rd/googletest-1.13.0/googletest/test/googletest-death-test-test.cc:944
↓ 5 callersMethodAnalyze
CodeFormatCore/src/Format/FormatState.cpp:49
↓ 5 callersMethodAssumeRoleCalls
Accessors.
3rd/googletest-1.13.0/googletest/test/googletest-death-test-test.cc:938
↓ 5 callersFunctionChar
NOLINT
3rd/googletest-1.13.0/googlemock/test/gmock-more-actions_test.cc:69
↓ 5 callersFunctionFindBacktrackingMaxBPM
3rd/googletest-1.13.0/googlemock/test/gmock-matchers-misc_test.cc:482
↓ 5 callersFunctionFormatDeathTestOutput
Returns an indented copy of stderr output for a death test. This makes distinguishing death test output lines from regular log lines much easier.
3rd/googletest-1.13.0/googletest/src/gtest-death-test.cc:534
↓ 5 callersFunctionFormatEpochTimeInMillisAsRFC3339
Converts the given epoch time in milliseconds to a date string in the RFC3339 format, without the timezone information.
3rd/googletest-1.13.0/googletest/src/gtest.cc:4564
↓ 5 callersFunctionFormatTimeInMillisAsDuration
Formats the given time in milliseconds as seconds.
3rd/googletest-1.13.0/googletest/src/gtest.cc:4556
↓ 5 callersFunctionGetArgvs
3rd/googletest-1.13.0/googletest/src/gtest.cc:615
↓ 5 callersMethodGetEndCol
LuaParser/src/Ast/LuaSyntaxNode.cpp:37
↓ 5 callersFunctionGetNextRandomSeed
Returns the first valid random seed after 'seed'. The behavior is undefined if 'seed' is invalid. The seed after kMaxRandomSeed is considered to be
3rd/googletest-1.13.0/googletest/src/gtest-internal-inl.h:129
↓ 5 callersMethodGetReplaceRange
CodeFormatCore/src/RangeFormat/RangeFormatBuilder.cpp:37
↓ 5 callersMethodGetSyntaxTree
CodeFormatServer/src/VFS/VirtualFile.cpp:12
↓ 5 callersFunctionGetTestName
3rd/googletest-1.13.0/googletest/test/gtest-typed-test_test.cc:403
↓ 5 callersFunctionGetThreadCount
Returns the number of active threads, or 0 when there is an error.
3rd/googletest-1.13.0/googletest/src/gtest-port.cc:110
↓ 5 callersFunctionGetTimeInMillis
Returns a timestamp as milliseconds since the epoch. Note this time may jump around subject to adjustments by the system, to measure elapsed time use
3rd/googletest-1.13.0/googletest/src/gtest.cc:1156
↓ 5 callersFunctionHasFailure
Returns true if and only if the current test has a (either fatal or non-fatal) failure.
3rd/googletest-1.13.0/googletest/include/gtest/gtest.h:288
↓ 5 callersFunctionIgnoreResult
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-actions.h:1982
↓ 5 callersFunctionInSequence
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-spec-builders.h:658
↓ 5 callersMethodIsDirectory
Returns true if FilePath ends with a path separator, which indicates that it is intended to represent a directory. Returns false otherwise. This does
3rd/googletest-1.13.0/googletest/src/gtest-filepath.cc:324
↓ 5 callersMethodIsEof
LuaParser/src/Lexer/TextReader.cpp:104
↓ 5 callersMethodIsString
Util/src/InfoTree/InfoNode.cpp:31
↓ 5 callersFunctionIxor
i1 ^= i2 */
3rd/lua-5.4.3/src/lmathlib.c:396
↓ 5 callersMethodMatchAndExplain
Returns true if and only if the matcher matches x; also explains the match result to 'listener'.
3rd/googletest-1.13.0/googletest/include/gtest/gtest-matchers.h:268
↓ 5 callersFunctionMessage
Copy constructor.
3rd/googletest-1.13.0/googletest/include/gtest/gtest-message.h:105
↓ 5 callersMethodNextLine
LuaParser/src/Lexer/TextReader.cpp:24
↓ 5 callersMethodPassedCalls
3rd/googletest-1.13.0/googletest/test/googletest-death-test-test.cc:940
↓ 5 callersFunctionPrintCStringTo
3rd/googletest-1.13.0/googletest/src/gtest-printers.cc:426
↓ 5 callersMethodRemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
3rd/googletest-1.13.0/googletest/src/gtest-filepath.cc:125
↓ 5 callersFunctionResetCounts
Resets the count for each test.
3rd/googletest-1.13.0/googletest/test/gtest_repeat_test.cc:113
↓ 5 callersMethodRunAndVerify
Runs googletest-list-tests-unittest_ and verifies that it prints the correct tests. Args: flag_value: value of the --gtest_list
3rd/googletest-1.13.0/googletest/test/googletest-list-tests-unittest.py:127
↓ 5 callersMethodSerialize
CodeFormatServer/src/LSP/LSP.cpp:11
↓ 5 callersMethodSetParameters
Sets the parameters for subsequent calls to Create.
3rd/googletest-1.13.0/googletest/test/googletest-death-test-test.cc:1022
↓ 5 callersMethodTestDeleted
3rd/googletest-1.13.0/googletest/test/googletest-death-test-test.cc:948
↓ 5 callersFunctionThrowRuntimeError
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:3322
↓ 5 callersFunctionToChar32
3rd/googletest-1.13.0/googletest/src/gtest-printers.cc:114
↓ 5 callersFunctionUniversalPrintCharArray
3rd/googletest-1.13.0/googletest/src/gtest-printers.cc:366
↓ 5 callersMethodWaitCalls
3rd/googletest-1.13.0/googletest/test/googletest-death-test-test.cc:939
↓ 5 callersFunctionWithoutArgs
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-actions.h:1818
↓ 5 callersFunction_mi_abandoned_await_readers
Wait until there are no more pending reads on segments that used to be in the abandoned list called for example from `arena.c` before decommitting
3rd/mimalloc-2.0.9/src/segment.c:1171
↓ 5 callersFunction_mi_arena_free
3rd/mimalloc-2.0.9/src/arena.c:298
↓ 5 callersFunction_mi_bitmap_try_find_claim_field
Try to atomically claim a sequence of `count` bits in a single field at `idx` in `bitmap`. Returns `true` on success.
3rd/mimalloc-2.0.9/src/bitmap.c:44
↓ 5 callersFunction_mi_os_numa_node
3rd/mimalloc-2.0.9/include/mimalloc-internal.h:826
↓ 5 callersFunction_mi_preloading
Returns true if this module has not been initialized; Don't use C runtime routines until it returns false.
3rd/mimalloc-2.0.9/src/init.c:495
↓ 5 callersFunction_mi_random_shuffle
3rd/mimalloc-2.0.9/include/mimalloc-internal.h:798
↓ 5 callersFunction_mi_wsize_from_size
3rd/mimalloc-2.0.9/test/main-override-static.c:298
↓ 5 callersMethodaccept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
3rd/nlohmann_json/single_include/nlohmann/json.hpp:11070
↓ 5 callersFunctionaligned_delete
3rd/asio-1.24.0/include/asio/detail/memory.hpp:134
↓ 5 callersFunctionasync_io
3rd/asio-1.24.0/include/asio/ssl/detail/io.hpp:394
↓ 5 callersMethodbinary
3rd/nlohmann_json/single_include/nlohmann/json.hpp:6586
↓ 5 callersMethodbinary
3rd/nlohmann_json/include/nlohmann/detail/input/json_sax.hpp:674
↓ 5 callersMethodbuffer_size
Get number of buffered elements.
3rd/asio-1.24.0/include/asio/experimental/detail/channel_service.hpp:345
↓ 5 callersFunctioncalculate_hash_value
3rd/asio-1.24.0/include/asio/detail/hash_map.hpp:33
↓ 5 callersFunctioncheckstack
** If L1 != L, L1 can be in any state, and therefore there are no ** guarantees about its stack space; any push in L1 must be ** checked. */
3rd/lua-5.4.3/src/ldblib.c:35
↓ 5 callersFunctionclearkey
** Clear keys for empty entries in tables. If entry is empty, mark its ** entry as dead. This allows the collection of the key, but keeps its ** entry
3rd/lua-5.4.3/src/lgc.c:171
↓ 5 callersMethodclose
Close the descriptor. * This function is used to close the descriptor. Any asynchronous read or * write operations will be cancelled immediately, a
3rd/asio-1.24.0/include/asio/posix/basic_descriptor.hpp:335
↓ 5 callersFunctioncodeABRK
3rd/lua-5.4.3/src/lcode.c:1020
↓ 5 callersFunctionconst_buffer
3rd/asio-1.24.0/include/asio/buffer.hpp:255
↓ 5 callersMethodcontains
Determine whether the specified owner is on the stack. Returns address of key if present, 0 otherwise.
3rd/asio-1.24.0/include/asio/detail/call_stack.hpp:92
↓ 5 callersMethoddefer
3rd/asio-1.24.0/include/asio/impl/executor.hpp:272
↓ 5 callersMethoddispatch
3rd/asio-1.24.0/include/asio/impl/executor.hpp:254
↓ 5 callersMethoddone
3rd/asio-1.24.0/include/asio/experimental/impl/coro.hpp:110
↓ 5 callersFunctiondumpString
3rd/lua-5.4.3/src/ldump.c:88
↓ 5 callersMethodemplace
3rd/asio-1.24.0/include/asio/experimental/impl/parallel_group.hpp:63
↓ 5 callersMethodend
3rd/asio-1.24.0/include/asio/detail/reactor_op_queue.hpp:55
↓ 5 callersFunctionequal
3rd/wildcards/include/cx/algorithm.hpp:15
↓ 5 callersFunctionescape
! * @brief string escaping as described in RFC 6901 (Sect. 4) * @param[in] s string to escape * @return escaped string * * Note the order of e
3rd/nlohmann_json/single_include/nlohmann/json.hpp:2674
↓ 5 callersFunctionescape
! * @brief string escaping as described in RFC 6901 (Sect. 4) * @param[in] s string to escape * @return escaped string * * Note the order of e
3rd/nlohmann_json/include/nlohmann/detail/string_escape.hpp:42
↓ 5 callersFunctionexplist
3rd/lua-5.4.3/src/lparser.c:1000
↓ 5 callersFunctionfatal
3rd/lua-5.4.3/src/luac.c:42
↓ 5 callersFunctionfinishbinexpval
** Emit code for binary expressions that "produce values" ** (everything but logical operators 'and'/'or' and comparison ** operators). ** Expression
3rd/lua-5.4.3/src/lcode.c:1356
↓ 5 callersFunctionfree_items
3rd/mimalloc-2.0.9/test/test-stress.c:110
↓ 5 callersMethodgetCallCountFree
3rd/uriparser/test/MemoryManagerSuite.cpp:78
↓ 5 callersMethodget_character
3rd/nlohmann_json/single_include/nlohmann/json.hpp:5479
↓ 5 callersMethodget_character
3rd/nlohmann_json/include/nlohmann/detail/input/input_adapters.hpp:54
↓ 5 callersMethodget_executor
3rd/asio-1.24.0/include/asio/basic_socket.hpp:1920
↓ 5 callersMethodget_executor
Get the executor associated with the object.
3rd/asio-1.24.0/include/asio/windows/basic_object_handle.hpp:240
↓ 5 callersFunctioninclinenumber
** increment line number and skips newline sequence (any of ** \n, \r, \n\r, or \r\n) */
3rd/lua-5.4.3/src/llex.c:156
↓ 5 callersFunctionindex2stack
3rd/lua-5.4.3/src/lapi.c:84
↓ 5 callersFunctionio
3rd/asio-1.24.0/include/asio/ssl/detail/io.hpp:33
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
3rd/nlohmann_json/single_include/nlohmann/json.hpp:11481
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
3rd/nlohmann_json/include/nlohmann/detail/iterators/primitive_iterator.hpp:51
↓ 5 callersFunctioniscleared
** tells whether a key or value can be cleared from a weak ** table. Non-collectable objects are never removed from weak ** tables. Strings behave as
3rd/lua-5.4.3/src/lgc.c:185
↓ 5 callersMethodlock
Lock the mutex.
3rd/asio-1.24.0/include/asio/detail/win_mutex.hpp:47
↓ 5 callersFunctionluaD_hook
** Call a hook for the given event. Make sure there is a hook to be ** called. (Both 'L->hook' and 'L->hookmask', which trigger this ** function, can
3rd/lua-5.4.3/src/ldo.c:306
↓ 5 callersFunctionluaD_rawrunprotected
3rd/lua-5.4.3/src/ldo.c:138
↓ 5 callersFunctionluaD_seterrorobj
3rd/lua-5.4.3/src/ldo.c:91
↓ 5 callersFunctionluaH_getshortstr
** search function for short strings */
3rd/lua-5.4.3/src/ltable.c:747
↓ 5 callersFunctionluaH_resize
** Resize table 't' for the new given sizes. Both allocations (for ** the hash part and for the array part) can fail, which creates some ** subtleties
3rd/lua-5.4.3/src/ltable.c:542
↓ 5 callersFunctionluaK_codeABCk
** Format and emit an 'iABC' instruction. (Assertions check consistency ** of parameters versus opcode.) */
3rd/lua-5.4.3/src/lcode.c:396
↓ 5 callersFunctionluaK_codeABx
** Format and emit an 'iABx' instruction. */
3rd/lua-5.4.3/src/lcode.c:407
↓ 5 callersFunctionluaK_exp2RK
** Ensures final expression result is in a valid R/K index ** (that is, it is either in a register or in 'k' with an index ** in the range of R/K indi
3rd/lua-5.4.3/src/lcode.c:1010
↓ 5 callersFunctionluaL_buffinitsize
3rd/lua-5.4.3/src/lauxlib.c:638
↓ 5 callersFunctionluaL_getsubtable
** ensure that stack[idx][fname] has a table and push that table ** into the stack */
3rd/lua-5.4.3/src/lauxlib.c:947
↓ 5 callersFunctionluaL_len
CodeFormatLib/src/LuaJIT-Compact.cpp:13
↓ 5 callersFunctionluaL_pushresultsize
3rd/lua-5.4.3/src/lauxlib.c:603
↓ 5 callersFunctionluaT_objtypename
** Return the name of the type of an object. For tables and userdata ** with metatable, use their '__name' metafield, if present. */
3rd/lua-5.4.3/src/ltm.c:91
↓ 5 callersFunctionlua_concat
3rd/lua-5.4.3/src/lapi.c:1277
← previousnext →1,001–1,100 of 10,375, ranked by callers