Searched refs:MakeSlice (Results 1 – 2 of 2) sorted by relevance
/third_party/grpc/test/cpp/microbenchmarks/ |
D | bm_chttp2_hpack.cc | 40 static grpc_slice MakeSlice(std::vector<uint8_t> bytes) { in MakeSlice() function 500 return {MakeSlice({})}; in GetBenchmarkSlices() 507 return {MakeSlice( in GetInitSlices() 511 return {MakeSlice({0xbe})}; in GetBenchmarkSlices() 519 return {MakeSlice( in GetBenchmarkSlices() 527 return {MakeSlice( in GetInitSlices() 531 return {MakeSlice({0x7e, 0x03, 'd', 'e', 'f'})}; in GetBenchmarkSlices() 538 return {MakeSlice({0x40, 0x03, 'a', 'b', 'c', 0x03, 'd', 'e', 'f'})}; in GetInitSlices() 541 return {MakeSlice({0xbe})}; in GetBenchmarkSlices() 549 return {MakeSlice({0x40, 0x03, 'a', 'b', 'c', 0x03, 'd', 'e', 'f'})}; in GetBenchmarkSlices() [all …]
|
/third_party/skia/third_party/externals/tint/tools/src/list/ |
D | list.go | 63 return list{reflect.MakeSlice(slice, count, count)} 130 new := reflect.MakeSlice(l.v.Type(), count, count)
|