Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigartm/bigartm
/ functions
Functions
17,838 in github.com/bigartm/bigartm
⨍
Functions
17,838
◇
Types & classes
4,882
↓ 98 callers
Method
index
To save space, index() is computed by looking at the descriptor's position in the parent's array of children.
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor.h:1819
↓ 97 callers
Method
AddMessage
3rdparty/protobuf-3.0.0/src/google/protobuf/extension_set.cc:737
↓ 97 callers
Method
GetImmutableClassName
3rdparty/protobuf-3.0.0/src/google/protobuf/compiler/java/java_name_resolver.h:84
↓ 97 callers
Method
Perform
3rdparty/protobuf-3.0.0/gmock/test/gmock-generated-actions_test.cc:371
↓ 94 callers
Method
class_id
(self)
python/artm/scores.py:153
↓ 92 callers
Method
SerializeToString
3rdparty/protobuf-3.0.0/src/google/protobuf/message_lite.cc:308
↓ 92 callers
Method
StartList
3rdparty/protobuf-3.0.0/src/google/protobuf/util/internal/proto_writer.cc:488
↓ 91 callers
Method
resize
src/artm/cpp_interface.cc:333
↓ 91 callers
Method
size
Returns the number of TestPartResult objects in the array.
3rdparty/gtest/fused-src/gtest/gtest-all.cc:9457
↓ 89 callers
Function
mutable_unknown_fields
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor.pb.h:200
↓ 87 callers
Method
add
(self, score, overwrite=False)
python/artm/scores.py:50
↓ 86 callers
Function
StreamableToString
3rdparty/protobuf-3.0.0/gmock/gtest/fused-src/gtest/gtest.h:3315
↓ 86 callers
Method
ok
3rdparty/protobuf-3.0.0/src/google/protobuf/stubs/statusor.h:244
↓ 85 callers
Method
EndList
3rdparty/protobuf-3.0.0/src/google/protobuf/util/internal/proto_writer.cc:508
↓ 84 callers
Function
ElementsAre
3rdparty/protobuf-3.0.0/gmock/fused-src/gmock/gmock.h:12271
↓ 82 callers
Method
erase
Erase and clear
3rdparty/protobuf-3.0.0/src/google/protobuf/map.h:1590
↓ 81 callers
Method
AddVarint
3rdparty/protobuf-3.0.0/src/google/protobuf/unknown_field_set.cc:146
↓ 81 callers
Function
Explain
3rdparty/protobuf-3.0.0/gmock/test/gmock-matchers_test.cc:214
↓ 79 callers
Method
Compare
3rdparty/protobuf-3.0.0/src/google/protobuf/util/message_differencer_unittest.cc:1887
↓ 78 callers
Method
CopyFrom
3rdparty/protobuf-3.0.0/src/google/protobuf/api.pb.cc:636
↓ 78 callers
Method
CopyFrom
src/artm/core/score_manager.cc:95
↓ 77 callers
Function
Func
3rdparty/protobuf-3.0.0/src/google/protobuf/repeated_field_reflection_unittest.cc:53
↓ 76 callers
Method
ByteSize
(self)
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/wire_format_test.py:207
↓ 76 callers
Function
StrCat
3rdparty/protobuf-3.0.0/src/google/protobuf/stubs/strutil.h:718
↓ 76 callers
Method
is_extension
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor.pb.h:7202
↓ 76 callers
Method
set_type
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor.pb.h:4968
↓ 75 callers
Function
Merge
3rdparty/protobuf-3.0.0/src/google/protobuf/repeated_field.h:707
↓ 75 callers
Method
ParseFromString
Parse serialized protocol buffer data into this message. Like MergeFromString(), except we clear the object first and do not return the value
3rdparty/protobuf-3.0.0/python/google/protobuf/message.py:178
↓ 75 callers
Function
ToString
We also define ToString() here, since many other string-like interfaces name the routine that converts to a C++ string "ToString", and it's confusing
3rdparty/protobuf-3.0.0/src/google/protobuf/stubs/stringpiece.h:311
↓ 75 callers
Method
value
3rdparty/protobuf-3.0.0/src/google/protobuf/wrappers.pb.cc:554
↓ 74 callers
Method
GetString
Gets the text streamed to this object so far as an std::string. Each '\0' character in the buffer is replaced with "\\0".
3rdparty/protobuf-3.0.0/gmock/gtest/src/gtest.cc:946
↓ 74 callers
Method
SetInt32
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor.cc:6180
↓ 74 callers
Function
type
Gets the outcome of the test part.
3rdparty/protobuf-3.0.0/gmock/fused-src/gtest/gtest.h:17115
↓ 73 callers
Function
AtomMatchesChar
Returns true iff the given atom (specified by escaped and pattern) matches ch. The result is undefined if the atom is invalid.
3rdparty/protobuf-3.0.0/gmock/gtest/src/gtest-port.cc:228
↓ 73 callers
Method
rfind
3rdparty/protobuf-3.0.0/src/google/protobuf/stubs/stringpiece.cc:121
↓ 72 callers
Function
SkipField
Skips a field with the specified tag. |pos| should point to the byte immediately after the tag. Returns: The new position (after the
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/decoder.py:838
↓ 72 callers
Method
count
Lookup
3rdparty/protobuf-3.0.0/src/google/protobuf/map.h:1527
↓ 70 callers
Function
CharPtr
A helper that turns the type of a C-string literal from const char[N] to const char*.
3rdparty/protobuf-3.0.0/gmock/test/gmock-more-actions_test.cc:279
↓ 70 callers
Method
GetString
3rdparty/protobuf-3.0.0/src/google/protobuf/generated_message_reflection.cc:1141
↓ 70 callers
Function
SupportFieldPresence
Whether a .proto file supports field presence test for non-message types.
3rdparty/protobuf-3.0.0/src/google/protobuf/compiler/java/java_helpers.h:347
↓ 69 callers
Method
SerializeAsString
src/artm/core/protobuf_serialization.cc:38
↓ 68 callers
Function
Ge
3rdparty/protobuf-3.0.0/gmock/fused-src/gmock/gmock.h:8101
↓ 67 callers
Method
GetTopicModel
src/artm/cpp_interface.cc:168
↓ 67 callers
Function
InvalidValue
3rdparty/protobuf-3.0.0/src/google/protobuf/util/internal/error_listener.h:87
↓ 65 callers
Method
Swap
3rdparty/protobuf-3.0.0/src/google/protobuf/api.pb.cc:655
↓ 64 callers
Function
set
3rdparty/protobuf-3.0.0/src/google/protobuf/stubs/stringpiece.h:255
↓ 62 callers
Method
Compare
3rdparty/protobuf-3.0.0/src/google/protobuf/util/field_comparator.cc:58
↓ 62 callers
Method
num_topics
src/artm/utility/blas.h:184
↓ 62 callers
Method
topic_size
src/artm/core/dense_phi_matrix.h:65
↓ 61 callers
Method
New
3rdparty/protobuf-3.0.0/src/google/protobuf/api.pb.cc:252
↓ 61 callers
Method
Swap
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor.pb.cc:1130
↓ 61 callers
Method
set_name
3rdparty/protobuf-3.0.0/src/google/protobuf/compiler/plugin.pb.h:584
↓ 61 callers
Method
value_size
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor.pb.h:5420
↓ 60 callers
Method
IncrementRecursionDepth
3rdparty/protobuf-3.0.0/src/google/protobuf/io/coded_stream.h:1280
↓ 60 callers
Function
Pair
3rdparty/protobuf-3.0.0/gmock/fused-src/gmock/gmock.h:8575
↓ 60 callers
Method
SpaceUsed
3rdparty/protobuf-3.0.0/src/google/protobuf/arena.cc:235
↓ 59 callers
Function
Invoke
3rdparty/protobuf-3.0.0/gmock/fused-src/gmock/gmock.h:13978
↓ 59 callers
Function
ValuesIn
3rdparty/protobuf-3.0.0/gmock/gtest/fused-src/gtest/gtest.h:15874
↓ 59 callers
Method
set_model_name
src/artm/core/processor_input.h:54
↓ 58 callers
Function
Expect
Verifies that condition is true; generates a non-fatal failure if condition is false.
3rdparty/protobuf-3.0.0/gmock/fused-src/gmock/gmock.h:748
↓ 58 callers
Method
ExpectAtEnd
3rdparty/protobuf-3.0.0/src/google/protobuf/io/coded_stream.h:1116
↓ 58 callers
Method
WriteVarint32
3rdparty/protobuf-3.0.0/src/google/protobuf/io/coded_stream.h:1206
↓ 58 callers
Method
get
3rdparty/protobuf-3.0.0/gmock/fused-src/gtest/gtest.h:2006
↓ 58 callers
Method
status
3rdparty/protobuf-3.0.0/gmock/fused-src/gmock-gtest-all.cc:6877
↓ 58 callers
Function
str
3rdparty/protobuf-3.0.0/src/google/protobuf/util/internal/datapiece.h:111
↓ 57 callers
Method
BuildFile
Parse file_text as a FileDescriptorProto in text format and add it to the DescriptorPool. Expect no errors.
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor_unittest.cc:3275
↓ 57 callers
Method
ByteSize
3rdparty/protobuf-3.0.0/src/google/protobuf/api.pb.cc:534
↓ 56 callers
Function
ExpectAllFieldsSet
3rdparty/protobuf-3.0.0/src/google/protobuf/proto3_lite_unittest.cc:79
↓ 56 callers
Method
InsertOrLookupMapValue
3rdparty/protobuf-3.0.0/src/google/protobuf/map_field.cc:181
↓ 56 callers
Method
arena
To support gcc-4.4, which does not properly support templated friend classes
3rdparty/protobuf-3.0.0/src/google/protobuf/map.h:655
↓ 56 callers
Method
dependency
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor.h:1892
↓ 56 callers
Function
protobuf_AssignDescriptorsOnce
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor.pb.cc:587
↓ 55 callers
Function
Func
3rdparty/protobuf-3.0.0/src/google/protobuf/map_test.cc:972
↓ 55 callers
Method
syntax
3rdparty/protobuf-3.0.0/src/google/protobuf/api.pb.h:673
↓ 54 callers
Function
FromString
3rdparty/protobuf-3.0.0/python/google/protobuf/pyext/message.cc:2428
↓ 54 callers
Function
GetJavaType
3rdparty/protobuf-3.0.0/src/google/protobuf/compiler/java/java_helpers.cc:277
↓ 54 callers
Function
ParseOneCharToken
Returns true and advances "mangled_cur" if we find "one_char_token" at "mangled_cur" position. It is assumed that "one_char_token" does not contain '
3rdparty/glog/src/demangle.cc:203
↓ 54 callers
Method
ReadTagWithCutoff
3rdparty/protobuf-3.0.0/src/google/protobuf/io/coded_stream.h:1023
↓ 54 callers
Method
find_last_of
3rdparty/protobuf-3.0.0/src/google/protobuf/stubs/stringpiece.cc:209
↓ 54 callers
Method
size
Returns the number of TestPartResult objects in the array.
3rdparty/protobuf-3.0.0/gmock/fused-src/gmock-gtest-all.cc:9457
↓ 53 callers
Function
GetPath
Returns the fully normalized JavaScript path for the given file descriptor's package.
3rdparty/protobuf-3.0.0/src/google/protobuf/compiler/js/js_generator.cc:200
↓ 53 callers
Method
GetPrototype
3rdparty/protobuf-3.0.0/src/google/protobuf/message.cc:351
↓ 53 callers
Method
get
3rdparty/protobuf-3.0.0/gmock/gtest/fused-src/gtest/gtest.h:2006
↓ 52 callers
Method
GetOptions
Retrieves descriptor options. This method returns the options set or creates the default options for the descriptor.
3rdparty/protobuf-3.0.0/python/google/protobuf/descriptor.py:118
↓ 52 callers
Method
Set
3rdparty/protobuf-3.0.0/src/google/protobuf/repeated_field.h:1090
↓ 52 callers
Function
SetEnv
Sets an environment variable with the given name to the given value. If the value argument is "", unsets the environment variable. The caller must e
3rdparty/protobuf-3.0.0/gmock/gtest/test/gtest_unittest.cc:1622
↓ 52 callers
Method
id
Returns the descriptive ID of the test. This is used internally by the unittesting framework to get a name for the test to be used in reports
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/_parameterized.py:398
↓ 52 callers
Method
name
(self)
python/artm/scores.py:137
↓ 51 callers
Method
AssignWithDefault
3rdparty/protobuf-3.0.0/src/google/protobuf/arenastring.cc:41
↓ 51 callers
Function
StrEq
Matches a string equal to str.
3rdparty/protobuf-3.0.0/gmock/fused-src/gmock/gmock.h:8276
↓ 51 callers
Function
ValuesIn
3rdparty/gtest/fused-src/gtest/gtest.h:15874
↓ 51 callers
Function
ValuesIn
3rdparty/protobuf-3.0.0/gmock/gtest/include/gtest/gtest-param-test.h:308
↓ 51 callers
Function
ValuesIn
3rdparty/protobuf-3.0.0/gmock/fused-src/gtest/gtest.h:15874
↓ 51 callers
Method
add_paths
3rdparty/protobuf-3.0.0/src/google/protobuf/field_mask.pb.h:170
↓ 51 callers
Method
get
(self, key, default=None)
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/containers.py:71
↓ 50 callers
Method
FindMessageTypeByName
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor.cc:1210
↓ 50 callers
Function
GetFieldDescriptor
3rdparty/protobuf-3.0.0/src/google/protobuf/util/message_differencer_unittest.cc:67
↓ 50 callers
Method
ReadTag
3rdparty/protobuf-3.0.0/src/google/protobuf/io/coded_stream.h:1009
↓ 50 callers
Function
SupportUnknownEnumValue
Whether unknown enum values are kept (i.e., not stored in UnknownFieldSet but in the message and can be queried using additional getters that return i
3rdparty/protobuf-3.0.0/src/google/protobuf/compiler/java/java_helpers.h:360
↓ 50 callers
Method
UnsafeArenaSwap
3rdparty/protobuf-3.0.0/src/google/protobuf/empty.pb.cc:288
← previous
next →
101–200 of 17,838, ranked by callers