MCPcopy Create free account

hub / github.com/bigartm/bigartm / functions

Functions17,838 in github.com/bigartm/bigartm

↓ 7 callersFunctionFail
Prints the given failure message and exits the program with non-zero. We use this instead of a Google Test assertion to indicate a failure, as the la
3rdparty/protobuf-3.0.0/gmock/gtest/test/gtest_throw_on_failure_ex_test.cc:45
↓ 7 callersFunctionFastInt32ToBuffer
Yes, this is a duplicate of FastInt64ToBuffer. But, we need this for the compiler to generate 32 bit arithmetic instructions. It's much faster, at l
3rdparty/protobuf-3.0.0/src/google/protobuf/stubs/strutil.cc:853
↓ 7 callersFunctionFastUInt32ToBufferLeft
3rdparty/protobuf-3.0.0/src/google/protobuf/stubs/strutil.cc:968
↓ 7 callersMethodFileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
3rdparty/protobuf-3.0.0/gmock/gtest/src/gtest-filepath.cc:204
↓ 7 callersMethodFindSymbol
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor.cc:767
↓ 7 callersFunctionForEach
3rdparty/gtest/fused-src/gtest/gtest-all.cc:696
↓ 7 callersFunctionForEach
3rdparty/protobuf-3.0.0/gmock/gtest/fused-src/gtest/gtest-all.cc:696
↓ 7 callersFunctionForEach
3rdparty/protobuf-3.0.0/gmock/fused-src/gmock-gtest-all.cc:696
↓ 7 callersFunctionGTEST_LOCK_EXCLUDED_
3rdparty/gtest/fused-src/gtest/gtest-all.cc:4998
↓ 7 callersFunctionGTEST_LOCK_EXCLUDED_
3rdparty/protobuf-3.0.0/gmock/gtest/fused-src/gtest/gtest-all.cc:4998
↓ 7 callersFunctionGetCommandLineOption
3rdparty/gflags/src/gflags.cc:1637
↓ 7 callersFunctionGetDescriptorPoolForMessage
3rdparty/protobuf-3.0.0/python/google/protobuf/pyext/message.cc:755
↓ 7 callersMethodGetExtensionFactory
3rdparty/protobuf-3.0.0/src/google/protobuf/io/coded_stream.h:1304
↓ 7 callersMethodGetField
(self, name)
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/unknown_fields_test.py:161
↓ 7 callersFunctionGetLastErrnoDescription
Returns the message describing the last system error in errno.
3rdparty/protobuf-3.0.0/gmock/gtest/src/gtest-death-test.cc:304
↓ 7 callersFunctionGetLastErrorMessage
src/artm/cpp_interface.cc:19
↓ 7 callersMethodGetName
Returns ([tokens], next_token_info).
3rdparty/protobuf-3.0.0/gmock/scripts/generator/cpp/ast.py:927
↓ 7 callersMethodGetRepeatedField
3rdparty/protobuf-3.0.0/src/google/protobuf/reflection_internal.h:246
↓ 7 callersMethodGetTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
3rdparty/protobuf-3.0.0/gmock/gtest/src/gtest.cc:3732
↓ 7 callersFunctionGetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
3rdparty/protobuf-3.0.0/gmock/gtest/src/gtest.cc:598
↓ 7 callersFunctionGlobalFunction
A global function that's expected to die.
3rdparty/protobuf-3.0.0/gmock/gtest/test/gtest-death-test_test.cc:170
↓ 7 callersFunctionGrabOutput
Verifies that Log() behaves correctly for the given verbosity level and log severity.
3rdparty/protobuf-3.0.0/gmock/test/gmock-internal-utils_test.cc:499
↓ 7 callersMethodImportBatches
src/artm/cpp_interface.cc:290
↓ 7 callersFunctionInitGoogleMock
Initializes Google Mock. This must be called before running the tests. In particular, it parses a command line for the flags that Google Mock recogn
3rdparty/protobuf-3.0.0/gmock/src/gmock.cc:172
↓ 7 callersFunctionInt32FromEnv
3rdparty/gflags/src/gflags.cc:1889
↓ 7 callersMethodIsAbsolutePath
Returns true if pathname describes an absolute path.
3rdparty/protobuf-3.0.0/gmock/gtest/src/gtest-filepath.cc:260
↓ 7 callersFunctionIsAnyMessage
3rdparty/protobuf-3.0.0/src/google/protobuf/compiler/cpp/cpp_helpers.cc:600
↓ 7 callersFunctionIsAsciiPunct
3rdparty/protobuf-3.0.0/gmock/gtest/src/gtest-port.cc:211
↓ 7 callersMethodIsSatisfied
(self)
3rdparty/protobuf-3.0.0/python/mox.py:1200
↓ 7 callersFunctionMaybePrintGeneratedAnnotation
3rdparty/protobuf-3.0.0/src/google/protobuf/compiler/java/java_helpers.h:165
↓ 7 callersMethodMergeModel
src/artm_tests/api.cc:101
↓ 7 callersMethodMergePartialFromCodedStream
3rdparty/protobuf-3.0.0/src/google/protobuf/api.pb.cc:272
↓ 7 callersFunctionNanSensitiveDoubleEq
Creates a matcher that matches any double argument approximately equal to rhs, including NaN values when rhs is NaN.
3rdparty/protobuf-3.0.0/gmock/fused-src/gmock/gmock.h:8156
↓ 7 callersFunctionNanSensitiveFloatEq
Creates a matcher that matches any float argument approximately equal to rhs, including NaN values when rhs is NaN.
3rdparty/protobuf-3.0.0/gmock/fused-src/gmock/gmock.h:8184
↓ 7 callersFunctionNewTypeResolverForDescriptorPool
3rdparty/protobuf-3.0.0/src/google/protobuf/util/type_resolver_util.cc:252
↓ 7 callersFunctionNotNull
Creates a polymorphic matcher that matches any non-NULL pointer. This is convenient as Not(NULL) doesn't compile (the compiler thinks that that expres
3rdparty/protobuf-3.0.0/gmock/fused-src/gmock/gmock.h:8137
↓ 7 callersMethodNotify
Notifies all threads created with this notification to start. Must be called from the controller thread.
3rdparty/protobuf-3.0.0/gmock/gtest/fused-src/gtest/gtest.h:2320
↓ 7 callersFunctionParseCodeNode
(tokens)
3rdparty/protobuf-3.0.0/gmock/gtest/scripts/pump.py:564
↓ 7 callersFunctionParseCommandLineFlags
3rdparty/gflags/src/gflags.cc:2004
↓ 7 callersFunctionParseExpNode
(token)
3rdparty/protobuf-3.0.0/gmock/gtest/scripts/pump.py:470
↓ 7 callersMethodPerform
Performs the action. Note that this method is const even though the corresponding method in ActionInterface is not. The reason is that a const Actio
3rdparty/protobuf-3.0.0/gmock/include/gmock/gmock-actions.h:312
↓ 7 callersFunctionPrintByRef
3rdparty/protobuf-3.0.0/gmock/gtest/test/gtest-printers_test.cc:245
↓ 7 callersFunctionPrintUsage
Prints a brief usage string and exits, optionally with an error message. Args: message: The optional error message.
utils/cpplint.py:6216
↓ 7 callersFunctionPushNameWithSuffix
3rdparty/gflags/src/gflags_completions.cc:466
↓ 7 callersFunctionRead
3rdparty/protobuf-3.0.0/gmock/fused-src/gtest/gtest.h:2890
↓ 7 callersFunctionReadMessage
3rdparty/protobuf-3.0.0/src/google/protobuf/wire_format_unittest.cc:1121
↓ 7 callersMethodReadRaw
3rdparty/protobuf-3.0.0/src/google/protobuf/io/coded_stream.cc:259
↓ 7 callersMethodRelease
TODO(vladl@google.com): Factor the search functionality into Vector::Find.
3rdparty/protobuf-3.0.0/gmock/gtest/src/gtest.cc:2944
↓ 7 callersFunctionRemoveMatchingTests
Removes output of specified tests from a Google Test program's output. This function strips not only the beginning and the end of a test but also
3rdparty/protobuf-3.0.0/gmock/gtest/test/gtest_output_test.py:167
↓ 7 callersMethodResetTypeInfo
3rdparty/protobuf-3.0.0/src/google/protobuf/util/internal/type_info_test_helper.cc:57
↓ 7 callersMethodRun
3rdparty/protobuf-3.0.0/src/google/protobuf/compiler/command_line_interface.cc:740
↓ 7 callersFunctionSTLDeleteValues
3rdparty/protobuf-3.0.0/src/google/protobuf/stubs/stl_util.h:110
↓ 7 callersFunctionSetCommonOneofFieldVariables
3rdparty/protobuf-3.0.0/src/google/protobuf/compiler/cpp/cpp_field.cc:100
↓ 7 callersFunctionSetType
3rdparty/protobuf-3.0.0/src/google/protobuf/map.h:281
↓ 7 callersFunctionShort
For suppressing compiler warnings on conversion possibly losing precision.
3rdparty/protobuf-3.0.0/gmock/test/gmock-generated-actions_test.cc:67
↓ 7 callersFunctionShouldGenerateExtension
3rdparty/protobuf-3.0.0/src/google/protobuf/compiler/js/js_generator.cc:1196
↓ 7 callersFunctionShuffle
3rdparty/protobuf-3.0.0/gmock/gtest/src/gtest-internal-inl.h:332
↓ 7 callersFunctionSleepForMilliseconds
3rdparty/glog/src/googletest.h:565
↓ 7 callersFunctionSplitStringUsing
3rdparty/protobuf-3.0.0/src/google/protobuf/stubs/strutil.cc:212
↓ 7 callersFunctionStringReplace
3rdparty/glog/src/googletest.h:431
↓ 7 callersFunctionStringStreamToString
Converts the buffer in a stringstream to an std::string, converting NUL bytes to "\\0" along the way.
3rdparty/gtest/fused-src/gtest/gtest-all.cc:3143
↓ 7 callersFunctionStringStreamToString
Converts the buffer in a stringstream to an std::string, converting NUL bytes to "\\0" along the way.
3rdparty/protobuf-3.0.0/gmock/gtest/fused-src/gtest/gtest-all.cc:3143
↓ 7 callersFunctionStringStreamToString
Converts the buffer in a stringstream to an std::string, converting NUL bytes to "\\0" along the way.
3rdparty/protobuf-3.0.0/gmock/fused-src/gmock-gtest-all.cc:3143
↓ 7 callersFunctionStripProto
3rdparty/protobuf-3.0.0/src/google/protobuf/compiler/cpp/cpp_helpers.cc:282
↓ 7 callersFunctionSumOverTestCaseList
Iterates over a vector of TestCases, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
3rdparty/gtest/fused-src/gtest/gtest-all.cc:1805
↓ 7 callersFunctionSumOverTestCaseList
Iterates over a vector of TestCases, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
3rdparty/protobuf-3.0.0/gmock/gtest/src/gtest.cc:321
↓ 7 callersFunctionSumOverTestCaseList
Iterates over a vector of TestCases, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
3rdparty/protobuf-3.0.0/gmock/gtest/fused-src/gtest/gtest-all.cc:1805
↓ 7 callersFunctionSumOverTestCaseList
Iterates over a vector of TestCases, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
3rdparty/protobuf-3.0.0/gmock/fused-src/gmock-gtest-all.cc:1805
↓ 7 callersFunctionTestFlagString
A subroutine needed for testing reading flags from a string.
3rdparty/gflags/test/gflags_unittest.cc:311
↓ 7 callersMethodToString
3rdparty/protobuf-3.0.0/src/google/protobuf/util/time_util.cc:152
↓ 7 callersFunctionTrySymbolize
A wrapper function for Symbolize() to make the unit test simple.
3rdparty/glog/src/symbolize_unittest.cc:74
↓ 7 callersFunctionUint32FromEnv
3rdparty/gflags/src/gflags.cc:1892
↓ 7 callersFunctionUniversalTersePrint
3rdparty/protobuf-3.0.0/gmock/gtest/fused-src/gtest/gtest.h:9934
↓ 7 callersFunctionUpperString
3rdparty/protobuf-3.0.0/src/google/protobuf/stubs/strutil.h:182
↓ 7 callersMethodWriteVarint64
3rdparty/protobuf-3.0.0/src/google/protobuf/io/coded_stream.cc:863
↓ 7 callersMethod_CreateVariable
(self, pos_token, name, type_name, type_modifiers, ref_pointer_name_seq, templated_typ
3rdparty/protobuf-3.0.0/gmock/scripts/generator/cpp/ast.py:726
↓ 7 callersMethod_GetTypeFromScope
Finds a given type name in the current scope. Args: package: The package the proto should be located in. type_name: The name of the t
3rdparty/protobuf-3.0.0/python/google/protobuf/descriptor_pool.py:777
↓ 7 callersMethod_InternalTestCopyToProto
(self, desc, expected_proto_class, expected_proto_ascii)
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/descriptor_test.py:537
↓ 7 callersFunction_VarUInt64ByteSizeNoTag
Returns the number of bytes required to serialize a single varint using boundary value comparisons. (unrolled loop optimization -WPierce) uint64 m
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/wire_format.py:232
↓ 7 callersFunction_check_num_tokens_in_saved_text_dictionary
(file_name, case_type=0)
python/tests/artm/test_dictionary.py:22
↓ 7 callersMethodadd_enum_type
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor.pb.h:4155
↓ 7 callersMethodadd_extension
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor.pb.h:4215
↓ 7 callersMethodbegin
3rdparty/protobuf-3.0.0/gmock/gtest/include/gtest/internal/gtest-param-util.h:171
↓ 7 callersMethodc_string
Gets the 0-terminated C string this MyString object represents.
3rdparty/protobuf-3.0.0/gmock/gtest/samples/sample2.h:74
↓ 7 callersMethodcopy
3rdparty/protobuf-3.0.0/src/google/protobuf/stubs/stringpiece.cc:90
↓ 7 callersMethoddata
(self)
python/artm/scores.py:90
↓ 7 callersMethoddisabled_test_count
Gets the number of disabled tests.
3rdparty/protobuf-3.0.0/gmock/gtest/src/gtest.cc:745
↓ 7 callersMethodend
3rdparty/protobuf-3.0.0/gmock/gtest/include/gtest/internal/gtest-param-util.h:172
↓ 7 callersMethodequals
Check to see whether key is in rhs. Args: rhs: dict Returns: bool
3rdparty/protobuf-3.0.0/python/mox.py:955
↓ 7 callersMethodfit_offline
:Description: proceeds the learning of topic model in offline mode :param object_referenece batch_vectorizer: an instance of BatchVe
python/artm/lda_model.py:222
↓ 7 callersMethodfixed64
3rdparty/protobuf-3.0.0/src/google/protobuf/unknown_field_set.h:295
↓ 7 callersMethodget
3rdparty/glog/src/symbolize.cc:405
↓ 7 callersMethodgetvalue
(self)
3rdparty/protobuf-3.0.0/python/google/protobuf/text_format.py:117
↓ 7 callersMethodhas_deprecated
optional bool deprecated = 23 [default = false];
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor.pb.cc:9300
↓ 7 callersMethodincrease
src/artm/core/dense_phi_matrix.cc:338
↓ 7 callersMethodinsert
Inserts the item at the specified position. Similar to list.insert().
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/containers.py:255
↓ 7 callersMethodmax
src/artm/utility/progress_printer.h:15
↓ 7 callersMethodmessage_type_size
repeated .google.protobuf.DescriptorProto message_type = 4;
3rdparty/protobuf-3.0.0/src/google/protobuf/descriptor.pb.h:4111
↓ 7 callersMethodnext
Gets the next node in the queue.
3rdparty/protobuf-3.0.0/gmock/gtest/samples/sample3-inl.h:57
↓ 7 callersMethodno_columns
src/artm/cpp_interface.cc:342
← previousnext →1,301–1,400 of 17,838, ranked by callers