Home
last modified time | relevance | path

Searched refs:bigStr (Results 1 – 3 of 3) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/tests/
H A DABI48_0_0jsbigstring.cpp41 JSBigFileString bigStr{fd, size}; in TEST() local
44 ASSERT_STREQ(data.c_str(), bigStr.c_str()); in TEST()
56 JSBigFileString bigStr{fd, needle.size(), offset}; in TEST() local
59 ABI48_0_0EXPECT_EQ(needle.length(), bigStr.size()); in TEST()
61 ABI48_0_0EXPECT_EQ(needle[i], bigStr.c_str()[i]); in TEST()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/tests/
H A DABI49_0_0jsbigstring.cpp41 JSBigFileString bigStr{fd, size}; in TEST() local
44 ASSERT_STREQ(data.c_str(), bigStr.c_str()); in TEST()
56 JSBigFileString bigStr{fd, needle.size(), offset}; in TEST() local
59 ABI49_0_0EXPECT_EQ(needle.length(), bigStr.size()); in TEST()
61 ABI49_0_0EXPECT_EQ(needle[i], bigStr.c_str()[i]); in TEST()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/tests/
H A DABI47_0_0jsbigstring.cpp41 JSBigFileString bigStr{fd, size}; in TEST() local
44 ASSERT_STREQ(data.c_str(), bigStr.c_str()); in TEST()
56 JSBigFileString bigStr{fd, needle.size(), offset}; in TEST() local
59 ABI47_0_0EXPECT_EQ(needle.length(), bigStr.size()); in TEST()
61 ABI47_0_0EXPECT_EQ(needle[i], bigStr.c_str()[i]); in TEST()