Lines Matching refs:skipList
505 std::unique_ptr<PtJson> skipList;
506 ret = params.GetArray("skipList", &skipList);
508 int32_t len = skipList->GetSize();
511 std::unique_ptr<LocationRange> obj = LocationRange::Create(*skipList->Get(i));
513 error += "'skipList' items LocationRange is invalid;";
523 error += "Wrong type of 'skipList';";
569 std::unique_ptr<PtJson> skipList;
570 ret = params.GetArray("skipList", &skipList);
572 int32_t len = skipList->GetSize();
575 std::unique_ptr<LocationRange> obj = LocationRange::Create(*skipList->Get(i));
577 error += "'skipList' items LocationRange is invalid;";
587 error += "Wrong type of 'skipList';";