Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BYVoid/OpenCC
/ functions
Functions
9,892 in github.com/BYVoid/OpenCC
⨍
Functions
9,892
◇
Types & classes
2,837
↳
Endpoints
5
↓ 5 callers
Method
IsDirectory
Returns true if FilePath ends with a path separator, which indicates that it is intended to represent a directory. Returns false otherwise. This does
deps/googletest-1.15.0/googletest/src/gtest-filepath.cc:326
↓ 5 callers
Method
IsUnique
src/Lexicon.cpp:67
↓ 5 callers
Method
Left
src/UTF8StringSlice.hpp:77
↓ 5 callers
Method
Match
deps/google-benchmark/src/re.h:111
↓ 5 callers
Method
MatchAndExplain
Returns true if and only if the matcher matches x; also explains the match result to 'listener'.
deps/googletest-1.15.0/googletest/include/gtest/gtest-matchers.h:232
↓ 5 callers
Function
MeasureMillis
plugins/jieba/deps/cppjieba/test/benchmark.cpp:84
↓ 5 callers
Method
MoveLeft
src/UTF8StringSlice.hpp:143
↓ 5 callers
Function
NextChar
* Returns the char* pointer over the next UTF8 character. */
src/UTF8Util.hpp:104
↓ 5 callers
Method
NumIterations
deps/google-benchmark/test/output_test_helper.cc:321
↓ 5 callers
Function
Parse
Parse a URI into constituent scheme, authority, path, query, & fragment parts Supports URIs that match regex ^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?(
deps/rapidjson-1.1.0/rapidjson/uri.h:277
↓ 5 callers
Function
ParseBoolFlag
deps/google-benchmark/src/commandlineflags.cc:209
↓ 5 callers
Method
PassedCalls
deps/googletest-1.15.0/googletest/test/googletest-death-test-test.cc:926
↓ 5 callers
Function
PrintCStringTo
deps/googletest-1.15.0/googletest/src/gtest-printers.cc:428
↓ 5 callers
Function
PrintMetric
plugins/jieba/deps/cppjieba/test/benchmark.cpp:91
↓ 5 callers
Method
RemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
deps/googletest-1.15.0/googletest/src/gtest-filepath.cc:130
↓ 5 callers
Function
ResetCounts
Resets the count for each test.
deps/googletest-1.15.0/googletest/test/gtest_repeat_test.cc:112
↓ 5 callers
Method
RunAndVerify
Run googletest-list-tests-unittest_ and verify the output. Runs googletest-list-tests-unittest_ and verifies that it prints the correct tests
deps/googletest-1.15.0/googletest/test/googletest-list-tests-unittest.py:134
↓ 5 callers
Function
SWIG_From_bool
deps/marisa-0.3.1/bindings/python/marisa-swig_wrap.cxx:3766
↓ 5 callers
Function
SWIG_From_bool
deps/marisa-0.3.1/bindings/ruby/marisa-swig_wrap.cxx:2293
↓ 5 callers
Function
SWIG_From_bool
deps/marisa-0.3.1/bindings/python3/marisa-swig-python3_wrap.cxx:3766
↓ 5 callers
Function
SWIG_PyUnicode_AsUTF8AndSize
Wrapper around PyUnicode_AsUTF8AndSize - call Py_XDECREF on the returned pbytes when finished with the returned string */
deps/marisa-0.3.1/bindings/python/marisa-swig_wrap.cxx:831
↓ 5 callers
Function
SWIG_PyUnicode_AsUTF8AndSize
Wrapper around PyUnicode_AsUTF8AndSize - call Py_XDECREF on the returned pbytes when finished with the returned string */
deps/marisa-0.3.1/bindings/python3/marisa-swig-python3_wrap.cxx:831
↓ 5 callers
Function
SWIG_TypeNewClientData
deps/marisa-0.3.1/bindings/python/marisa-swig_wrap.cxx:594
↓ 5 callers
Function
SWIG_TypeNewClientData
deps/marisa-0.3.1/bindings/python3/marisa-swig-python3_wrap.cxx:594
↓ 5 callers
Method
SetParameters
Sets the parameters for subsequent calls to Create.
deps/googletest-1.15.0/googletest/test/googletest-death-test-test.cc:1008
↓ 5 callers
Function
SetString
deps/tclap-1.2.5/tclap/StandardTraits.h:55
↓ 5 callers
Function
SkipWhitespace
deps/rapidjson-1.1.0/rapidjson/reader.h:266
↓ 5 callers
Function
SplitValues
data/dictionary/DictionaryVariantRevPhrasesTest.cpp:24
↓ 5 callers
Method
Start
Called at the start of streaming to notify the receiver what protocol we are using.
deps/googletest-1.15.0/googletest/src/gtest-internal-inl.h:1213
↓ 5 callers
Method
StartObject
deps/rapidjson-1.1.0/rapidjson/schema.h:360
↓ 5 callers
Method
Stop
deps/google-benchmark/test/memory_manager_test.cc:9
↓ 5 callers
Function
SwigPyObject_Check
deps/marisa-0.3.1/bindings/python/marisa-swig_wrap.cxx:1844
↓ 5 callers
Function
SwigPyObject_Check
deps/marisa-0.3.1/bindings/python3/marisa-swig-python3_wrap.cxx:1844
↓ 5 callers
Method
Teardown
deps/google-benchmark/src/benchmark_register.cc:340
↓ 5 callers
Method
TestDeleted
deps/googletest-1.15.0/googletest/test/googletest-death-test-test.cc:934
↓ 5 callers
Function
TestLookup
deps/marisa-0.3.1/tests/marisa-test.cc:228
↓ 5 callers
Function
ThrowRuntimeError
deps/googletest-1.15.0/googletest/test/gtest_unittest.cc:3344
↓ 5 callers
Function
ToChar32
deps/googletest-1.15.0/googletest/src/gtest-printers.cc:116
↓ 5 callers
Method
ToString
src/DictEntry.cpp:23
↓ 5 callers
Function
UniversalPrintCharArray
deps/googletest-1.15.0/googletest/src/gtest-printers.cc:368
↓ 5 callers
Method
WaitCalls
deps/googletest-1.15.0/googletest/test/googletest-death-test-test.cc:925
↓ 5 callers
Function
WithoutArgs
deps/googletest-1.15.0/googlemock/include/gmock/gmock-actions.h:1829
↓ 5 callers
Function
array_copy_but_one
(a, r, c, v)
deps/pybind11-2.13.1/tests/test_eigen_matrix.py:256
↓ 5 callers
Function
assert_measurements
(unittest_instance, lhs, rhs)
deps/google-benchmark/tools/gbench/report.py:1186
↓ 5 callers
Function
assert_utest
(unittest_instance, lhs, rhs)
deps/google-benchmark/tools/gbench/report.py:1170
↓ 5 callers
Method
cache_level
deps/marisa-0.3.1/lib/marisa/grimoire/trie/config.h:30
↓ 5 callers
Function
callback
(_)
deps/pybind11-2.13.1/tests/test_pytypes.py:731
↓ 5 callers
Method
contains
deps/tclap-1.2.5/tclap/XorHandler.h:143
↓ 5 callers
Function
createLocalInstalledShape
()
node/test.js:15
↓ 5 callers
Function
data
deps/pybind11-2.13.1/include/pybind11/numpy.h:1219
↓ 5 callers
Method
dump
(self, file)
data/scripts/common.py:24
↓ 5 callers
Method
elasped
deps/marisa-0.3.1/tools/marisa-benchmark.cc:33
↓ 5 callers
Function
eval
deps/pybind11-2.13.1/include/pybind11/eval.h:48
↓ 5 callers
Method
execute
deps/pybind11-2.13.1/include/pybind11/operators.h:89
↓ 5 callers
Method
extra
deps/marisa-0.3.1/lib/marisa/grimoire/trie/cache.h:45
↓ 5 callers
Method
flagStartChar
deps/tclap-1.2.5/tclap/Arg.h:217
↓ 5 callers
Method
flags
deps/pybind11-2.13.1/include/pybind11/numpy.h:753
↓ 5 callers
Method
get_base_value
deps/pybind11-2.13.1/tests/test_python_multiple_inheritance.cpp:10
↓ 5 callers
Method
get_buffer_info
deps/pybind11-2.13.1/tests/test_buffers.cpp:184
↓ 5 callers
Method
get_c_b
deps/pybind11-2.13.1/tests/test_multiple_inheritance.cpp:271
↓ 5 callers
Method
get_c_c
deps/pybind11-2.13.1/tests/test_multiple_inheritance.cpp:272
↓ 5 callers
Function
get_difference_report
Calculate and report the difference between each test of two benchmarks runs specified as 'json1' and 'json2'. Output is another json contain
deps/google-benchmark/tools/gbench/report.py:243
↓ 5 callers
Function
get_label
deps/marisa-0.3.1/lib/marisa/grimoire/algorithm/sort.h:16
↓ 5 callers
Method
get_value_and_holder
* Extracts C++ value and holder pointer references from an instance (which may contain multiple * values/holders for python-side multiple inheritance
deps/pybind11-2.13.1/include/pybind11/detail/type_caster_base.h:409
↓ 5 callers
Method
index_at
deps/pybind11-2.13.1/include/pybind11/numpy.h:1005
↓ 5 callers
Method
isRequired
deps/tclap-1.2.5/tclap/Arg.h:562
↓ 5 callers
Method
isSet
deps/tclap-1.2.5/tclap/Arg.h:566
↓ 5 callers
Method
label
deps/marisa-0.3.1/lib/marisa/grimoire/trie/cache.h:48
↓ 5 callers
Method
link
deps/marisa-0.3.1/lib/marisa/grimoire/trie/cache.h:51
↓ 5 callers
Method
louds_pos
deps/marisa-0.3.1/lib/marisa/grimoire/trie/history.h:38
↓ 5 callers
Method
matches
deps/pybind11-2.13.1/include/pybind11/pytypes.h:715
↓ 5 callers
Method
nameStartString
deps/tclap-1.2.5/tclap/Arg.h:236
↓ 5 callers
Method
offset_at
deps/pybind11-2.13.1/include/pybind11/numpy.h:993
↓ 5 callers
Function
opencc_open
src/SimpleConverter.cpp:213
↓ 5 callers
Method
parent
deps/marisa-0.3.1/lib/marisa/grimoire/trie/cache.h:36
↓ 5 callers
Function
portable_chdir
test/PortableUtil.hpp:37
↓ 5 callers
Method
query
(self)
deps/marisa-0.3.1/bindings/python3/marisa.py:177
↓ 5 callers
Function
register_exception_translator
deps/pybind11-2.13.1/include/pybind11/pybind11.h:2626
↓ 5 callers
Method
reset
deps/marisa-0.3.1/lib/marisa/keyset.cc:70
↓ 5 callers
Method
reset
deps/darts-clone-0.32h/include/darts.h:686
↓ 5 callers
Function
restore
Restores the currently-held Python error (which will clear the Python error indicator first if already set). NOTE: This member function will always re
deps/pybind11-2.13.1/include/pybind11/pytypes.h:757
↓ 5 callers
Method
select0
deps/marisa-0.3.1/lib/marisa/grimoire/vector/bit-vector.cc:517
↓ 5 callers
Method
set_end
deps/marisa-0.3.1/lib/marisa/grimoire/trie/range.h:18
↓ 5 callers
Method
set_holder_constructed
NOLINTNEXTLINE(readability-make-member-function-const)
deps/pybind11-2.13.1/include/pybind11/detail/type_caster_base.h:297
↓ 5 callers
Method
set_is_used
deps/darts-clone-0.32h/include/darts.h:1515
↓ 5 callers
Method
set_next
deps/darts-clone-0.32h/include/darts.h:1509
↓ 5 callers
Method
set_offset
deps/darts-clone-0.32h/include/darts.h:1479
↓ 5 callers
Method
set_prev
deps/darts-clone-0.32h/include/darts.h:1506
↓ 5 callers
Method
set_status_code
deps/marisa-0.3.1/lib/marisa/grimoire/trie/state.h:42
↓ 5 callers
Method
skipped_test_count
Gets the number of skipped tests.
deps/googletest-1.15.0/googletest/src/gtest.cc:1121
↓ 5 callers
Method
species
deps/pybind11-2.13.1/tests/test_class.cpp:98
↓ 5 callers
Method
str
deps/pybind11-2.13.1/include/pybind11/pytypes.h:1738
↓ 5 callers
Method
terminal
deps/marisa-0.3.1/lib/marisa/grimoire/trie/key.h:56
↓ 5 callers
Method
test_suite_to_run_count
Gets the number of all test suites that contain at least one test that should run.
deps/googletest-1.15.0/googletest/src/gtest.cc:1111
↓ 5 callers
Method
toString
deps/tclap-1.2.5/tclap/Arg.h:590
↓ 5 callers
Method
value
deps/pybind11-2.13.1/tests/constructor_stats.h:142
↓ 5 callers
Method
visit
* Calls the usage method of the CmdLineOutput for the * specified CmdLine. */
deps/tclap-1.2.5/tclap/HelpVisitor.h:72
↓ 5 callers
Method
what
deps/googletest-1.15.0/googlemock/include/gmock/gmock-matchers.h:5307
↓ 5 callers
Method
writeable
If set, the array is writeable (otherwise the buffer is read-only)
deps/pybind11-2.13.1/include/pybind11/numpy.h:965
↓ 4 callers
Method
AboveMaximum
deps/rapidjson-1.1.0/rapidjson/schema.h:2594
← previous
next →
1,001–1,100 of 9,892, ranked by callers