Home
last modified time | relevance | path

Searched refs:ToUnixLineEnding (Results 1 – 2 of 2) sorted by relevance

/third_party/googletest/googlemock/test/
Dgmock_output_test.py58 def ToUnixLineEnding(s): function
129 output = ToUnixLineEnding(output)
164 golden = ToUnixLineEnding(golden)
/third_party/googletest/googletest/test/
Dgoogletest-output-test.py84 def ToUnixLineEnding(s): function
196 output = ToUnixLineEnding(output)
289 golden = ToUnixLineEnding(golden_file.read().decode())