Home | History | Annotate | Download | only in cctest

Lines Matching defs:vector

586     Vector<uc16> range(ranges[i], 2 * kRangeSize);
736 Vector<const uc16> foo(foo_chars, 3);
792 Vector<const uc16> foo(foo_chars, 3);
810 Factory::NewStringFromTwoByte(Vector<const uc16>(input_data, 6));
829 input = Factory::NewStringFromTwoByte(Vector<const uc16>(input_data2, 9));
954 Factory::NewStringFromTwoByte(Vector<const uc16>(input_data, 6));
1095 Vector<const uc16> foo(foo_chars, 3);
1275 RegExpMacroAssemblerIrregexp m(Vector<byte>(codes, 1024));
1282 Vector<const uc16> foo(foo_chars, 3);
1318 Factory::NewStringFromTwoByte(Vector<const uc16>(str1, 6));
1329 Factory::NewStringFromTwoByte(Vector<const uc16>(str2, 6));
1492 Vector<CharacterRange> expected) {
1507 EmbeddedVector<CharacterRange, 1> vector;
1508 vector[0] = expected;
1509 TestRangeCaseIndependence(input, vector);
1558 Vector<const uc16> overlay = CharacterRange::GetWordBounds();