Home
last modified time | relevance | path

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

/freebsd/bin/sh/tests/builtins/
H A Dread10.04 v=original_value
H A Dread11.012 v=original_value
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc159 int original_value = *it; // Have to compute it outside of macro call to be in TEST() local
161 EXPECT_EQ(original_value, *(it++)); in TEST()