Home
last modified time | relevance | path

Searched refs:set_raw_string (Results 1 – 13 of 13) sorted by relevance

/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/
H A Dtest_line_ending.py105 base_blob.set_raw_string(base_content)
122 base_blob.set_raw_string(base_content)
142 base_blob.set_raw_string(base_content)
159 base_blob.set_raw_string(base_content)
176 base_blob.set_raw_string(base_content)
196 base_blob.set_raw_string(base_content)
H A Dtest_objects.py284 obj.set_raw_string(data)
290 obj.set_raw_string(data)
342 c1.set_raw_string(c.as_raw_string())
351 c1.set_raw_string(c.as_raw_string())
1028 x.set_raw_string(self.make_tag_text())
1042 x.set_raw_string(self.make_tag_text(tagger=None))
1049 x.set_raw_string(self.make_tag_text(message=None))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/cpp/src/phonenumbers/
H A Dphonenumbermatch.h101 void set_raw_string(const string& raw_string);
H A Dphonenumbermatch.cc65 void PhoneNumberMatch::set_raw_string(const string& raw_string) { in set_raw_string() function in i18n::phonenumbers::PhoneNumberMatch
H A Dphonenumbermatcher.cc497 match->set_raw_string(candidate); in ParseAndVerify()
/dports/devel/libphonenumber/libphonenumber-8.12.39/cpp/src/phonenumbers/
H A Dphonenumbermatch.h101 void set_raw_string(const string& raw_string);
H A Dphonenumbermatch.cc65 void PhoneNumberMatch::set_raw_string(const string& raw_string) { in set_raw_string() function in i18n::phonenumbers::PhoneNumberMatch
H A Dphonenumbermatcher.cc498 match->set_raw_string(candidate); in ParseAndVerify()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Dobjects.py282 self.set_raw_string(text[header_end+1:])
338 def set_raw_string(self, text, sha=None): member in ShaFile
373 self.set_raw_string(_decompress(raw))
433 obj.set_raw_string(string, sha)
452 obj.set_raw_string(string)
585 self.set_raw_string(data)
/dports/devel/dulwich/dulwich-0.19.16/dulwich/
H A Dobjects.py283 self.set_raw_string(text[header_end+1:])
337 def set_raw_string(self, text, sha=None): member in ShaFile
372 self.set_raw_string(_decompress(raw))
433 obj.set_raw_string(string, sha)
453 obj.set_raw_string(string)
587 self.set_raw_string(data)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/cpp/test/phonenumbers/
H A Dphonenumbermatch_test.cc62 match2.set_raw_string("123"); in TEST()
/dports/devel/libphonenumber/libphonenumber-8.12.39/cpp/test/phonenumbers/
H A Dphonenumbermatch_test.cc62 match2.set_raw_string("123"); in TEST()
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dtree.py1260 blob.set_raw_string(file.read())
1276 blob.set_raw_string(encode_git_path(symlink_target))