MCPcopy Create free account

hub / github.com/Tencent/Hardcoder / functions

Functions2,625 in github.com/Tencent/Hardcoder

↓ 4 callersFunctionGetDefaultRepeatedField
libapp2sys/prebuilt/include/google/protobuf/extension_set.h:889
↓ 4 callersFunctionGoogleOnceInit
libapp2sys/prebuilt/include/google/protobuf/stubs/once.h:94
↓ 4 callersMethodInternalSerializeWithCachedSizesToArray
libapp2sys/prebuilt/include/google/protobuf/map_entry.h:169
↓ 4 callersFunctionMemoryBarrier
libapp2sys/prebuilt/include/google/protobuf/stubs/atomicops_internals_pnacl.h:55
↓ 4 callersFunctionMemoryBarrier
libapp2sys/prebuilt/include/google/protobuf/stubs/atomicops_internals_arm_qnx.h:113
↓ 4 callersFunctionMemoryBarrier
libapp2sys/prebuilt/include/google/protobuf/stubs/atomicops_internals_arm_gcc.h:118
↓ 4 callersFunctionMemoryBarrier
64-bit implementations of memory barrier can be simpler, because it "mfence" is guaranteed to exist.
libapp2sys/prebuilt/include/google/protobuf/stubs/atomicops_internals_x86_gcc.h:122
↓ 4 callersFunctionNoBarrier_CompareAndSwap
Atomically execute: result = *ptr; if (*ptr == old_value) ptr = new_value; return result; I.e., replace "*ptr" with "new_value" if "*ptr" used to be
libapp2sys/prebuilt/include/google/protobuf/stubs/atomicops_internals_mips_gcc.h:52
↓ 4 callersFunctionNoBarrier_CompareAndSwap
libapp2sys/prebuilt/include/google/protobuf/stubs/atomicops_internals_solaris.h:41
↓ 4 callersFunctionNoBarrier_CompareAndSwap
libapp2sys/prebuilt/include/google/protobuf/stubs/atomicops_internals_arm64_gcc.h:52
↓ 4 callersFunctionNoBarrier_CompareAndSwap
libapp2sys/prebuilt/include/google/protobuf/stubs/atomicops_internals_x86_gcc.h:55
↓ 4 callersMethodReadVarint32
libapp2sys/prebuilt/include/google/protobuf/io/coded_stream.h:905
↓ 4 callersMethodReadVarint64
libapp2sys/prebuilt/include/google/protobuf/io/coded_stream.h:920
↓ 4 callersMethodReadVarintSizeAsInt
libapp2sys/prebuilt/include/google/protobuf/io/coded_stream.h:931
↓ 4 callersMethodSetType
libapp2sys/prebuilt/include/google/protobuf/unknown_field_set.h:346
↓ 4 callersFunctionStringPiece
libapp2sys/prebuilt/include/google/protobuf/stubs/stringpiece.h:212
↓ 4 callersFunctionToString
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
libapp2sys/prebuilt/include/google/protobuf/stubs/stringpiece.h:311
↓ 4 callersMethodWriteVarint32
libapp2sys/prebuilt/include/google/protobuf/io/coded_stream.h:1206
↓ 4 callersFunctionadd_item_to_array
libapp2sys/src/main/cpp/cjson/cJSON.c:1852
↓ 4 callersMethodassertFail
(String msg)
libapp2sys/src/main/java/com/tencent/mm/hardcoder/HCPerfManager.java:648
↓ 4 callersMethodassertTrue
(String msg, boolean cond)
libapp2sys/src/main/java/com/tencent/mm/hardcoder/HCPerfManager.java:638
↓ 4 callersMethodbindTidsToString
print threads that need to bind to the core @return thread string
libapp2sys/src/main/java/com/tencent/mm/hardcoder/HCPerfManager.java:108
↓ 4 callersFunctioncJSON_CreateString
libapp2sys/src/main/cpp/cjson/cJSON.c:2324
↓ 4 callersFunctioncast_away_const
helper function to cast away const */
libapp2sys/src/main/cpp/cjson/cJSON.c:1894
↓ 4 callersMethodfind
libapp2sys/prebuilt/include/google/protobuf/map.h:1538
↓ 4 callersMethodfront
libapp2sys/src/main/cpp/util.h:116
↓ 4 callersFunctionget_array_item
libapp2sys/src/main/cpp/cjson/cJSON.c:1747
↓ 4 callersMethodinsert
insert
libapp2sys/prebuilt/include/google/protobuf/map.h:1567
↓ 4 callersMethodisHcDebug
()
libapp2sys/src/main/java/com/tencent/mm/hardcoder/HardCoderJNI.java:186
↓ 4 callersMethodisHcEnable
()
libapp2sys/src/main/java/com/tencent/mm/hardcoder/HardCoderJNI.java:200
↓ 4 callersFunctionjintArrayToInts
libapp2sys/src/main/cpp/com_tencent_mm_hardcoder_HardCoderJNI.cpp:15
↓ 4 callersMethodpkgLen
libapp2sys/src/main/cpp/udp.h:101
↓ 4 callersMethodprintErrStackTrace
(String tag, Throwable throwable, final String format, final Object... obj)
libapp2sys/src/main/java/com/tencent/mm/hardcoder/HardCoderLog.java:69
↓ 4 callersMethodset_type
libapp2sys/prebuilt/include/google/protobuf/descriptor.pb.h:5112
↓ 4 callersMethodstart
add tasks to queue @param delay delay to excute @param cpuLevel request cpu level @param ioLevel request io level @param gpuLevel request gpu level @p
libapp2sys/src/main/java/com/tencent/mm/hardcoder/HCPerfManager.java:188
↓ 4 callersMethodstartPerformance
if the request doesn't need to bind tids, use this function other params the same as {@link #startPerformance(int, int, int, int, int[], int, int, lon
libapp2sys/src/main/java/com/tencent/mm/hardcoder/HardCoderJNI.java:280
↓ 4 callersMethodtest
()
testapp/src/main/java/com/tencent/mm/hardcoder/testapp/QuickStart.java:583
↓ 4 callersFunctionupdate_offset
calculate the new length of the string in a printbuffer and update the offset */
libapp2sys/src/main/cpp/cjson/cJSON.c:462
↓ 4 callersMethodvalue
libapp2sys/prebuilt/include/google/protobuf/map.h:681
↓ 3 callersMethodAddAlreadyReserved
libapp2sys/prebuilt/include/google/protobuf/repeated_field.h:1067
↓ 3 callersFunctionBarrier_AtomicIncrement
libapp2sys/prebuilt/include/google/protobuf/stubs/atomicops_internals_tsan.h:79
↓ 3 callersFunctionCheckedSsizeTFromSizeT
Prevent overflow in debug mode or fortified mode. sizeof(stringpiece_ssize_type) may be smaller than sizeof(size_t).
libapp2sys/prebuilt/include/google/protobuf/stubs/stringpiece.h:185
↓ 3 callersMethodCopyIterator
libapp2sys/prebuilt/include/google/protobuf/map_field_inl.h:151
↓ 3 callersMethodDeleteIterator
libapp2sys/prebuilt/include/google/protobuf/map_field_inl.h:144
↓ 3 callersMethodExpectTag
libapp2sys/prebuilt/include/google/protobuf/io/coded_stream.h:1072
↓ 3 callersFunctionGOOGLE_UNALIGNED_LOAD32
libapp2sys/prebuilt/include/google/protobuf/stubs/port.h:259
↓ 3 callersMethodGet
libapp2sys/prebuilt/include/google/protobuf/stubs/mutex.h:116
↓ 3 callersMethodLastTagWas
libapp2sys/prebuilt/include/google/protobuf/io/coded_stream.h:1064
↓ 3 callersFunctionMaybeArenaPtr
libapp2sys/prebuilt/include/google/protobuf/struct.pb.h:132
↓ 3 callersMethodNew
libapp2sys/prebuilt/include/google/protobuf/map_entry.h:183
↓ 3 callersFunctionQNXCmpxchg
libapp2sys/prebuilt/include/google/protobuf/stubs/atomicops_internals_arm_qnx.h:43
↓ 3 callersMethodReadLittleEndian32
libapp2sys/prebuilt/include/google/protobuf/io/coded_stream.h:981
↓ 3 callersMethodReadLittleEndian64
libapp2sys/prebuilt/include/google/protobuf/io/coded_stream.h:995
↓ 3 callersFunctionRefCountDec
For everything else there is the google3 implementation.
libapp2sys/prebuilt/include/google/protobuf/stubs/shared_ptr.h:68
↓ 3 callersFunctioncJSON_DetachItemViaPointer
libapp2sys/src/main/cpp/cjson/cJSON.c:2079
↓ 3 callersFunctionclear
libapp2sys/prebuilt/include/google/protobuf/stubs/stringpiece.h:250
↓ 3 callersMethodconstruct
libapp2sys/prebuilt/include/google/protobuf/map.h:621
↓ 3 callersMethodexitVideo
()
testapp/src/main/java/com/tencent/mm/hardcoder/testapp/TestVideo.java:166
↓ 3 callersMethodexitWebview
()
testapp/src/main/java/com/tencent/mm/hardcoder/testapp/TestWebView.java:89
↓ 3 callersMethodexpired
libapp2sys/prebuilt/include/google/protobuf/stubs/shared_ptr.h:370
↓ 3 callersMethodinterrupt
interrupt
libapp2sys/src/main/java/com/tencent/mm/hardcoder/HCPerfStatThread.java:48
↓ 3 callersMethodonRequestCallback
(final int callbackType, final long requestId, final int retCode, fin
libapp2sys/src/main/java/com/tencent/mm/hardcoder/HardCoderJNI.java:523
↓ 3 callersFunctionparse_value
Parser core - when encountering text, process appropriately. */
libapp2sys/src/main/cpp/cjson/cJSON.c:1215
↓ 3 callersMethodsetHcDebug
(boolean debug)
libapp2sys/src/main/java/com/tencent/mm/hardcoder/HardCoderJNI.java:189
↓ 3 callersMethodset_default_instance
libapp2sys/prebuilt/include/google/protobuf/map_entry.h:276
↓ 3 callersMethodstopPerformance
call when the scene end @param hashCode the return value for {@link #startPerformance(int, int, int, int, int[], int, int, long, int, String)} @return
libapp2sys/src/main/java/com/tencent/mm/hardcoder/HardCoderJNI.java:329
↓ 3 callersMethodtestWebView
(int requestCode, boolean isAuto)
testapp/src/main/java/com/tencent/mm/hardcoder/testapp/QuickStart.java:365
↓ 3 callersMethoduninit
()
libapp2sys/src/main/java/com/tencent/mm/hardcoder/HCPerfManager.java:592
↓ 3 callersMethodupdate
libapp2sys/src/main/cpp/procutil.h:112
↓ 3 callersMethodvalue
libapp2sys/prebuilt/include/google/protobuf/wrappers.pb.h:970
↓ 2 callersFunctionAcquire_CompareAndSwap
libapp2sys/prebuilt/include/google/protobuf/stubs/atomicops_internals_macosx.h:80
↓ 2 callersFunctionAcquire_Load
libapp2sys/prebuilt/include/google/protobuf/stubs/atomicops_internals_tsan.h:120
↓ 2 callersFunctionAdd
libapp2sys/prebuilt/include/google/protobuf/extension_set.h:866
↓ 2 callersMethodAddAllocated
libapp2sys/prebuilt/include/google/protobuf/repeated_field.h:2028
↓ 2 callersMethodAddString
libapp2sys/prebuilt/include/google/protobuf/extension_set.h:647
↓ 2 callersFunctionByteSize
Computes the serialized size of the message. This recursively calls ByteSize() on all embedded messages. Subclasses MUST override either ByteSize()
libapp2sys/prebuilt/include/google/protobuf/message_lite.h:247
↓ 2 callersMethodByteSizeLong
libapp2sys/prebuilt/include/google/protobuf/map_entry.h:161
↓ 2 callersFunctionCalculateReserve
libapp2sys/prebuilt/include/google/protobuf/repeated_field.h:84
↓ 2 callersMethodCapacity
libapp2sys/prebuilt/include/google/protobuf/repeated_field.h:1062
↓ 2 callersMethodCopyFrom
libapp2sys/prebuilt/include/google/protobuf/repeated_field.h:1171
↓ 2 callersFunctionCreateInstance
libapp2sys/prebuilt/include/google/protobuf/arenastring.h:287
↓ 2 callersFunctionCreateInstanceNoArena
libapp2sys/prebuilt/include/google/protobuf/arenastring.h:299
↓ 2 callersMethodEqualIterator
libapp2sys/prebuilt/include/google/protobuf/map_field_inl.h:123
↓ 2 callersMethodExpectAtEnd
libapp2sys/prebuilt/include/google/protobuf/io/coded_stream.h:1116
↓ 2 callersMethodGet
libapp2sys/prebuilt/include/google/protobuf/reflection.h:77
↓ 2 callersFunctionGetArena
libapp2sys/prebuilt/include/google/protobuf/repeated_field.h:705
↓ 2 callersFunctionGetCachedSize
libapp2sys/prebuilt/include/google/protobuf/api.pb.h:90
↓ 2 callersMethodGetDirectBufferPointerInline
libapp2sys/prebuilt/include/google/protobuf/io/coded_stream.h:1110
↓ 2 callersFunctionGetRawRepeatedField
TODO(jieluo) - make it pure virtual after updating all the subclasses.
libapp2sys/prebuilt/include/google/protobuf/message.h:896
↓ 2 callersMethodIncreaseIterator
libapp2sys/prebuilt/include/google/protobuf/map_field_inl.h:130
↓ 2 callersMethodIncrementRecursionDepth
libapp2sys/prebuilt/include/google/protobuf/io/coded_stream.h:1280
↓ 2 callersMethodInitializeIterator
libapp2sys/prebuilt/include/google/protobuf/map_field_inl.h:137
↓ 2 callersFunctionInternalWriteMessageToArray
libapp2sys/prebuilt/include/google/protobuf/extension_set.h:470
↓ 2 callersFunctionMemoryBarrier
libapp2sys/prebuilt/include/google/protobuf/stubs/atomicops_internals_tsan.h:209
↓ 2 callersMethodMergeFrom
libapp2sys/prebuilt/include/google/protobuf/repeated_field.h:1165
↓ 2 callersMethodMergePartialFromCodedStream
libapp2sys/prebuilt/include/google/protobuf/map_entry_lite.h:162
↓ 2 callersMethodMergePartialFromCodedStream
libapp2sys/prebuilt/include/google/protobuf/map_entry.h:157
↓ 2 callersFunctionMutable
libapp2sys/prebuilt/include/google/protobuf/extension_set.h:839
↓ 2 callersFunctionMutable
libapp2sys/prebuilt/include/google/protobuf/arenastring.h:71
↓ 2 callersMethodMutableInternalMap
libapp2sys/prebuilt/include/google/protobuf/map_field_inl.h:382
← previousnext →101–200 of 2,625, ranked by callers