MCPcopy Create free account

hub / github.com/a1ext/labeless / functions

Functions54,898 in github.com/a1ext/labeless

↓ 47 callersMethodof
Returns a Value object with number set to value.
3rdparty/protobuf-3.20.3/java/util/src/main/java/com/google/protobuf/util/Values.java:49
↓ 47 callersMethodpack
* The type_url will be created according to the given message’s type and * the value is encoded data from the given message.. * @param messa
3rdparty/protobuf-3.20.3/php/src/Google/Protobuf/Internal/AnyBase.php:55
↓ 47 callersMethodrepeated_double
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_lite.pb.h:11161
↓ 47 callersFunctionupb_MessageDef_FindFieldByNumber
3rdparty/protobuf-3.20.3/php/ext/google/protobuf/php-upb.c:6156
↓ 46 callersMethodByteCount
3rdparty/protobuf-3.20.3/src/google/protobuf/io/gzip_stream.cc:189
↓ 46 callersFunctionCopyFrom
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.h:288
↓ 46 callersMethodEquals
(object other)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/Reflection/Descriptor.cs:5743
↓ 46 callersMethodForEnum
<summary> Retrieves a codec suitable for an enum field with the given tag. </summary> <param name="tag">The tag.</param> <param name="toInt32">A conve
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/FieldCodec.cs:209
↓ 46 callersMethodGetPrototype
3rdparty/protobuf-3.20.3/src/google/protobuf/message.cc:275
↓ 46 callersMethodListFields
3rdparty/protobuf-3.20.3/src/google/protobuf/generated_message_reflection.cc:1551
↓ 46 callersMethodMergeFrom
(FileOptions other)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/Reflection/Descriptor.cs:6089
↓ 46 callersFunctionSwig_symbol_qualifiedscopename
3rdparty/swigwin-3.0.2/Source/Swig/symbol.c:335
↓ 46 callersMethodb
3rdparty/protobuf-3.20.3/src/google/protobuf/util/json_format.pb.h:3954
↓ 46 callersFunctioncheck
(a, b)
3rdparty/swigwin-3.0.2/Examples/test-suite/python/implicittest_runme.py:3
↓ 46 callersMethoddeprecated
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor.pb.h:12240
↓ 46 callersMethodfunctions
($functions)
3rdparty/swigwin-3.0.2/Examples/test-suite/php/tests.php:148
↓ 46 callersMethodgetJavaType
Get the field's java type. This is just for convenience. Every {@code FieldDescriptorProto.Type} maps to exactly one Java type.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Descriptors.java:1120
↓ 46 callersFunctioninternal_default_instance
3rdparty/protobuf-3.20.3/src/google/protobuf/util/json_format.pb.h:233
↓ 46 callersMethodinvokeOrDie
Calls invoke and throws a RuntimeException if it fails.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java:1935
↓ 46 callersMethodschemaFor
Gets the schema for the given message type.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Protobuf.java:86
↓ 46 callersMethodsize
Gets the number of bytes. @return size in bytes
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/ByteString.java:228
↓ 46 callersFunctionstats_update
update a normal stat */
3rdparty/swigwin-3.0.2/CCache/stats.c:187
↓ 46 callersMethodstream
()
3rdparty/protobuf-3.20.3/java/core/src/test/java/com/google/protobuf/CodedOutputStreamTest.java:55
↓ 46 callersMethodtype
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor.cc:674
↓ 46 callersMethodwriteMessage
Writes a field of type {@link FieldType#MESSAGE}.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Writer.java:103
↓ 45 callersMethodClone
()
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/MapUnittestProto3.cs:233
↓ 45 callersMethodGet
<summary> Gets the value of the specified extension </summary>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/ExtensionSet.cs:61
↓ 45 callersMethodGetHashCode
()
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssues.cs:162
↓ 45 callersFunctionMerge
Parses a text representation of a protocol message into a message. Like Parse(), but allows repeated values for a non-repeated field, and uses th
3rdparty/protobuf-3.20.3/python/google/protobuf/text_format.py:690
↓ 45 callersMethodReadInt32
<summary> Reads an int32 field from the input. </summary>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/ParseContext.cs:203
↓ 45 callersMethodReadVarint32
3rdparty/protobuf-3.20.3/src/google/protobuf/io/coded_stream.h:1318
↓ 45 callersFunctionSetAllExtensions
Sets every extension in the message to a unique value. Args: message: A unittest_pb2.TestAllExtensions instance.
3rdparty/protobuf-3.20.3/python/google/protobuf/internal/test_util.py:223
↓ 45 callersFunctionStringReplace
3rdparty/protobuf-3.20.3/src/google/protobuf/stubs/strutil.cc:132
↓ 45 callersMethodTryMergeFieldFrom
<summary> Tries to merge a field from the coded input, returning true if the field was merged. If the set is null or the field was not otherwise merge
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/ExtensionSet.cs:185
↓ 45 callersMethodWriteTo
(pb::CodedOutputStream output)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestCustomOptionsProto3.cs:3497
↓ 45 callersMethodadd_repeated_double
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_lite.pb.h:11172
↓ 45 callersFunctionadd_symbols
3rdparty/swigwin-3.0.2/Source/CParse/parser.c:339
↓ 45 callersFunctionemit_num_arguments
3rdparty/swigwin-3.0.2/Source/Modules/emit.cxx:209
↓ 45 callersMethodgetFields
Get a list of this message type's fields.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Descriptors.java:715
↓ 45 callersMethodgetJavaType
Gets the {@link JavaType} for this field. For lists, this identifies the type of the elements contained within the list.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/FieldType.java:142
↓ 45 callersFunctioninternal_default_instance
common/cpp/rpc.pb.h:373
↓ 45 callersMethodrfind
3rdparty/protobuf-3.20.3/src/google/protobuf/stubs/stringpiece.cc:108
↓ 45 callersMethodset_name
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/testdata/books.pb.h:5566
↓ 44 callersMethodInternalIsFileLoaded
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor.cc:1918
↓ 44 callersMethodSwap
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/testdata/anys.pb.h:1867
↓ 44 callersFunctionSwigType_isconst
3rdparty/swigwin-3.0.2/Source/Swig/stype.c:218
↓ 44 callersMethodTest
()
3rdparty/swigwin-3.0.2/Examples/test-suite/csharp/nested_directors_runme.cs:10
↓ 44 callersFunctionWriteIntToUtf16CharSequence
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/java/java_helpers.h:447
↓ 44 callersMethodcamelcase_name
Camelcase name of this field. Returns: str: the name in CamelCase.
3rdparty/protobuf-3.20.3/python/google/protobuf/descriptor.py:610
↓ 44 callersMethodcompareFields
Compares two sets of fields. This method is used to implement {@link AbstractMessage#equals(Object)} and {@link AbstractMutableMessage#equals(Object)}
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/AbstractMessage.java:233
↓ 44 callersMethodcreate
* @param {number} typeId * @param {!InternalMessage} message * @return {!Item}
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/message_set.js:191
↓ 44 callersMethodgetInt
(Object target, long offset)
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:127
↓ 44 callersMethodgetRepeatedBoolIterable
* Returns an Iterable instance containing boolean values for the given field * number. * @param {number} fieldNumber * @return {!Iterable<boo
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:979
↓ 44 callersFunctionjsondec_err
3rdparty/protobuf-3.20.3/php/ext/google/protobuf/php-upb.c:9200
↓ 44 callersFunctionjsondec_err
3rdparty/protobuf-3.20.3/ruby/ext/google/protobuf_c/ruby-upb.c:8910
↓ 44 callersMethodoptional_int64
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_lite.pb.h:9417
↓ 44 callersMethodremaining
Returns the number of elements between the current {@link #position()} and the {@link #limit()} . @return The number of elements remaining in this bu
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/AllocatedBuffer.java:126
↓ 44 callersMethodtoByteArray
Serializes the message to a {@code byte} array 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:101
↓ 44 callersMethodwrap
Creates a new {@link AllocatedBuffer} that is backed by the given array. The returned buffer will have {@link #hasArray} == {@code true}, {@link #arra
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/AllocatedBuffer.java:133
↓ 43 callersMethodFindExtensionByName
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor.cc:2051
↓ 43 callersMethodToByteArray
()
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Benchmarks/GoogleMessageBenchmark.cs:81
↓ 43 callersMethodType
3rdparty/protobuf-3.20.3/src/google/protobuf/type.pb.cc:362
↓ 43 callersMethodgetRepeatedInt32Iterable
* Returns an Iterable instance containing int32 values for the given field * number. * @param {number} fieldNumber * @return {!Iterable<numbe
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:1214
↓ 43 callersMethodreadUInt32
Reads and returns the next field of type {@code UINT32} and advances the reader to the next field.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Reader.java:180
↓ 42 callersFunctionDohCheck
3rdparty/swigwin-3.0.2/Source/DOH/memory.c:83
↓ 42 callersFunctionHasHazzer
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/java/java_helpers.h:384
↓ 42 callersFunctionParmList_len
3rdparty/swigwin-3.0.2/Source/Swig/parms.c:139
↓ 42 callersFunctionSet
3rdparty/protobuf-3.20.3/src/google/protobuf/reflection.h:360
↓ 42 callersFunctionSwig_symbol_setscope
3rdparty/swigwin-3.0.2/Source/Swig/symbol.c:414
↓ 42 callersMethodfirst
(n=nil)
3rdparty/protobuf-3.20.3/ruby/lib/google/protobuf/repeated_field.rb:81
↓ 42 callersMethodhasNext
()
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/ByteString.java:180
↓ 42 callersMethodindexOf
(Object element)
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/IntArrayList.java:142
↓ 42 callersFunctionjsonenc_putstr
3rdparty/protobuf-3.20.3/php/ext/google/protobuf/php-upb.c:10696
↓ 42 callersFunctionjsonenc_putstr
3rdparty/protobuf-3.20.3/ruby/ext/google/protobuf_c/ruby-upb.c:10406
↓ 42 callersMethodset_c
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_lite.pb.h:13039
↓ 41 callersMethodEquals
(object other)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestWellKnownTypes.cs:3099
↓ 41 callersMethodGetDescriptor
Retrieves this service's descriptor.
3rdparty/protobuf-3.20.3/python/google/protobuf/service.py:61
↓ 41 callersMethodIsReservedNumber
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor.h:2218
↓ 41 callersMethodMergeFrom
3rdparty/protobuf-3.20.3/src/google/protobuf/map_lite_unittest.pb.cc:782
↓ 41 callersFunctionNewParm
3rdparty/swigwin-3.0.2/Source/Swig/parms.c:23
↓ 41 callersMethodOpen
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc:116
↓ 41 callersMethodRenderBool
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/json_objectwriter.cc:84
↓ 41 callersMethodRenderInt32
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/json_objectwriter.cc:89
↓ 41 callersFunctionSwig_method_decl
3rdparty/swigwin-3.0.2/Source/Modules/directors.cxx:134
↓ 41 callersMethodTestAllExtensions
()
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/Unittest.cs:6384
↓ 41 callersMethodWriteTo
(pb::CodedOutputStream output)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssues.cs:178
↓ 41 callersMethodassertNotEqual
(Object unexpected, Object actual)
3rdparty/protobuf-3.20.3/java/core/src/test/java/com/google/protobuf/LazyFieldTest.java:123
↓ 41 callersMethodgetAllSet
Get a {@code TestAllTypes} with all fields set as they would be by {@link #setAllFields(TestAllTypes.Builder)}.
3rdparty/protobuf-3.20.3/java/core/src/test/java/com/google/protobuf/TestUtil.java:278
↓ 41 callersMethodgetMethodOrDie
Calls Class.getMethod and throws a RuntimeException if it fails.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/GeneratedMessage.java:1966
↓ 41 callersMethodmutable_unknown_fields
3rdparty/protobuf-3.20.3/src/google/protobuf/metadata_lite.h:143
↓ 41 callersMethodreal_containing_oneof
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor.h:2319
↓ 41 callersFunctiontest
* @param {number} x * @param {number=} opt_bits
3rdparty/protobuf-3.20.3/js/binary/utils_test.js:357
↓ 40 callersMethodCompareToGoldenText
(self, text, golden_text)
3rdparty/protobuf-3.20.3/python/google/protobuf/internal/text_format_test.py:84
↓ 40 callersMethodFromJsonString
Converts string to FieldMask according to proto3 JSON spec.
3rdparty/protobuf-3.20.3/python/google/protobuf/internal/well_known_types.py:445
↓ 40 callersMethodGetDescriptor
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/testdata/anys.pb.h:1848
↓ 40 callersMethodMergeFrom
(MapWellKnownTypes other)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestWellKnownTypes.cs:3255
↓ 40 callersMethodPrint
3rdparty/protobuf-3.20.3/src/google/protobuf/io/printer.cc:116
↓ 40 callersFunctionSwigType_pop
3rdparty/swigwin-3.0.2/Source/Swig/typeobj.c:191
↓ 40 callersMethodctype
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor.pb.h:12972
↓ 40 callersMethodfindFieldByNumber
Finds a field by field number. @param number The field number within this message type. @return The field's descriptor, or {@code null} if not found.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Descriptors.java:809
← previousnext →601–700 of 54,898, ranked by callers