Searched refs:maybe_string (Results 1 – 9 of 9) sorted by relevance
165 v8::MaybeLocal<v8::String> maybe_string = in ReentrantToWideStringHelper() local167 if (maybe_string.IsEmpty()) in ReentrantToWideStringHelper()170 return ToWideString(pIsolate, maybe_string.ToLocalChecked()); in ReentrantToWideStringHelper()179 v8::MaybeLocal<v8::String> maybe_string = in ReentrantToByteStringHelper() local181 if (maybe_string.IsEmpty()) in ReentrantToByteStringHelper()184 return ToByteString(pIsolate, maybe_string.ToLocalChecked()); in ReentrantToByteStringHelper()
44 .maybe_string(); in urltestdata()188 fn maybe_string(self) -> Option<String>; in maybe_string() method198 self.maybe_string().expect("") in string()201 fn maybe_string(self) -> Option<String> { in maybe_string() method
62 const std::string* maybe_string = actual.GetIfString(); in ExpectStringValue() local63 ASSERT_TRUE(maybe_string); in ExpectStringValue()64 EXPECT_EQ(expected_str, *maybe_string); in ExpectStringValue()
338 optional<String16> maybe_string; in TEST_F() local341 ASSERT_EQ(reply.readString16(&maybe_string), OK); in TEST_F()342 ASSERT_EQ(maybe_string, nullopt); in TEST_F()
619 const std::string* maybe_string = root_dict->FindString("path"); in TEST_P() local620 ASSERT_TRUE(maybe_string); in TEST_P()621 EXPECT_EQ("/tmp/\xC3\xA0\xC3\xA8\xC3\xB2.png", *maybe_string); in TEST_P()
879 data: qlog::HexSlice::maybe_string(Some(token)), in to_qlog()954 stateless_reset_token: qlog::HexSlice::maybe_string(Some( in to_qlog()
7908 let original_destination_connection_id = qlog::HexSlice::maybe_string( in to_qlog()7912 let stateless_reset_token = qlog::HexSlice::maybe_string( in to_qlog()