HomeSort by relevance Sort by last modified time
    Searched refs:stringptr (Results 1 - 7 of 7) sorted by null

  /external/pcre/dist2/src/
pcre2_substring.c 149 stringptr where to put the pointer to the new memory
162 PCRE2_SPTR stringname, PCRE2_UCHAR **stringptr, PCRE2_SIZE *sizeptr)
178 return pcre2_substring_get_bynumber(match_data, n, stringptr, sizeptr);
197 stringptr where to put a pointer to the new memory
210 uint32_t stringnumber, PCRE2_UCHAR **stringptr, PCRE2_SIZE *sizeptr)
224 *stringptr = yield;
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 389 func stringptr(x string) *string { func
1276 Value: &IndirComment{Comment: stringptr("hi")},
1281 Value: &IndirComment{Comment: stringptr("")},
1324 Value: &IndirChardata{Chardata: stringptr("hi")},
1328 Value: &IndirChardata{Chardata: stringptr("hi")},
1333 Value: &IndirChardata{Chardata: stringptr("")},
1338 MarshalOnly: true, // unmarshal leaves Chardata=stringptr("")
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 389 func stringptr(x string) *string { func
1276 Value: &IndirComment{Comment: stringptr("hi")},
1281 Value: &IndirComment{Comment: stringptr("")},
1324 Value: &IndirChardata{Chardata: stringptr("hi")},
1328 Value: &IndirChardata{Chardata: stringptr("hi")},
1333 Value: &IndirChardata{Chardata: stringptr("")},
1338 MarshalOnly: true, // unmarshal leaves Chardata=stringptr("")
    [all...]
  /prebuilts/go/darwin-x86/test/
cmp.go 20 func stringptr(s string) uintptr { return *(*uintptr)(unsafe.Pointer(&s)) } func
52 if stringptr(c) == stringptr(d) {
  /prebuilts/go/linux-x86/test/
cmp.go 20 func stringptr(s string) uintptr { return *(*uintptr)(unsafe.Pointer(&s)) } func
52 if stringptr(c) == stringptr(d) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenType.py 199 stringptr = InputOnlyType("char*", "s") variable
bgenGenerator.py 291 (stringptr, 'cmd', InMode),

Completed in 140 milliseconds