MCPcopy Create free account

hub / github.com/a1ext/labeless / functions

Functions54,898 in github.com/a1ext/labeless

↓ 40 callersMethodflush
Flushes the stream and forces any buffered bytes to be written. This does not flush the underlying OutputStream.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java:923
↓ 40 callersMethodfromString
Parses from a string to a FieldMask.
3rdparty/protobuf-3.20.3/java/util/src/main/java/com/google/protobuf/util/FieldMaskUtil.java:86
↓ 40 callersMethodgetRepeatedInt64Iterable
* Returns an Iterable instance containing int64 values for the given field * number. * @param {number} fieldNumber * @return {!Iterable<!Int6
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:1265
↓ 40 callersMethodgetRepeatedSfixed64Iterable
* Returns an Iterable instance containing sfixed64 values for the given field * number. * @param {number} fieldNumber * @return {!Iterable<!I
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:1367
↓ 40 callersMethodident
(self, x)
3rdparty/swigwin-3.0.2/Examples/test-suite/python/primitive_types_runme.py:60
↓ 40 callersMethodreadMessage
Reads and returns the next field of type {@code MESSAGE} and advances the reader to the next field.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Reader.java:146
↓ 40 callersMethodvalue
($name)
3rdparty/protobuf-3.20.3/php/src/Google/Protobuf/Syntax.php:44
↓ 39 callersMethodAddRange
<summary> Adds the specified extensions to the registry </summary>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/ExtensionRegistry.cs:101
↓ 39 callersFunctionFindOrNull
3rdparty/protobuf-3.20.3/src/google/protobuf/stubs/map_util.h:136
↓ 39 callersFunctionInvalidName
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/error_listener.h:86
↓ 39 callersMethodPrintString
3rdparty/protobuf-3.20.3/src/google/protobuf/text_format.cc:1775
↓ 39 callersMethodReadUInt32
<summary> Reads a uint32 field value from the input. </summary>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/ParseContext.cs:273
↓ 39 callersFunctionSwig_directorclass
3rdparty/swigwin-3.0.2/Source/Swig/cwrap.c:1157
↓ 39 callersFunctionToUpper
3rdparty/protobuf-3.20.3/src/google/protobuf/stubs/strutil.h:193
↓ 39 callersMethodWhichOneof
Returns the name of the field that is set inside a oneof group. If no field is set, returns None. Args: oneof_group (str): the name of
3rdparty/protobuf-3.20.3/python/google/protobuf/message.py:298
↓ 39 callersMethodadd_message_type
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor.pb.h:8781
↓ 39 callersMethodgetMethodOrDie
Calls Class.getMethod and throws a RuntimeException if it fails.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java:1922
↓ 39 callersMethodgetRepeatedDoubleIterable
* Returns an Iterable instance containing double values for the given field * number. * @param {number} fieldNumber * @return {!Iterable<numb
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:1030
↓ 39 callersMethodgetRepeatedFixed32Iterable
* Returns an Iterable instance containing fixed32 values for the given field * number. * @param {number} fieldNumber * @return {!Iterable<num
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:1081
↓ 39 callersMethodgetRepeatedFixed64Iterable
* Returns an Iterable instance containing fixed64 values for the given field * number. * @param {number} fieldNumber * @return {!Iterable<!In
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:1115
↓ 39 callersMethodgetRepeatedFloatIterable
* Returns an Iterable instance containing float values for the given field * number. * @param {number} fieldNumber * @return {!Iterable<numbe
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:1163
↓ 39 callersMethodgetRepeatedSfixed32Iterable
* Returns an Iterable instance containing sfixed32 values for the given field * number. * @param {number} fieldNumber * @return {!Iterable<nu
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:1316
↓ 39 callersMethodgetRepeatedSint32Iterable
* Returns an Iterable instance containing sint32 values for the given field * number. * @param {number} fieldNumber * @return {!Iterable<numb
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:1418
↓ 39 callersMethodgetRepeatedSint64Iterable
* Returns an Iterable instance containing sint64 values for the given field * number. * @param {number} fieldNumber * @return {!Iterable<!Int
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:1469
↓ 39 callersMethodgetRepeatedUint32Iterable
* Returns an Iterable instance containing uint32 values for the given field * number. * @param {number} fieldNumber * @return {!Iterable<numb
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:1520
↓ 39 callersMethodgetRepeatedUint64Iterable
* Returns an Iterable instance containing uint64 values for the given field * number. * @param {number} fieldNumber * @return {!Iterable<!Int
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:1554
↓ 39 callersMethodspam
3rdparty/swigwin-3.0.2/Examples/pike/overload/example.cxx:75
↓ 38 callersMethodAdd
(int a, int b)
3rdparty/swigwin-3.0.2/Examples/tcl/java/Example.java:13
↓ 38 callersMethodAssert
(boolean b)
3rdparty/swigwin-3.0.2/Examples/test-suite/java/operator_overload_runme.java:109
↓ 38 callersFunctionCEscape
3rdparty/protobuf-3.20.3/src/google/protobuf/stubs/strutil.cc:595
↓ 38 callersMethodClear
3rdparty/protobuf-3.20.3/python/google/protobuf/pyext/descriptor_pool.cc:87
↓ 38 callersMethodGetMetadata
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc:681
↓ 38 callersMethodNext
3rdparty/protobuf-3.20.3/src/google/protobuf/io/printer.cc:235
↓ 38 callersMethodReadUInt64
<summary> Reads a uint64 field from the input. </summary>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/ParseContext.cs:185
↓ 38 callersFunctionSwig_save
3rdparty/swigwin-3.0.2/Source/Swig/tree.c:325
↓ 38 callersMethodWriteUInt32
<summary> Writes a uint32 value, without a tag. </summary> <param name="value">The value to write</param>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/WriteContext.cs:215
↓ 38 callersMethodWriteUInt64
<summary> Writes a uint64 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:122
↓ 38 callersMethodgetContainingOneof
Get the field's containing oneof.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Descriptors.java:1247
↓ 38 callersMethodgetInt32WithDefault
* Returns a int32 for the given field number. * If no default is given zero as the default. * @param {number} fieldNumber * @param {number=}
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:639
↓ 38 callersMethodgetLiteType
()
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/FieldSet.java:60
↓ 38 callersMethodisExtension
Is this field an extension?
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/Descriptors.java:1234
↓ 38 callersMethodmutable_m
3rdparty/protobuf-3.20.3/src/google/protobuf/util/message_differencer_unittest.pb.h:1335
↓ 38 callersMethodoptional_uint32
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_lite.pb.h:9445
↓ 38 callersMethodoptional_uint64
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_lite.pb.h:9473
↓ 38 callersMethodprinter
Creates a {@link Printer} with default configurations.
3rdparty/protobuf-3.20.3/java/util/src/main/java/com/google/protobuf/util/JsonFormat.java:109
↓ 38 callersFunctionset
Sets the current value of the proto extension in this builder.*/
3rdparty/protobuf-3.20.3/java/kotlin/src/main/kotlin/com/google/protobuf/ExtendableMessageExtensions.kt:37
↓ 38 callersMethodsetInt32
* Sets a int32 value to the field with the given field number. * @param {number} fieldNumber * @param {number} value
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/kernel.js:1935
↓ 37 callersMethodFindMessageTypeByName
Loads the named descriptor from the pool. Args: full_name (str): The full name of the descriptor to load. Returns: Descriptor: T
3rdparty/protobuf-3.20.3/python/google/protobuf/descriptor_pool.py:501
↓ 37 callersMethodFromString
(cls, s)
3rdparty/protobuf-3.20.3/python/google/protobuf/message.py:366
↓ 37 callersFunctionHasDescriptorMethods
Do message classes in this file have descriptor and reflection methods?
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/cpp/cpp_helpers.h:424
↓ 37 callersMethodMutableMessage
3rdparty/protobuf-3.20.3/src/google/protobuf/extension_set.cc:643
↓ 37 callersFunctionParse
Parses a text representation of a protocol message into a message. NOTE: for historical reasons this function does not clear the input message. T
3rdparty/protobuf-3.20.3/python/google/protobuf/text_format.py:632
↓ 37 callersMethodSetExtension
(pb::Extension<TestParsingMerge, TValue> extension, TValue value)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/Unittest.cs:27266
↓ 37 callersMethodSetValue
(T value)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/ExtensionValue.cs:121
↓ 37 callersFunctionWriteFieldEnumValueAccessorDocComment
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/java/java_doc_comment.cc:273
↓ 37 callersMethod_internal_key
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/testdata/maps.pb.h:6090
↓ 37 callersFunction_upb_Array_Append_accessor2
3rdparty/protobuf-3.20.3/php/ext/google/protobuf/php-upb.h:1587
↓ 37 callersFunction_upb_Array_Append_accessor2
3rdparty/protobuf-3.20.3/ruby/ext/google/protobuf_c/ruby-upb.h:1618
↓ 37 callersFunction_upb_Array_Resize_accessor2
3rdparty/protobuf-3.20.3/php/ext/google/protobuf/php-upb.h:1575
↓ 37 callersFunction_upb_Array_Resize_accessor2
3rdparty/protobuf-3.20.3/ruby/ext/google/protobuf_c/ruby-upb.h:1606
↓ 37 callersMethodassertRoundTripEquals
(Message message)
3rdparty/protobuf-3.20.3/java/util/src/test/java/com/google/protobuf/util/JsonFormatTest.java:162
↓ 37 callersFunctioninternal_default_instance
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/testdata/wrappers.pb.h:142
↓ 37 callersMethodlabel
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor.h:2282
↓ 37 callersMethodlast
(n=nil)
3rdparty/protobuf-3.20.3/ruby/lib/google/protobuf/repeated_field.rb:86
↓ 37 callersMethodwrap
Wraps the given bytes into a {@code ByteString}. Intended for internal only usage.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/ByteString.java:436
↓ 36 callersMethodClear
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_well_known_types.pb.cc:1207
↓ 36 callersMethodMergeFrom
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor.pb.cc:1416
↓ 36 callersMethodMergeFromString
Merges serialized protocol buffer data into this message. When we find a field in `serialized` that is already present in this message:
3rdparty/protobuf-3.20.3/python/google/protobuf/message.py:160
↓ 36 callersMethodReadMessage
<summary> Reads an embedded message field value from the input. </summary>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/ParseContext.cs:247
↓ 36 callersMethodSpaceUsedLong
3rdparty/protobuf-3.20.3/src/google/protobuf/message.cc:205
↓ 36 callersMethodSpam
3rdparty/swigwin-3.0.2/Examples/tcl/import/spam.h:5
↓ 36 callersFunctionSwig_banner
3rdparty/swigwin-3.0.2/Source/Swig/misc.c:71
↓ 36 callersFunction_upb_array_accessor
3rdparty/protobuf-3.20.3/php/ext/google/protobuf/php-upb.h:1551
↓ 36 callersFunction_upb_array_accessor
3rdparty/protobuf-3.20.3/ruby/ext/google/protobuf_c/ruby-upb.h:1582
↓ 36 callersFunction_upb_array_mutable_accessor
3rdparty/protobuf-3.20.3/php/ext/google/protobuf/php-upb.h:1563
↓ 36 callersFunction_upb_array_mutable_accessor
3rdparty/protobuf-3.20.3/ruby/ext/google/protobuf_c/ruby-upb.h:1594
↓ 36 callersMethodaddInt
Like {@link #add(Integer)} but more efficient in that it doesn't box the element.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/IntArrayList.java:193
↓ 36 callersMethodd
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_arena.pb.h:401
↓ 36 callersFunctionfailed
something went badly wrong - just execute the real compiler */
3rdparty/swigwin-3.0.2/CCache/ccache.c:102
↓ 36 callersMethodflush
()
3rdparty/protobuf-3.20.3/java/core/src/test/java/com/google/protobuf/TestUtil.java:3888
↓ 36 callersMethodgetTagFieldNumber
Given a tag value, determines the field number (the upper 29 bits).
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/WireFormat.java:71
↓ 36 callersMethodgetUnknownFields
Get the {@link UnknownFieldSet} for this message.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/MessageOrBuilder.java:132
↓ 36 callersMethodglobals
($globals)
3rdparty/swigwin-3.0.2/Examples/test-suite/php/tests.php:165
↓ 36 callersFunctioninternal_default_instance
3rdparty/protobuf-3.20.3/src/google/protobuf/util/json_format_proto3.pb.h:266
↓ 36 callersMethodisPacked
()
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/FieldSet.java:66
↓ 36 callersMethodmap
Defines a new map field on this message type with the given key and value types, tag number, and type class (for message and enum value types). The ke
3rdparty/protobuf-3.20.3/ruby/lib/google/protobuf/descriptor_dsl.rb:325
↓ 36 callersMethodmergeFromJson
(String json, Message.Builder builder)
3rdparty/protobuf-3.20.3/java/util/src/test/java/com/google/protobuf/util/JsonFormatTest.java:195
↓ 36 callersMethodrepeated
($name, $type, $number, $type_name = null)
3rdparty/protobuf-3.20.3/php/src/Google/Protobuf/Internal/MessageBuilderContext.php:94
↓ 36 callersMethodsetNanos
* Signed fractions of a second at nanosecond resolution of the span * of time. Durations less than one second are represented with a 0 * `se
3rdparty/protobuf-3.20.3/php/src/Google/Protobuf/Duration.php:164
↓ 36 callersMethodstoreField
(int tag, Object value)
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java:389
↓ 36 callersMethodtoString
Convert Duration to string format. The string format will contains 3, 6, or 9 fractional digits depending on the precision required to represent the e
3rdparty/protobuf-3.20.3/java/util/src/main/java/com/google/protobuf/util/Durations.java:219
↓ 36 callersFunctionupb_FieldDef_MessageSubDef
3rdparty/protobuf-3.20.3/ruby/ext/google/protobuf_c/ruby-upb.c:5759
↓ 36 callersMethodwriteTag
(int fieldNumber, int wireType)
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java:230
↓ 35 callersMethodAdd
Adds the FileDescriptorProto and its types to this pool. Args: file_desc_proto (FileDescriptorProto): The file descriptor to add.
3rdparty/protobuf-3.20.3/python/google/protobuf/descriptor_pool.py:195
↓ 35 callersMethodBytesUntilLimit
3rdparty/protobuf-3.20.3/src/google/protobuf/io/coded_stream.cc:173
↓ 35 callersFunctionCancelledError
3rdparty/protobuf-3.20.3/src/google/protobuf/stubs/status.cc:203
↓ 35 callersMethodFindFileByName
implements DescriptorDatabase ---------------------------------
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor_unittest.cc:7222
↓ 35 callersMethodFromGeneratedCode
<summary> Creates a descriptor for generated code. </summary> <remarks> This method is only designed to be used by the results of generating code with
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs:427
↓ 35 callersFunctionPackedInt32Parser
3rdparty/protobuf-3.20.3/src/google/protobuf/parse_context.cc:428
↓ 35 callersFunctionSWIG_output_directory
Returns the directory for generating language specific files (non C/C++ files)
3rdparty/swigwin-3.0.2/Source/Modules/main.cxx:321
← previousnext →701–800 of 54,898, ranked by callers