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

  /external/sfntly/cpp/src/test/
font_data_test.cc 274 ReadableFontDataPtr r_slice; local
278 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
279 WriteFontDataWithSingleByte(r_slice, w_slice);
287 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
288 WriteFontDataWithBuffer(r_slice, w_slice, buffer_size);
295 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
296 WriteFontDataWithSlidingWindow(r_slice, w_slice, window_size);
  /external/grpc-grpc/test/core/tsi/alts/handshaker/
alts_handshaker_service_api_test_lib.cc 321 static bool slice_equals(grpc_slice* l_slice, grpc_slice* r_slice) {
322 if (l_slice == nullptr && r_slice == nullptr) {
325 if (l_slice != nullptr && r_slice != nullptr) {
326 return grpc_slice_eq(*l_slice, *r_slice);

Completed in 230 milliseconds