Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/a1ext/labeless
/ functions
Functions
54,898 in github.com/a1ext/labeless
⨍
Functions
54,898
◇
Types & classes
8,171
↳
Endpoints
1
↓ 10 callers
Function
CaseEqual
3rdparty/protobuf-3.20.3/src/google/protobuf/stubs/strutil.cc:1299
↓ 10 callers
Method
CheckNotNullUnconstrained
<summary> Throws an ArgumentNullException if the given value is null, otherwise return the value to the caller. </summary> <remarks> This is equivalen
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/ProtoPreconditions.cs:70
↓ 10 callers
Method
Circle
3rdparty/swigwin-3.0.2/Examples/contract/simple_cxx/example.h:22
↓ 10 callers
Function
ConstAccess
3rdparty/protobuf-3.20.3/src/google/protobuf/map_field.h:428
↓ 10 callers
Function
CopyFrom
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_proto3_optional.pb.h:1160
↓ 10 callers
Method
CopyFromUtf8
<summary> Creates a new <see cref="ByteString" /> by encoding the specified text in UTF-8. </summary>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/ByteString.cs:249
↓ 10 callers
Function
DefaultValue
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/java/java_helpers.cc:582
↓ 10 callers
Method
FindAllExtensionNumbers
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor_database.cc:316
↓ 10 callers
Method
FromBase64
<summary> Constructs a <see cref="ByteString" /> from the Base64 Encoded String. </summary>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/ByteString.cs:160
↓ 10 callers
Function
GetDescriptor
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_proto3_arena.pb.h:187
↓ 10 callers
Function
GetDescriptor
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/testdata/wrappers.pb.h:133
↓ 10 callers
Method
GetMutableMessage
3rdparty/protobuf-3.20.3/python/google/protobuf/pyext/map_container.cc:101
↓ 10 callers
Method
GetSymbol
Tries to find a symbol in the local database. Currently, this method only returns message.Message instances, however, if may be extended in f
3rdparty/protobuf-3.20.3/python/google/protobuf/symbol_database.py:132
↓ 10 callers
Method
GetTagFieldNumber
<summary> Given a tag value, determines the field number (the upper 29 bits). </summary>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/WireFormat.cs:91
↓ 10 callers
Function
GetTestDataPath
3rdparty/protobuf-3.20.3/src/google/protobuf/test_util2.h:67
↓ 10 callers
Function
IncrementInvalidDepth
Getters and mutators of invalid_depth_.
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/proto_writer.h:139
↓ 10 callers
Method
IsEmpty
3rdparty/protobuf-3.20.3/src/google/protobuf/reflection_internal.h:207
↓ 10 callers
Function
JSObjectFieldName
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/js/js_generator.cc:483
↓ 10 callers
Method
LastTagWas
3rdparty/protobuf-3.20.3/src/google/protobuf/io/coded_stream.h:1470
↓ 10 callers
Function
Length
3rdparty/protobuf-3.20.3/python/google/protobuf/pyext/descriptor_containers.cc:249
↓ 10 callers
Method
MergeFrom
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc:874
↓ 10 callers
Method
MergeFrom
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/testdata/wrappers.pb.cc:1143
↓ 10 callers
Method
MergeFrom
(TestMap other)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/MapUnittestProto3.cs:577
↓ 10 callers
Function
ModuleName
Returns the Python module name expected for a given .proto filename.
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/python/python_helpers.cc:46
↓ 10 callers
Method
MutableRepeatedMessage
3rdparty/protobuf-3.20.3/src/google/protobuf/extension_set.cc:811
↓ 10 callers
Function
NewSequence
3rdparty/protobuf-3.20.3/python/google/protobuf/pyext/descriptor_containers.cc:821
↓ 10 callers
Function
NumberToString
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/ruby/ruby_generator.cc:64
↓ 10 callers
Function
ObjCache_Add
3rdparty/protobuf-3.20.3/php/ext/google/protobuf/protobuf.c:219
↓ 10 callers
Method
Parse
<summary> Parses <paramref name="json"/> into a new message. </summary> <typeparam name="T">The type of message to create.</typeparam> <param name="js
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/JsonParser.cs:394
↓ 10 callers
Method
ParseLength
<summary> Reads a length for length-delimited data. </summary> <remarks> This is internally just reading a varint, but this method exists to make the
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/ParsingPrimitives.cs:62
↓ 10 callers
Function
Pop
Pops an element off of the stack and deletes the popped element.
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/json_objectwriter.h:209
↓ 10 callers
Method
PushLimit
<summary> Sets currentLimit to (current position) + byteLimit. This is called when descending into a length-delimited embedded message. The previous l
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/CodedInputStream.cs:613
↓ 10 callers
Function
ReadTag
Read a tag from the memoryview, and return a (tag_bytes, new_pos) tuple. We return the raw bytes of the tag rather than decoding them. The raw b
3rdparty/protobuf-3.20.3/python/google/protobuf/internal/decoder.py:156
↓ 10 callers
Method
Reverse
<summary> Reverses the order of bytes in the array </summary>
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/ByteArray.cs:69
↓ 10 callers
Function
SWIG_AddCast
labeless_olly/swig/ollyapi_wrap.c:296
↓ 10 callers
Function
Set
3rdparty/protobuf-3.20.3/src/google/protobuf/inlined_string_field.h:231
↓ 10 callers
Function
SetCommonFieldVariables
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/cpp/cpp_field.cc:235
↓ 10 callers
Function
SetCommonFieldVariables
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/java/java_field.cc:244
↓ 10 callers
Method
SetRecursionLimit
3rdparty/protobuf-3.20.3/src/google/protobuf/io/coded_stream.h:1543
↓ 10 callers
Function
SetUnknownFieldsVariable
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/cpp/cpp_helpers.cc:244
↓ 10 callers
Function
SizedDelete
3rdparty/protobuf-3.20.3/src/google/protobuf/port.h:46
↓ 10 callers
Method
Skip
3rdparty/protobuf-3.20.3/src/google/protobuf/io/gzip_stream.cc:176
↓ 10 callers
Method
Swap
3rdparty/protobuf-3.20.3/src/google/protobuf/util/internal/testdata/wrappers.pb.h:1860
↓ 10 callers
Method
SwapElements
3rdparty/protobuf-3.20.3/src/google/protobuf/extension_set.cc:906
↓ 10 callers
Function
SwigType_del_pointer
3rdparty/swigwin-3.0.2/Source/Swig/typeobj.c:350
↓ 10 callers
Function
SwigType_prefix
3rdparty/swigwin-3.0.2/Source/Swig/typeobj.c:1111
↓ 10 callers
Function
Swig_cfunction_call
3rdparty/swigwin-3.0.2/Source/Swig/cwrap.c:391
↓ 10 callers
Function
Swig_director_emit_dynamic_cast
----------------------------------------------------------------------------- * Swig_director_emit_dynamic_cast() * * In order to call protected vi
3rdparty/swigwin-3.0.2/Source/Modules/directors.cxx:275
↓ 10 callers
Function
Swig_director_parms_fixup
3rdparty/swigwin-3.0.2/Source/Modules/directors.cxx:301
↓ 10 callers
Function
Swig_feature_set
3rdparty/swigwin-3.0.2/Source/Swig/naming.c:777
↓ 10 callers
Function
Swig_features_get
3rdparty/swigwin-3.0.2/Source/Swig/naming.c:663
↓ 10 callers
Function
Swig_insert_file
3rdparty/swigwin-3.0.2/Source/Swig/include.c:284
↓ 10 callers
Function
Swig_package_version
3rdparty/swigwin-3.0.2/Source/Swig/misc.c:61
↓ 10 callers
Function
Swig_print_tree
3rdparty/swigwin-3.0.2/Source/Swig/tree.c:116
↓ 10 callers
Function
Swig_symbol_clookup_local
3rdparty/swigwin-3.0.2/Source/Swig/symbol.c:1238
↓ 10 callers
Function
Swig_symbol_setscopename
3rdparty/swigwin-3.0.2/Source/Swig/symbol.c:290
↓ 10 callers
Function
TagSize
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.cc:69
↓ 10 callers
Method
TestRequired
()
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf.Test.TestProtos/Unittest.cs:8083
↓ 10 callers
Method
ToJsonString
Converts Duration to string format. Returns: A string converted from self. The string format will contains 3, 6, or 9 fractional digi
3rdparty/protobuf-3.20.3/python/google/protobuf/internal/well_known_types.py:277
↓ 10 callers
Method
Unpack
Unpacks the current Any message into specified message.
3rdparty/protobuf-3.20.3/python/google/protobuf/internal/well_known_types.py:73
↓ 10 callers
Method
UnsafeArenaAddAllocated
3rdparty/protobuf-3.20.3/src/google/protobuf/repeated_ptr_field.h:1458
↓ 10 callers
Method
VirtualFileToDiskFile
3rdparty/protobuf-3.20.3/src/google/protobuf/compiler/importer.cc:439
↓ 10 callers
Function
WebSafeBase64Escape
3rdparty/protobuf-3.20.3/src/google/protobuf/stubs/strutil.cc:2198
↓ 10 callers
Function
WebSafeBase64Unescape
3rdparty/protobuf-3.20.3/src/google/protobuf/stubs/strutil.cc:2052
↓ 10 callers
Method
WriteTo
(pb::CodedOutputStream output)
3rdparty/protobuf-3.20.3/csharp/src/Google.Protobuf/WellKnownTypes/Api.cs:287
↓ 10 callers
Method
WriteTo
(pb::CodedOutputStream output)
3rdparty/protobuf-3.20.3/csharp/src/AddressBook/Addressbook.cs:207
↓ 10 callers
Method
_InternalTestCopyToProto
(self, desc, expected_proto_class, expected_proto_ascii)
3rdparty/protobuf-3.20.3/python/google/protobuf/internal/descriptor_test.py:709
↓ 10 callers
Function
_NormalizeFullyQualifiedName
Remove leading period from fully-qualified type name. Due to b/13860351 in descriptor_database.py, types in the root namespace are generated with
3rdparty/protobuf-3.20.3/python/google/protobuf/descriptor_pool.py:87
↓ 10 callers
Function
_TagSize
Returns the number of bytes required to serialize a tag with this field number.
3rdparty/protobuf-3.20.3/python/google/protobuf/internal/encoder.py:109
↓ 10 callers
Method
_internal_has_child
optional .protobuf_unittest.NestedTestMessageSetContainer child = 2;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_mset.pb.h:1663
↓ 10 callers
Method
_internal_has_optional_foreign_message
.proto3_unittest.ForeignMessage optional_foreign_message = 19;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_proto3.pb.h:3680
↓ 10 callers
Method
_internal_has_optional_lazy_message
.proto3_unittest.TestAllTypes.NestedMessage optional_lazy_message = 27 [lazy = true];
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_proto3.pb.h:4080
↓ 10 callers
Method
_internal_has_source_context
.google.protobuf.SourceContext source_context = 5;
3rdparty/protobuf-3.20.3/src/google/protobuf/api.pb.h:908
↓ 10 callers
Method
_internal_oneof_uint32
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_proto3.pb.h:5424
↓ 10 callers
Method
_internal_options_size
repeated .google.protobuf.Option options = 3;
3rdparty/protobuf-3.20.3/src/google/protobuf/api.pb.h:821
↓ 10 callers
Method
_internal_repeated_bool_size
repeated bool repeated_bool = 43;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_proto3.pb.h:4819
↓ 10 callers
Method
_internal_repeated_double_size
repeated double repeated_double = 42;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_proto3.pb.h:4772
↓ 10 callers
Method
_internal_repeated_fixed32_size
repeated fixed32 repeated_fixed32 = 37;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_proto3.pb.h:4537
↓ 10 callers
Method
_internal_repeated_fixed64_size
repeated fixed64 repeated_fixed64 = 38;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_proto3.pb.h:4584
↓ 10 callers
Method
_internal_repeated_float_size
repeated float repeated_float = 41;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_proto3.pb.h:4725
↓ 10 callers
Method
_internal_repeated_foreign_message_size
repeated .proto3_unittest.ForeignMessage repeated_foreign_message = 49;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_proto3.pb.h:5056
↓ 10 callers
Method
_internal_repeated_int64_size
repeated int64 repeated_int64 = 32;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_lite.pb.h:10679
↓ 10 callers
Method
_internal_repeated_lazy_message_size
repeated .proto3_unittest.TestAllTypes.NestedMessage repeated_lazy_message = 57 [lazy = true];
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_proto3.pb.h:5369
↓ 10 callers
Method
_internal_repeated_nested_enum
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_lite.pb.h:11559
↓ 10 callers
Method
_internal_repeated_nested_enum_size
repeated .protobuf_unittest.TestAllTypesLite.NestedEnum repeated_nested_enum = 51;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_lite.pb.h:11550
↓ 10 callers
Method
_internal_repeated_nested_message_size
repeated .proto3_unittest.TestAllTypes.NestedMessage repeated_nested_message = 48;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_proto3.pb.h:5016
↓ 10 callers
Method
_internal_repeated_sfixed32_size
repeated sfixed32 repeated_sfixed32 = 39;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_proto3.pb.h:4631
↓ 10 callers
Method
_internal_repeated_sfixed64_size
repeated sfixed64 repeated_sfixed64 = 40;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_proto3.pb.h:4678
↓ 10 callers
Method
_internal_repeated_sint32_size
repeated sint32 repeated_sint32 = 35;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_lite.pb.h:10820
↓ 10 callers
Method
_internal_repeated_sint64_size
repeated sint64 repeated_sint64 = 36;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_lite.pb.h:10867
↓ 10 callers
Method
_internal_repeated_uint32_size
repeated uint32 repeated_uint32 = 33;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_lite.pb.h:10726
↓ 10 callers
Method
_internal_repeated_uint64_size
repeated uint64 repeated_uint64 = 34;
3rdparty/protobuf-3.20.3/src/google/protobuf/unittest_lite.pb.h:10773
↓ 10 callers
Method
add
Add a duration to a timestamp.
3rdparty/protobuf-3.20.3/java/util/src/main/java/com/google/protobuf/util/Timestamps.java:417
↓ 10 callers
Method
addBoolean
Like {@link #add(Boolean)} but more efficient in that it doesn't box the element.
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/BooleanArrayList.java:194
↓ 10 callers
Method
addMessage
Appends the specified element to the end of this list. @param message the message to add @return the builder
3rdparty/protobuf-3.20.3/java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java:300
↓ 10 callers
Method
annotation_size
3rdparty/protobuf-3.20.3/src/google/protobuf/descriptor.pb.h:14552
↓ 10 callers
Function
arrayBufferEqual
* @param {!ArrayBuffer} buffer1 * @param {!ArrayBuffer} buffer2 * @return {boolean}
3rdparty/protobuf-3.20.3/js/experimental/runtime/kernel/typed_arrays.js:13
↓ 10 callers
Function
ascii_isdigit
3rdparty/protobuf-3.20.3/src/google/protobuf/stubs/strutil.h:74
↓ 10 callers
Function
ascii_isupper
3rdparty/protobuf-3.20.3/src/google/protobuf/stubs/strutil.h:83
↓ 10 callers
Method
assertAllExtensionsSet
Assert (using {@code junit.framework.Assert}} that all extensions of {@code message} are set to the values assigned by {@code setAllExtensions}.
3rdparty/protobuf-3.20.3/java/core/src/test/java/com/google/protobuf/TestUtil.java:1406
← previous
next →
2,301–2,400 of 54,898, ranked by callers