Searched refs:string8 (Results 1 – 4 of 4) sorted by relevance
87 String8 string8(string16); in TEST_F() local89 EXPECT_EQ(4U, string8.length()); in TEST_F()96 String8 string8(string32); in TEST_F() local97 EXPECT_EQ(10U, string8.length()); in TEST_F()
59 if (base::expected<StringPiece, NullOrIOError> type_str = type_string_ref.string8(); in ToResourceName()77 if (base::expected<StringPiece, NullOrIOError> entry_str = entry_string_ref.string8(); in ToResourceName()
4464 outName->type8 = UnpackOptionalString(entry.typeStr.string8(), &outName->typeLen); in getResourceName()4465 outName->name8 = UnpackOptionalString(entry.keyStr.string8(), &outName->nameLen); in getResourceName()6399 base::expected<StringPiece, NullOrIOError> StringPoolRef::string8() const { in string8() function in android::StringPoolRef
582 base::expected<StringPiece, NullOrIOError> string8() const;