MCPcopy Create free account

hub / github.com/cloudwego/dynamicgo / functions

Functions4,084 in github.com/cloudwego/dynamicgo

↓ 1 callersFunctionprinthex
native/test/xprintf.h:106
↓ 1 callersFunctionquoteString
(e *[]byte, s string)
internal/json/api_compat.go:32
↓ 1 callersFunctionreadBasicExampleReqProtoBufData
()
conv/p2j/conv_test.go:442
↓ 1 callersMethodreadResponseBase
(ctx context.Context, p *thrift.BinaryProtocol)
conv/t2j/impl.go:54
↓ 1 callersMethodrecycle
recycle put the visitorUserNode back to sync.Pool
conv/j2p/decode.go:63
↓ 1 callersFunctionrefIncludes
(tree *parser.Thrift, path string, done map[string]*parser.Thrift, includes map[string]*parser.Thrift)
thrift/idl.go:213
↓ 1 callersMethodreplaceMany
(ps *pnSlice)
thrift/generic/node.go:930
↓ 1 callersMethodresolveRefs
resolveRefs resolves all $ref references in the descriptor tree
trim/desc.go:286
↓ 1 callersMethodresult
()
conv/j2p/decode.go:155
↓ 1 callersFunctionrounded_integer
Extract integer part, rounded appropriately */
native/atof_native.c:302
↓ 1 callersFunctionrun_s
(cmd)
bench.py:31
↓ 1 callersFunctionsaveBasicExampleReqProtoBufData
construct BasicExampleReq Object
conv/p2j/conv_test.go:399
↓ 1 callersFunctionsaveExampleReqProtoBufData
marshal ExampleReq Object to ProtoBinary, and write binaryData into exampleProtoPath
conv/p2j/conv_test.go:364
↓ 1 callersFunctionsearchFieldName
(p *thrift.BinaryProtocol, id string, f *thrift.FieldDescriptor)
thrift/generic/value.go:70
↓ 1 callersFunctionsearchIndex
searchIndex in LIST Node packed: if idx is found, return the element[V] value start position, otherwise return the end of p.Buf unpacked: if idx is fo
proto/generic/value.go:123
↓ 1 callersFunctionsearchIntKey
searchIntKey in MAP Node if key is found, return the value tag position, otherwise return the end of p.Buf
proto/generic/value.go:177
↓ 1 callersFunctionsearchStrKey
searchStrKey in MAP Node if key is found, return the value tag position, otherwise return the end of p.Buf
proto/generic/value.go:232
↓ 1 callersFunctionshould_roundup
native/atof_native.c:284
↓ 1 callersFunctionskipNumber
go:nocheckptr
internal/json/decode.go:297
↓ 1 callersFunctionskip_negative
native/scanning.c:1599
↓ 1 callersFunctionskip_positive
native/scanning.c:1616
↓ 1 callersMethodsliceComplex
sliceComplex returns a new node which is a slice of a Complex(can deal with all the type) node
proto/generic/node.go:58
↓ 1 callersMethodstrMap
StrMap returns the string keys and interface elements contained by a MAP<STRING,XX> node
proto/generic/cast.go:305
↓ 1 callersFunctionstrhash
go:noescape go:linkname strhash runtime.strhash
internal/caching/hashing.go:33
↓ 1 callersFunctiontb_skip
go:nosplit
internal/native/avx2/native_amd64.go:82
↓ 1 callersFunctiontb_skip
go:nosplit
internal/native/avx/native_amd64.go:82
↓ 1 callersFunctiontb_skip
go:nosplit
internal/native/sse/native_amd64.go:82
↓ 1 callersFunctiontb_write_list_begin
native/thrift.c:149
↓ 1 callersFunctiontb_write_list_n
native/thrift.c:164
↓ 1 callersFunctiontb_write_map_begin
native/thrift.c:132
↓ 1 callersFunctiontb_write_map_n
native/thrift.c:124
↓ 1 callersFunctiontoInterface2
(v interface{}, fieldId bool, byte2string int)
proto/generic/utils.go:25
↓ 1 callersFunctiontrie_get
native/map.c:86
↓ 1 callersFunctionu16be
native/thrift_skip.c:75
↓ 1 callersFunctionu32toa_medium
native/fastint.c:124
↓ 1 callersFunctionu32toa_small
native/fastint.c:99
↓ 1 callersFunctionu64toa_large_sse2
native/fastint.c:157
↓ 1 callersFunctionu64toa_xlarge_sse2
native/fastint.c:183
↓ 1 callersMethodunmarshal
(src []byte, out *[]byte, desc *proto.TypeDescriptor)
conv/j2p/impl.go:27
↓ 1 callersMethodunmarshalFromJSON
unmarshalFromJSON populates the descriptor from JSON representation
trim/desc.go:255
↓ 1 callersMethodunmarshalList
parse ListType Packed List format: [Tag][Length][Value Value Value Value Value].... Unpacked List format: [Tag][Length][Value] [Tag][Length][Value]...
conv/p2j/impl.go:269
↓ 1 callersMethodunmarshalMap
parse MapType Map bytes format: [Pairtag][Pairlength][keyTag(L)V][valueTag(L)V] [Pairtag][Pairlength][T(L)V][T(L)V]... Pairtag = MapFieldnumber << 3 |
conv/p2j/impl.go:329
↓ 1 callersFunctionunquoteBytes
go:linkname unquoteBytes github.com/bytedance/sonic/unquote/unquoteBytes
internal/json/decode.go:474
↓ 1 callersFunctionunwrapError
(msg string, err error)
conv/j2t/error.go:44
↓ 1 callersFunctionuseAVX
()
internal/native/dispatch_amd64.go:78
↓ 1 callersFunctionuseAVX2
()
internal/native/dispatch_amd64.go:82
↓ 1 callersFunctionuseSSE
()
internal/native/dispatch_amd64.go:86
↓ 1 callersFunctionutf8_validate
utf8_validate validates whether the JSON string is valid UTF-8. return -1 if validate, otherwise, return the error postion.
native/utf8.c:183
↓ 1 callersMethodvalToEnable
(val string)
thrift/annotation/anno_mapping.go:275
↓ 1 callersFunctionvdigits
native/scanning.c:58
↓ 1 callersFunctionvstring
native/scanning.c:727
↓ 1 callersFunctionwriteDefaultOrEmpty
(field *thrift.FieldDescriptor, out *[]byte)
conv/t2j/impl.go:432
↓ 1 callersMethodwriteRequestBaseToThrift
(ctx context.Context, buf *[]byte, field *thrift.FieldDescriptor, src *[]byte, fn MergeBaseFunc, flags *uint64
conv/j2t/impl.go:155
↓ 1 callersFunctionwrite_dec
native/fastfloat.c:241
↓ 1 callersFunctionxabort
native/test/xassert.h:30
MethodAdd
(con parser.Annotation, inter Annotation)
thrift/annotation.go:305
MethodAll
All returns all field descriptors
internal/util/fieldmap.go:77
MethodAnnotations
()
thrift/descriptor.go:232
MethodAnnotations
Annotations returns the annotations of the function
thrift/descriptor.go:377
MethodAnnotations
Annotations returns the annotations of a service
thrift/descriptor.go:413
MethodApiBodyMethod
(ctx context.Context, req *ExampleApiBody)
testdata/kitex_gen/example3/example3.go:1477
MethodAt
(i int)
internal/types/types.go:349
MethodBLength
()
testdata/kitex_gen/example/k-example.go:154
MethodBLength
()
testdata/kitex_gen/example/k-example.go:305
MethodBLength
()
testdata/kitex_gen/example/k-example.go:510
MethodBLength
()
testdata/kitex_gen/example/k-example.go:775
MethodBLength
()
testdata/kitex_gen/example/k-example.go:845
MethodBLength
()
testdata/kitex_gen/example/k-example.go:931
MethodBLength
()
testdata/kitex_gen/example/k-example.go:1001
MethodBLength
()
testdata/kitex_gen/example/k-example.go:1077
MethodBLength
()
testdata/kitex_gen/example/k-example.go:1242
MethodBLength
()
testdata/kitex_gen/example/k-example.go:1312
MethodBLength
()
testdata/kitex_gen/example/k-example.go:1386
MethodBLength
()
testdata/kitex_gen/example/k-example.go:1455
MethodBLength
()
testdata/kitex_gen/example/k-example.go:1531
MethodBLength
()
testdata/kitex_gen/example/k-example.go:1600
MethodBLength
()
testdata/kitex_gen/example/k-example.go:1669
MethodBLength
()
testdata/kitex_gen/example/k-example.go:1720
MethodBLength
()
testdata/kitex_gen/example/k-example.go:1792
MethodBLength
()
testdata/kitex_gen/example/k-example.go:1845
MethodBLength
()
testdata/kitex_gen/example/k-example.go:1917
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:625
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:894
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:1104
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:1499
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:1822
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:1891
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:2101
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:2273
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:2498
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:2601
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:2703
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:2796
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:2991
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:3110
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:3296
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:3366
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:3488
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:3574
MethodBLength
()
testdata/kitex_gen/example3/k-example3.go:3644
← previousnext →1,501–1,600 of 4,084, ranked by callers