MCPcopy Create free account

hub / github.com/CppCXY/EmmyLuaCodeStyle / functions

Functions10,375 in github.com/CppCXY/EmmyLuaCodeStyle

↓ 12 callersFunctionSetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
3rd/googletest-1.13.0/googletest/test/googletest-failfast-unittest.py:80
↓ 12 callersFunctionShuffleFlag
()
3rd/googletest-1.13.0/googletest/test/googletest-shuffle-test.py:68
↓ 12 callersFunctionTestInitGoogleMock
3rd/googletest-1.13.0/googlemock/test/gmock_test.cc:48
↓ 12 callersMethodToNext
LuaParser/src/Ast/LuaSyntaxNode.cpp:82
↓ 12 callersFunctionTruly
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:4667
↓ 12 callersFunctionValue
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:5057
↓ 12 callersFunctionWhenSortedBy
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:4709
↓ 12 callersFunction_mi_stat_increase
3rd/mimalloc-2.0.9/src/stats.c:65
↓ 12 callersMethodadd
Add a signal to a signal_set. * This function adds the specified signal to the set. It has no effect if the * signal is already in the set. *
3rd/asio-1.24.0/include/asio/basic_signal_set.hpp:350
↓ 12 callersMethodcurrent_test_result
Returns the most specific TestResult currently running.
3rd/googletest-1.13.0/googletest/src/gtest.cc:6225
↓ 12 callersMethodemit
Emits the signal and causes invocation of the slot's handler, if any.
3rd/asio-1.24.0/include/asio/cancellation_signal.hpp:115
↓ 12 callersFunctionformat
Util/include/Util/format.h:70
↓ 12 callersMethodget
3rd/asio-1.24.0/include/asio/bind_cancellation_slot.hpp:522
↓ 12 callersMethodget
3rd/asio-1.24.0/include/asio/bind_allocator.hpp:520
↓ 12 callersFunctionloadByte
3rd/lua-5.4.3/src/lundump.c:61
↓ 12 callersFunctionluaK_exp2nextreg
** Ensures final expression result is in next available register. */
3rd/lua-5.4.3/src/lcode.c:924
↓ 12 callersFunctionlua_isinteger
3rd/lua-5.4.3/src/lapi.c:297
↓ 12 callersFunctionlua_tolstring
3rd/lua-5.4.3/src/lapi.c:399
↓ 12 callersFunctionlua_xmove
3rd/lua-5.4.3/src/lapi.c:121
↓ 12 callersFunctionmax_size
Get the maximum size of the dynamic buffer. * @returns The allowed maximum size of the underlying memory. */
3rd/asio-1.24.0/include/asio/buffer.hpp:1800
↓ 12 callersMethodmax_size
3rd/mimalloc-2.0.9/include/mimalloc.h:447
↓ 12 callersFunctionname
Returns the test name.
3rd/googletest-1.13.0/googletest/include/gtest/gtest.h:547
↓ 12 callersMethodnative_non_blocking
Gets the non-blocking mode of the native descriptor implementation. * This function is used to retrieve the non-blocking mode of the underlying * n
3rd/asio-1.24.0/include/asio/posix/basic_descriptor.hpp:547
↓ 12 callersMethodstart_timestamp
Gets the time of the test program start, in ms from the start of the UNIX epoch.
3rd/googletest-1.13.0/googletest/src/gtest.cc:5223
↓ 11 callersFunctionAllOfMatches
Helper to allow easy testing of AllOf matchers with num parameters.
3rd/googletest-1.13.0/googlemock/test/gmock-matchers-arithmetic_test.cc:423
↓ 11 callersFunctionAlwaysTrue
3rd/googletest-1.13.0/googletest/src/gtest.cc:6286
↓ 11 callersFunctionAnyOfMatches
Helper to allow easy testing of AnyOf matchers with num parameters.
3rd/googletest-1.13.0/googlemock/test/gmock-matchers-arithmetic_test.cc:602
↓ 11 callersFunctionCombine
3rd/googletest-1.13.0/googletest/include/gtest/gtest-param-test.h:406
↓ 11 callersFunctionDeathTestAbort
Routine for aborting the program which is safe to call from an exec-style death test child process, in which case the error message is propagated back
3rd/googletest-1.13.0/googletest/src/gtest-death-test.cc:287
↓ 11 callersFunctionDieWithMessage
3rd/googletest-1.13.0/googletest/test/googletest-death-test-test.cc:107
↓ 11 callersFunctionExpectation
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-spec-builders.h:482
↓ 11 callersMethodGetColumn
LuaParser/src/File/LuaSource.cpp:49
↓ 11 callersMethodMatch
CodeFormatCore/src/Diagnostic/NameStyle/NameStyleRuleMatcher.cpp:5
↓ 11 callersFunctionMatches
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:5051
↓ 11 callersMethodPassed
Returns true if and only if the unit test passed (i.e. all test suites passed).
3rd/googletest-1.13.0/googletest/src/gtest.cc:5234
↓ 11 callersMethodRemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
3rd/googletest-1.13.0/googletest/src/gtest-filepath.cc:195
↓ 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
3rd/googletest-1.13.0/googletest/src/gtest-filepath.cc:373
↓ 11 callersMethodRunAndVerify
Runs googletest-break-on-failure-unittest_ and verifies that it does (or does not) have a seg-fault. Args: env_var_value: value of t
3rd/googletest-1.13.0/googletest/test/googletest-break-on-failure-unittest.py:95
↓ 11 callersMethodRunAndVerifyWithSharding
Checks that binary runs correct tests for the given filter and shard. Runs all shards of googletest-filter-unittest_ with the given filter, and
3rd/googletest-1.13.0/googletest/test/googletest-filter-unittest.py:306
↓ 11 callersFunctionStringStreamToString
Converts the buffer in a stringstream to an std::string, converting NUL bytes to "\\0" along the way.
3rd/googletest-1.13.0/googletest/src/gtest.cc:2198
↓ 11 callersFunctionThrowNothing
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:3772
↓ 11 callersFunction_mi_ptr_page
Get the page containing the pointer
3rd/mimalloc-2.0.9/include/mimalloc-internal.h:516
↓ 11 callersFunctionadapt_completion_condition_result
Adapt result of old-style completion conditions (which had a bool result where true indicated that the operation was complete).
3rd/asio-1.24.0/include/asio/completion_condition.hpp:32
↓ 11 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
3rd/nlohmann_json/single_include/nlohmann/json.hpp:16520
↓ 11 callersFunctionfind
3rd/nlohmann_json/include/nlohmann/json.hpp:4526
↓ 11 callersFunctionget_associated_executor
3rd/asio-1.24.0/include/asio/associated_executor.hpp:138
↓ 11 callersFunctiongetlocalvardesc
** Return the "variable description" (Vardesc) of a given variable. ** (Unless noted otherwise, all variables are referred to by their ** compiler ind
3rd/lua-5.4.3/src/lparser.c:219
↓ 11 callersFunctionluaH_realasize
** Returns the real size of the 'array' array */
3rd/lua-5.4.3/src/ltable.c:241
↓ 11 callersFunctionluaL_addvalue
** 'luaL_addvalue' is the only function in the Buffer system where the ** box (if existent) is not on the top of the stack. So, instead of ** calling
3rd/lua-5.4.3/src/lauxlib.c:618
↓ 11 callersFunctionluaX_syntaxerror
3rd/lua-5.4.3/src/llex.c:119
↓ 11 callersFunctionluaY_nvarstack
** Return the number of variables in the register stack for the given ** function. */
3rd/lua-5.4.3/src/lparser.c:243
↓ 11 callersFunctionlua_touserdata
3rd/lua-5.4.3/src/lapi.c:450
↓ 11 callersFunctionmatch_flags
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:3598
↓ 11 callersFunctionmi_atomic_addi64_relaxed
These are used by the statistics
3rd/mimalloc-2.0.9/include/mimalloc-atomic.h:107
↓ 11 callersFunctionmi_bitmap_index_field
Get the field index from a bit index.
3rd/mimalloc-2.0.9/src/bitmap.h:49
↓ 11 callersFunctionmi_page_is_in_full
----------------------------------------------------------- Page flags -----------------------------------------------------------
3rd/mimalloc-2.0.9/include/mimalloc-internal.h:624
↓ 11 callersFunctionmi_segment_size
size of a segment
3rd/mimalloc-2.0.9/include/mimalloc-internal.h:545
↓ 11 callersMethodnumber_float
3rd/nlohmann_json/single_include/nlohmann/json.hpp:6576
↓ 11 callersMethodnumber_float
3rd/nlohmann_json/include/nlohmann/detail/input/json_sax.hpp:664
↓ 11 callersMethodpointer
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-port.h:1561
↓ 11 callersFunctiontestFilenameUriConversionHelper
3rd/uriparser/test/test.cpp:1558
↓ 11 callersFunctiontestRemoveBaseUriHelper
3rd/uriparser/test/test.cpp:2062
↓ 11 callersMethodtest_to_run_count
Gets the number of tests that should run.
3rd/googletest-1.13.0/googletest/src/gtest.cc:1108
↓ 11 callersFunctionthrow_invalid_argument
3rd/wildcards/include/wildcards/match.hpp:71
↓ 11 callersMethodtop
Obtain the value at the top of the stack.
3rd/asio-1.24.0/include/asio/detail/call_stack.hpp:105
↓ 10 callersFunctionAbort
3rd/googletest-1.13.0/googletest/src/gtest-port.cc:1259
↓ 10 callersFunctionAddGlobalTestEnvironment
A convenient wrapper for adding an environment for the test program. You should call this before RUN_ALL_TESTS() is called, probably in main(). If y
3rd/googletest-1.13.0/googletest/include/gtest/gtest.h:1325
↓ 10 callersFunctionAssertDebugDeathHelper
3rd/googletest-1.13.0/googletest/test/googletest-death-test-test.cc:741
↓ 10 callersFunctionCaptureStderr
Starts capturing stderr.
3rd/googletest-1.13.0/googletest/src/gtest-port.cc:1186
↓ 10 callersFunctionDieInside
3rd/googletest-1.13.0/googletest/test/googletest-death-test-test.cc:122
↓ 10 callersFunctionDoubleNear
Creates a matcher that matches any double argument approximately equal to rhs, up to the specified max absolute error bound, where two NANs are consid
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:4294
↓ 10 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
3rd/googletest-1.13.0/googletest/src/gtest.cc:1575
↓ 10 callersFunctionForEach
3rd/googletest-1.13.0/googletest/src/gtest-internal-inl.h:286
↓ 10 callersFunctionFormatEpochTimeInMillisAsIso8601
Converts the given epoch time in milliseconds to a date string in the ISO 8601 format, without the timezone information.
3rd/googletest-1.13.0/googletest/src/gtest.cc:4117
↓ 10 callersFunctionGetTypeName
GetTypeName(const std::type_info&) returns a human-readable name of type T.
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-type-util.h:75
↓ 10 callersFunctionInt32FromEnvOrDie
Parses the environment variable var as an Int32. If it is unset, returns default_val. If it is not an Int32, prints an error and aborts.
3rd/googletest-1.13.0/googletest/src/gtest.cc:6035
↓ 10 callersFunctionInt32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
3rd/googletest-1.13.0/googletest/src/gtest-port.cc:1340
↓ 10 callersMethodIsAbsolutePath
Returns true if pathname describes an absolute path.
3rd/googletest-1.13.0/googletest/src/gtest-filepath.cc:298
↓ 10 callersFunctionIsRepeat
3rd/googletest-1.13.0/googletest/src/gtest-port.cc:736
↓ 10 callersMethodJoin
3rd/googletest-1.13.0/googletest/src/gtest-port.cc:477
↓ 10 callersFunctionLogIsVisible
Returns true if and only if a log with the given severity is visible according to the --gmock_verbose flag.
3rd/googletest-1.13.0/googlemock/src/gmock-internal-utils.cc:131
↓ 10 callersFunctionMatchPrintAndExplain
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:586
↓ 10 callersMethodNextChar
LuaParser/src/Lexer/TextReader.cpp:13
↓ 10 callersMethodOnTestProgramStart
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:6794
↓ 10 callersMethodPassed
3rd/googletest-1.13.0/googletest/test/googletest-death-test-test.cc:995
↓ 10 callersMethodQuery
CodeFormatServer/src/DB/DBBase.h:19
↓ 10 callersFunctionRegisterTest
3rd/googletest-1.13.0/googletest/include/gtest/gtest.h:2280
↓ 10 callersFunctionSkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
3rd/googletest-1.13.0/googletest/src/gtest.cc:6298
↓ 10 callersFunctionValuesIn
3rd/googletest-1.13.0/googletest/include/gtest/gtest-param-test.h:295
↓ 10 callersFunction_mi_divide_up
Divide upwards: `s <= _mi_divide_up(s,d)*d < s+d`.
3rd/mimalloc-2.0.9/include/mimalloc-internal.h:281
↓ 10 callersFunction_mi_os_decommit
3rd/mimalloc-2.0.9/src/os.c:1003
↓ 10 callersFunction_mi_page_start
Quick page start for initialized pages
3rd/mimalloc-2.0.9/include/mimalloc-internal.h:511
↓ 10 callersMethodasync_write_some
3rd/asio-1.24.0/include/asio/detail/io_uring_file_service.hpp:176
↓ 10 callersMethodboolean
3rd/nlohmann_json/single_include/nlohmann/json.hpp:6561
↓ 10 callersMethodboolean
3rd/nlohmann_json/include/nlohmann/detail/input/json_sax.hpp:649
↓ 10 callersMethodcancel
Cancel any asynchronous operations that are waiting on the resolver. * This function forces the completion of any pending asynchronous * operations
3rd/asio-1.24.0/include/asio/ip/basic_resolver.hpp:235
↓ 10 callersFunctioncheck_next1
3rd/lua-5.4.3/src/llex.c:191
↓ 10 callersMethoddestroy
3rd/asio-1.24.0/include/asio/experimental/detail/impl/channel_service.hpp:66
↓ 10 callersFunctionerror
3rd/lua-5.4.3/src/lundump.c:40
↓ 10 callersMethodexpires_at
Get the expiry time for the timer as an absolute time.
3rd/asio-1.24.0/include/asio/detail/deadline_timer_service.hpp:195
← previousnext →501–600 of 10,375, ranked by callers