MCPcopy Create free account

hub / github.com/a1ext/labeless / functions

Functions54,898 in github.com/a1ext/labeless

↓ 280 callersMethodparseFrom
Parses a message of {@code MessageType} from the input. <p>Note: The caller should call {@link CodedInputStream#checkLastTagWas(int)} after calling t
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Parser.java:61
↓ 279 callersMethodReadRawMessage
<summary> Reads a top-level message or a nested message after the limits for this message have been pushed. (parser will proceed until the end of the
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/CodedInputStream.cs:684
↓ 277 callersFunctioninternal_default_instance
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/testdata/anys.pb.h:142
↓ 276 callersFunctionInlineGreedyStringParser
3rdparty/protobuf-3.20.3/src/google/protobuf/parse_context.cc:403
↓ 276 callersMethodWriteRawMessage
<summary> Writes a message, without a tag, to the stream. Only the message data is written, without a length-delimiter. </summary> <param name="value"
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/CodedOutputStream.cs:285
↓ 274 callersFunctionSWIG_AsVal_unsigned_SS_long
labeless_olly/swig/ollyapi_wrap.c:3132
↓ 274 callersMethodWriteTagAndValue
<summary> Write a tag and the given value, *if* the value is not the default. </summary>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/FieldCodec.cs:805
↓ 271 callersMethodRead
(byte[] buffer, int offset, int count)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs:678
↓ 270 callersMethoddata
3rdparty/protobuf-3.20.3/src/google/protobuf/stubs/substitute.h:135
↓ 268 callersMethodSet
:param duint addr: :param char const * text: :param bool manual=False: :return bool
deploy/labeless/backend/x64dbg/scriptapi.py:387
↓ 267 callersFunctionWriteFieldAccessorDocComment
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/java/java_doc_comment.cc:214
↓ 267 callersFunctionexpectEqualToArray
* Expects the Iterable instance yield the same values as the expected array. * @param {!Iterable<T>} iterable * @param {!Array<T>} expected * @temp
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel_repeated_test.js:34
↓ 266 callersMethodOutdent
3rdparty/protobuf-3.20.3/src/google/protobuf/io/printer.cc:191
↓ 266 callersMethodcpp_type
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor.h:2394
↓ 265 callersMethodClone
()
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/Unittest.cs:19093
↓ 265 callersMethodDestroy
3rdparty/protobuf-3.20.3/src/google/protobuf/arenastring.cc:218
↓ 265 callersMethodIndent
3rdparty/protobuf-3.20.3/src/google/protobuf/io/printer.cc:189
↓ 263 callersMethodGetCachedSize
3rdparty/protobuf-3.20.3/src/google/protobuf/dynamic_message.cc:626
↓ 256 callersFunctionReadVarint32
3rdparty/protobuf-3.20.3/src/google/protobuf/parse_context.h:658
↓ 254 callersFunctionCopyFrom
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/testdata/maps.pb.h:2178
↓ 251 callersMethodWriteMessage
<summary> Writes a message, without a tag. The data is length-prefixed. </summary> <param name="value">The value to write</param>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/WriteContext.cs:187
↓ 250 callersMethodend
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/cpp/cpp_helpers.h:965
↓ 249 callersMethodsetField
Sets a field to the given value. The value must be of the correct type for this field, that is, the same type that {@link Message#getField(Descriptors
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Message.java:193
↓ 248 callersMethodmergeFrom
Reads fields from the given {@link Reader} and merges them into the message. It doesn't make the message immutable after parsing is done. To make the
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Schema.java:51
↓ 247 callersMethodCheckNotNull
<summary> Throws an ArgumentNullException if the given value is null, otherwise return the value to the caller. </summary>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/ProtoPreconditions.cs:51
↓ 246 callersMethodHasField
Checks if a certain field is set for the message. For a oneof group, checks if any field inside is set. Note that if the field_name is not de
3rdparty/protobuf-3.20.3/python/google/protobuf/message.py:266
↓ 240 callersFunctionReadTag
Same as ParseVarint but only accept 5 bytes at most.
3rdparty/protobuf-3.20.3/src/google/protobuf/parse_context.h:567
↓ 240 callersMethodis_repeated
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor.h:2301
↓ 240 callersFunctionswap
3rdparty/protobuf-3.20.3/src/google/protobuf/api.pb.h:119
↓ 234 callersMethodComputeInt32Size
<summary> Computes the number of bytes that would be needed to encode an int32 field, including the tag. </summary>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs:89
↓ 234 callersMethodputByte
(Object target, long offset, byte value)
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:123
↓ 233 callersFunctionStringPiece
3rdparty/protobuf-3.20.3/src/google/protobuf/stubs/stringpiece.h:208
↓ 232 callersMethodtoByteString
Serializes the message to a {@code ByteString} and returns it. This is just a trivial wrapper around {@link #writeTo(CodedOutputStream)}. If this mes
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/MessageLite.java:92
↓ 231 callersMethodCalculateSize
()
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/Unittest.cs:19191
↓ 231 callersFunctioncreateArrayBuffer
* @param {...number} bytes * @return {!ArrayBuffer}
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel_repeated_test.js:23
↓ 230 callersMethod_internal_name
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/testdata/books.pb.h:5942
↓ 226 callersFunctionSWIG_AsVal_int
labeless_olly/swig/ollyapi_wrap.c:3410
↓ 225 callersMethodoffset
(int value)
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/MessageSchema.java:5850
↓ 223 callersMethodtoString
Converts the message to a string in protocol buffer text format. This is just a trivial wrapper around {@link TextFormat.Printer#printToString(Message
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Message.java:87
↓ 222 callersMethodreplace
(ThreadContext context, IRubyObject list)
3rdparty/protobuf-3.20.3/ruby/src/main/java/com/google/protobuf/jruby/RubyRepeatedField.java:197
↓ 222 callersMethodset
Replaces the element at the specified position in this list with the specified element (optional operation). @param index index of the element to rep
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/LazyStringList.java:107
↓ 218 callersMethodToDiagnosticString
()
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/ForeignMessagePartial.cs:40
↓ 218 callersMethodcall
3rdparty/swigwin-3.0.2/Examples/d/callback/example.h:22
↓ 218 callersMethodserialize
* Serializes internal contents to binary format bytes array. * @return {!ArrayBuffer}
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:512
↓ 216 callersFunctionSwigType_namestr
3rdparty/swigwin-3.0.2/Source/Swig/stype.c:477
↓ 215 callersFunctionSwig_cresult_name
3rdparty/swigwin-3.0.2/Source/Swig/cwrap.c:46
↓ 215 callersMethodtype
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/testdata/books.pb.h:5329
↓ 214 callersFunctionVerifyUTF8
3rdparty/protobuf-3.20.3/src/google/protobuf/parse_context.h:802
↓ 210 callersMethodReadMessage
(this CodedInputStream stream, MessageParser<T> parser)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test/CodedInputStreamExtensions.cs:45
↓ 206 callersFunctioncreateArrayBuffer
* @param {...number} bytes * @return {!ArrayBuffer}
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel_test.js:23
↓ 206 callersMethodhasExtension
Check if a singular extension is present.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java:967
↓ 204 callersMethodname
($value)
3rdparty/protobuf-3.20.3/php/src/Google/Protobuf/Syntax.php:34
↓ 202 callersFunctioninternal_default_instance
3rdparty/protobuf-3.20.3/src/google/protobuf/api.pb.h:112
↓ 201 callersMethodWriteTo
(pb::CodedOutputStream output)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestProto3.cs:6014
↓ 200 callersMethodSetAllocated
3rdparty/protobuf-3.20.3/src/google/protobuf/arenastring.cc:198
↓ 200 callersMethodenum_type
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor.cc:8118
↓ 199 callersMethodgetNumber
()
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Internal.java:203
↓ 198 callersMethodParseFromString
3rdparty/protobuf-3.20.3/src/google/protobuf/text_format.cc:1634
↓ 197 callersFunctionClear
3rdparty/protobuf-3.20.3/python/google/protobuf/pyext/message.cc:1591
↓ 195 callersMethodAdd
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/parser.cc:2419
↓ 194 callersMethodWriteDouble
<summary> Writes a double field value, without a tag. </summary> <param name="value">The value to write</param>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/WriteContext.cs:104
↓ 193 callersMethodReadDouble
<summary> Reads a double field from the input. </summary>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/ParseContext.cs:167
↓ 193 callersFunctionSwig_register_filebyname
3rdparty/swigwin-3.0.2/Source/Swig/include.c:308
↓ 193 callersFunctionWriteFieldDocComment
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/java/java_doc_comment.cc:176
↓ 193 callersMethodbegin
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/cpp/cpp_helpers.h:964
↓ 190 callersMethodgetExtensionCount
Get the number of elements in a repeated extension.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java:971
↓ 189 callersMethodWriteStringMaybeAliased
3rdparty/protobuf-3.20.3/src/google/protobuf/wire_format_lite.cc:490
↓ 189 callersMethodinsert
insert
3rdparty/protobuf-3.20.3/src/google/protobuf/map.h:1285
↓ 189 callersMethodpush
(ThreadContext context, IRubyObject[] args)
3rdparty/protobuf-3.20.3/ruby/src/main/java/com/google/protobuf/jruby/RubyRepeatedField.java:168
↓ 186 callersMethodMergeFrom
(OneBytes other)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/Unittest.cs:19204
↓ 185 callersMethodequal
($a,$b,$message)
3rdparty/swigwin-3.0.2/Examples/test-suite/php/tests.php:192
↓ 184 callersFunctioncount
3rdparty/swigwin-3.0.2/Examples/go/multimap/multimap.c:30
↓ 183 callersMethodhasField
Returns true if the given field is set. This is exactly equivalent to calling the generated "has" accessor method corresponding to the field. @throws
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/MessageReflection.java:244
↓ 182 callersMethodfindFieldByName
Finds a field by name. @param name The unqualified name of the field (e.g. "foo"). For protocol buffer messages that follow <a href=https://d
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Descriptors.java:794
↓ 182 callersMethodprint
(final CharSequence text)
3rdparty/protobuf-3.20.3/java/util/src/main/java/com/google/protobuf/util/JsonFormat.java:621
↓ 182 callersMethodsubstr
3rdparty/protobuf-3.20.3/src/google/protobuf/stubs/stringpiece.cc:246
↓ 180 callersMethodGetMetadata
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/testdata/anys.pb.cc:1534
↓ 177 callersMethodDebugString
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor.cc:2972
↓ 177 callersMethodWriteTo
(pb::CodedOutputStream output)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/TestMessagesProto3.cs:5772
↓ 177 callersMethodgetRepeatedField
Gets an element of a repeated field. For primitive fields, the boxed primitive value is returned. For enum fields, the EnumValueDescriptor for the val
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/MessageOrBuilder.java:129
↓ 176 callersMethodEquals
(object other)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/Unittest.cs:19125
↓ 175 callersMethodMutableMap
3rdparty/protobuf-3.20.3/src/google/protobuf/map_field.cc:348
↓ 174 callersFunctionInsert
3rdparty/protobuf-3.20.3/python/google/protobuf/pyext/repeated_scalar_container.cc:493
↓ 174 callersMethodaddExtension
Append a value to a repeated extension.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/GeneratedMessage.java:1323
↓ 172 callersFunctionByteSizeLong
3rdparty/protobuf-3.20.3/src/google/protobuf/implicit_weak_message.h:94
↓ 169 callersFunctionToCachedSize
We compute sizes as size_t but cache them as int. This function converts a computed size to a cached size. Since we don't proceed with serialization
3rdparty/protobuf-3.20.3/src/google/protobuf/message_lite.h:107
↓ 168 callersFunctionMergeFromInternal
Non-templated inner function to avoid code duplication. Takes a function pointer to the type-specific (templated) inner allocate/merge loop.
3rdparty/protobuf-3.20.3/src/google/protobuf/repeated_ptr_field.h:656
↓ 166 callersMethodHasField
3rdparty/protobuf-3.20.3/src/google/protobuf/generated_message_reflection.cc:1084
↓ 166 callersMethodtoByteArray
()
3rdparty/protobuf-3.20.3/java/core/src/test/java/com/google/protobuf/CodedOutputStreamTest.java:57
↓ 165 callersFunctionSwig_typemap_lookup
3rdparty/swigwin-3.0.2/Source/Swig/typemap.c:1551
↓ 165 callersMethodWriteTo
(pb::CodedOutputStream output)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/TestMessagesProto2.cs:8012
↓ 164 callersMethodGetHashCode
()
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestProto3.cs:5997
↓ 164 callersFunctionstr
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/datapiece.h:123
↓ 163 callersFunctionAddError
Convenience method to add an error at the current line and column.
3rdparty/protobuf-3.20.3/src/google/protobuf/io/tokenizer.h:338
↓ 163 callersMethodfind
3rdparty/protobuf-3.20.3/src/google/protobuf/stubs/stringpiece.cc:89
↓ 162 callersMethodSerializeToString
Serializes the protocol message to a binary string. Keyword Args: deterministic (bool): If true, requests deterministic serialization
3rdparty/protobuf-3.20.3/python/google/protobuf/message.py:204
↓ 162 callersFunctionSwig_error
3rdparty/swigwin-3.0.2/Source/Swig/error.c:128
↓ 161 callersMethodGetHashCode
()
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/TestMessagesProto2.cs:7996
↓ 158 callersMethodaddRepeatedField
Like {@code setRepeatedField}, but appends the value as a new element. @throws IllegalArgumentException if the field is not a repeated field, or {@co
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Message.java:223
↓ 157 callersMethodComputeStringSize
<summary> Computes the number of bytes that would be needed to encode a string field, including the tag. </summary>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs:133
← previousnext →101–200 of 54,898, ranked by callers