Home
last modified time | relevance | path

Searched defs:StringSlice (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/modules/skplaintexteditor/include/
H A Dstringslice.h16 StringSlice(const char* s, std::size_t l) { this->insert(0, s, l); } in StringSlice() function
18 StringSlice(const StringSlice& that) : StringSlice(that.begin(), that.size()) {} in StringSlice() function
/aosp_15_r20/external/skia/modules/skplaintexteditor/src/
H A Dstringslice.cpp15 StringSlice::StringSlice(StringSlice&& that) in StringSlice() function in StringSlice
/aosp_15_r20/prebuilts/go/linux-x86/src/sort/
Dsort.go151 type StringSlice []string type
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dpointer_unsafe.go111 func (p pointer) StringSlice() *[]string { return (*[]string)(p.p) } func
H A Dpointer_reflect.go123 func (p pointer) StringSlice() *[]string { return p.v.Interface().(*[]string) } func
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fuzzers/
H A Dapi_fuzzer.proto31 message StringSlice { message
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Ddecode_test.go1422 StringSlice []string member