MCPcopy Create free account

hub / github.com/CppCXY/EmmyLuaCodeStyle / types & classes

Types & classes4,285 in github.com/CppCXY/EmmyLuaCodeStyle

↓ 243 callersClassBool
A user-defined data type.
3rd/googletest-1.13.0/googletest/test/gtest_pred_impl_unittest.cc:54
↓ 82 callersEnumasio_handler_invoke_is_no_longer_used
Places in asio that would have previously called the invocation hook to execute a handler, now call it only to check whether the result type is this t
3rd/asio-1.24.0/include/asio/handler_invoke_hook.hpp:71
↓ 76 callersClassURI_TYPE
3rd/uriparser/include/uriparser/Uri.h:101
↓ 75 callersClasserror_code
Class to represent an error code value.
3rd/asio-1.24.0/include/asio/error_code.hpp:80
↓ 55 callersClassdefaulted_constraint
3rd/asio-1.24.0/include/asio/detail/type_traits.hpp:154
↓ 42 callersClassMessage
Makes sure that an assertion knows to use ::testing::Message instead of ::my_namespace::testing::Message.
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:6378
↓ 41 callersEnumasio_handler_allocate_is_no_longer_used
Places in asio that would have previously called the allocate or deallocate hooks to manage memory, now call them only to check whether the result typ
3rd/asio-1.24.0/include/asio/handler_alloc_hook.hpp:32
↓ 41 callersEnumasio_handler_deallocate_is_no_longer_used
3rd/asio-1.24.0/include/asio/handler_alloc_hook.hpp:33
↓ 33 callersClassLuaSyntaxNode
LuaParser/include/LuaParser/Ast/LuaSyntaxNode.h:14
↓ 28 callersClassNameStyleRule
CodeFormatCore/include/CodeFormatCore/Config/NameStyleRule.h:21
↓ 26 callersClassLineSpace
CodeFormatCore/include/CodeFormatCore/Config/LuaStyleEnum.h:57
↓ 25 callersClassTextRange
LuaParser/include/LuaParser/Types/TextRange.h:5
↓ 21 callersClasscancellation_state
A cancellation state is used for chaining signals and slots in compositions.
3rd/asio-1.24.0/include/asio/cancellation_state.hpp:79
↓ 20 callersClassresult_type
3rd/asio-1.24.0/include/asio/impl/spawn.hpp:460
↓ 19 callersClassmultiple_exceptions
Exception thrown when there are multiple pending exceptions to rethrow.
3rd/asio-1.24.0/include/asio/multiple_exceptions.hpp:28
↓ 15 callersClassIndentData
CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatStrategy.h:69
↓ 15 callersClassinitiate
3rd/asio-1.24.0/include/asio/deferred.hpp:170
↓ 12 callersClassPosition
CodeFormatServer/src/LSP/LSP.h:38
↓ 12 callersClassequal_to
3rd/wildcards/include/cx/functional.hpp:35
↓ 10 callersClassConvertibleFromAny
Implicitly convertible from any type.
3rd/googletest-1.13.0/googlemock/test/gmock-matchers-comparisons_test.cc:540
↓ 10 callersClassInfoNode
Util/include/Util/InfoTree/InfoNode.h:10
↓ 10 callersClassUnprintableChar
A class that supports binary comparison operators but not streaming.
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:4885
↓ 9 callersClassSampleVariantIntString
3rd/googletest-1.13.0/googlemock/test/gmock-matchers-misc_test.cc:720
↓ 9 callersClassallocator_arg_t
defined(ASIO_HAS_CXX11_ALLOCATORS)
3rd/asio-1.24.0/include/asio/detail/memory.hpp:89
↓ 9 callersClasssystem_error
The system_error class is used to represent system conditions that prevent the library from operating correctly.
3rd/asio-1.24.0/include/asio/system_error.hpp:42
↓ 8 callersClassPredFormatFunctor1
A unary predicate-formatter functor.
3rd/googletest-1.13.0/googletest/test/gtest_pred_impl_unittest.cc:102
↓ 8 callersClassPredFormatFunctor2
A binary predicate-formatter functor.
3rd/googletest-1.13.0/googletest/test/gtest_pred_impl_unittest.cc:480
↓ 8 callersClassPredFormatFunctor3
A ternary predicate-formatter functor.
3rd/googletest-1.13.0/googletest/test/gtest_pred_impl_unittest.cc:865
↓ 8 callersClassPredFormatFunctor4
A 4-ary predicate-formatter functor.
3rd/googletest-1.13.0/googletest/test/gtest_pred_impl_unittest.cc:1268
↓ 8 callersClassPredFormatFunctor5
A 5-ary predicate-formatter functor.
3rd/googletest-1.13.0/googletest/test/gtest_pred_impl_unittest.cc:1686
↓ 8 callersClassPredFunctor1
A unary predicate functor.
3rd/googletest-1.13.0/googletest/test/gtest_pred_impl_unittest.cc:85
↓ 8 callersClassPredFunctor2
A binary predicate functor.
3rd/googletest-1.13.0/googletest/test/gtest_pred_impl_unittest.cc:461
↓ 8 callersClassPredFunctor3
A ternary predicate functor.
3rd/googletest-1.13.0/googletest/test/gtest_pred_impl_unittest.cc:844
↓ 8 callersClassPredFunctor4
A 4-ary predicate functor.
3rd/googletest-1.13.0/googletest/test/gtest_pred_impl_unittest.cc:1246
↓ 8 callersClassPredFunctor5
A 5-ary predicate functor.
3rd/googletest-1.13.0/googletest/test/gtest_pred_impl_unittest.cc:1662
↓ 8 callersClassRelationToSourceReference
The relation between an NativeArray object (see below) and the native array it represents. We use 2 different structs to allow non-copyable types to b
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-internal.h:1086
↓ 8 callersClassResult
3rd/googletest-1.13.0/googlemock/test/gmock-spec-builders_test.cc:91
↓ 8 callersClassS
Set up a type that is implicitly convertible from std::string&, but not std::string&& or `const std::string&`. Avoid asserting about conversion from
3rd/googletest-1.13.0/googlemock/test/gmock-actions_test.cc:769
↓ 8 callersClassaddress_v4
Implements IP version 4 style addresses. * The asio::ip::address_v4 class provides the ability to use and * manipulate IP version 4 addresses. * *
3rd/asio-1.24.0/include/asio/ip/address_v4.hpp:49
↓ 8 callersClassarray
3rd/wildcards/include/cx/array.hpp:19
↓ 8 callersClasscancellation_slot
3rd/asio-1.24.0/include/asio/cancellation_signal.hpp:101
↓ 8 callersClassoutstanding_work_t
A property to describe whether task submission is likely in the future.
3rd/asio-1.24.0/include/asio/execution/outstanding_work.hpp:40
↓ 8 callersClassregistered_buffer_id
Type used to identify a registered buffer.
3rd/asio-1.24.0/include/asio/registered_buffer.hpp:33
↓ 7 callersClassIterator
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-param-util.h:228
↓ 7 callersClassendpoint
Helper class for implementating an IP endpoint.
3rd/asio-1.24.0/include/asio/ip/detail/endpoint.hpp:32
↓ 7 callersClassexecutor_arg_t
A special type, similar to std::nothrow_t, used to disambiguate constructors that accept executor arguments. * The executor_arg_t struct is an empty s
3rd/asio-1.24.0/include/asio/uses_executor.hpp:34
↓ 7 callersClasstype
3rd/asio-1.24.0/include/asio/execution/execute.hpp:173
↓ 6 callersClassMessage
3rd/googletest-1.13.0/googlemock/test/gmock-internal-utils_test.cc:64
↓ 6 callersClassMoveOnly
3rd/googletest-1.13.0/googlemock/test/gmock-matchers-comparisons_test.cc:942
↓ 6 callersClassPrintMeNot
A helper class that generates a failure when printed. We use it to ensure that Google Mock doesn't print a value (even to an internal buffer) when it
3rd/googletest-1.13.0/googlemock/test/gmock-spec-builders_test.cc:2129
↓ 6 callersClassRange
CodeFormatServer/src/LSP/LSP.h:69
↓ 6 callersClassReturnInt
3rd/googletest-1.13.0/googlemock/test/gmock-actions_test.cc:1899
↓ 6 callersClassSampleAnyType
3rd/googletest-1.13.0/googlemock/test/gmock-matchers-misc_test.cc:784
↓ 6 callersClassSpaceBeforeInlineComment
CodeFormatCore/include/CodeFormatCore/Config/LuaStyleEnum.h:115
↓ 6 callersClassblocking_t
A property to describe what guarantees an executor makes about the blocking behaviour of their execution functions.
3rd/asio-1.24.0/include/asio/execution/blocking.hpp:44
↓ 6 callersClassdefault_connect_condition
3rd/asio-1.24.0/include/asio/impl/connect.hpp:39
↓ 6 callersEnumflags
3rd/asio-1.24.0/include/asio/ip/resolver_base.hpp:62
↓ 6 callersClassinitiate_async_move_accept
3rd/asio-1.24.0/include/asio/basic_socket_acceptor.hpp:90
↓ 6 callersClassthread
A simple abstraction for starting threads. * The asio::thread class implements the smallest possible subset of the * functionality of boost::thread.
3rd/asio-1.24.0/include/asio/thread.hpp:48
↓ 6 callersClasswait_for_one_error
Wait until an operation completes with an error, then cancel the others. * If no operation completes with an error, waits for completion of all * ope
3rd/asio-1.24.0/include/asio/experimental/cancellation_condition.hpp:111
↓ 6 callersClasswait_for_one_success
Wait until an operation completes without an error, then cancel the others. * If no operation completes without an error, waits for completion of all
3rd/asio-1.24.0/include/asio/experimental/cancellation_condition.hpp:67
↓ 5 callersClassCodeLocation
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-internal.h:491
↓ 5 callersClassFlags
The Flags struct stores a copy of all Google Test flags.
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:5451
↓ 5 callersClassLineBreakData
CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatStrategy.h:83
↓ 5 callersClassRank0
3rd/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h:2921
↓ 5 callersClassRelationToSourceCopy
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-internal.h:1087
↓ 5 callersClassdiyfp
3rd/nlohmann_json/single_include/nlohmann/json.hpp:15371
↓ 5 callersClassdiyfp
3rd/nlohmann_json/include/nlohmann/detail/conversions/to_chars.hpp:49
↓ 5 callersClassjson_pointer
3rd/nlohmann_json/single_include/nlohmann/json.hpp:3462
↓ 5 callersClassmutable_buffer
3rd/asio-1.24.0/include/asio/buffer.hpp:71
↓ 5 callersClassout_of_range
! @brief exception indicating access out of the defined range This exception is thrown in case a library function is called on an input parameter tha
3rd/nlohmann_json/single_include/nlohmann/json.hpp:3091
↓ 4 callersClassBase
3rd/googletest-1.13.0/googletest/test/googletest-port-test.cc:94
↓ 4 callersClassDogAdder
Verifies that Range works with user-defined types that define copy constructor, operator=(), operator+(), and operator<().
3rd/googletest-1.13.0/googletest/test/googletest-param-test-test.cc:213
↓ 4 callersClassFoo
3rd/googletest-1.13.0/googlemock/test/gmock-actions_test.cc:1216
↓ 4 callersClassHelper
3rd/googletest-1.13.0/googlemock/test/gmock-matchers-comparisons_test.cc:720
↓ 4 callersClassIndexRange
CodeFormatCore/include/CodeFormatCore/Format/Types.h:46
↓ 4 callersClassNonDefaultConstructAssignString
3rd/googletest-1.13.0/googletest/test/googletest-param-test-test.cc:485
↓ 4 callersClassReturn17
3rd/googletest-1.13.0/googlemock/test/gmock-actions_test.cc:1873
↓ 4 callersClassStreamMatchResultListener
A match result listener that forwards the explanation to a given ostream. The difference between this and MatchResultListener is that the former is c
3rd/googletest-1.13.0/googletest/include/gtest/gtest-matchers.h:231
↓ 4 callersClassUnitTestFilter
3rd/googletest-1.13.0/googletest/src/gtest.cc:748
↓ 4 callersClassVirtualFile
CodeFormatServer/src/VFS/VirtualFile.h:10
↓ 4 callersClassinitiate_async_resolve
3rd/asio-1.24.0/include/asio/ip/basic_resolver.hpp:71
↓ 4 callersClassiterator
3rd/googletest-1.13.0/googletest/test/googletest-printers-test.cc:1194
↓ 4 callersClassiterator
3rd/wildcards/include/wildcards/utility.hpp:28
↓ 4 callersClassjson_pointer
3rd/nlohmann_json/include/nlohmann/detail/json_pointer.hpp:19
↓ 4 callersClassmutable_buffer
3rd/asio-1.24.0/include/asio/detail/is_buffer_sequence.hpp:25
↓ 4 callersClassnative_handle_type
3rd/asio-1.24.0/include/asio/detail/win_iocp_socket_service.hpp:65
↓ 4 callersClassrelationship_t
A property to describe whether submitted tasks represent continuations of the calling context.
3rd/asio-1.24.0/include/asio/execution/relationship.hpp:41
↓ 4 callersClassspawned_thread_resumer
Helper class to perform the initial resume on the correct executor.
3rd/asio-1.24.0/include/asio/impl/spawn.hpp:279
↓ 3 callersClassAssertIsEvenFunctor
A predicate-formatter functor that asserts the argument is an even number.
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:2192
↓ 3 callersClassAssertSumIsEven5Functor
A predicate-formatter functor that asserts the sum of the arguments is an even number.
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:2226
↓ 3 callersClassAssertionResult
Makes sure that an assertion knows to use ::testing::AssertionResult instead of ::my_namespace::testing::AssertionResult.
3rd/googletest-1.13.0/googletest/test/gtest_unittest.cc:6383
↓ 3 callersClassDivisibleByImpl
3rd/googletest-1.13.0/googlemock/test/gmock-matchers-comparisons_test.cc:2268
↓ 3 callersClassIntWrapper
3rd/googletest-1.13.0/googletest/test/googletest-param-test-test.cc:248
↓ 3 callersClassMarkEvent
LuaParser/include/LuaParser/Parse/Mark.h:18
↓ 3 callersClassMockObject
3rd/googletest-1.13.0/googlemock/test/gmock-more-actions_test.cc:581
↓ 3 callersClassMyType
3rd/googletest-1.13.0/googletest/test/googletest-list-tests-unittest_.cc:66
↓ 3 callersClassNonImplicitlyConstructibleTypeWithOperatorEq
3rd/googletest-1.13.0/googlemock/test/gmock-matchers-comparisons_test.cc:491
↓ 3 callersClassPolymorphicFunctor
Tests that ResultOf(f, ...) compiles and works as expected when f is a functor with more than one operator() defined. ResultOf() must work for each de
3rd/googletest-1.13.0/googlemock/test/gmock-matchers-containers_test.cc:1068
↓ 3 callersClassPrintToStringParamName
A builtin parameterized test name generator which returns the result of testing::PrintToString.
3rd/googletest-1.13.0/googletest/include/gtest/internal/gtest-param-util.h:71
next →1–100 of 4,285, ranked by callers