Home
last modified time | relevance | path

Searched defs:stringptr (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pcre/src/
H A Dpcre2_substring.c162 PCRE2_SPTR stringname, PCRE2_UCHAR **stringptr, PCRE2_SIZE *sizeptr) in pcre2_substring_get_byname()
210 uint32_t stringnumber, PCRE2_UCHAR **stringptr, PCRE2_SIZE *sizeptr) in pcre2_substring_get_bynumber()
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dcmp.go20 func stringptr(s string) uintptr { return *(*uintptr)(unsafe.Pointer(&s)) } func
/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/
Dvalue.go39 stringptr *byte // used in Value.any when the Value is a string type
/aosp_15_r20/external/python/cpython2/Tools/bgen/bgen/
DbgenType.py199 stringptr = InputOnlyType("char*", "s") variable
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/
Dmarshal_test.go394 func stringptr(x string) *string { func