Searched refs:DogAdder (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest-param-test_test.cc265 class DogAdder { class
267 explicit DogAdder(const char* a_value) : value_(a_value) {} function in class:DogAdder
268 DogAdder(const DogAdder& other) : value_(other.value_.c_str()) {} function in class:DogAdder
270 DogAdder operator=(const DogAdder& other) {
275 DogAdder operator+(const DogAdder& other) const {
278 return DogAdder(msg.GetString().c_str());
280 bool operator<(const DogAdder
[all...]
/external/gtest/test/
H A Dgtest-param-test_test.cc265 class DogAdder { class
267 explicit DogAdder(const char* a_value) : value_(a_value) {} function in class:DogAdder
268 DogAdder(const DogAdder& other) : value_(other.value_.c_str()) {} function in class:DogAdder
270 DogAdder operator=(const DogAdder& other) {
275 DogAdder operator+(const DogAdder& other) const {
278 return DogAdder(msg.GetString().c_str());
280 bool operator<(const DogAdder
[all...]
/external/protobuf/gtest/test/
H A Dgtest-param-test_test.cc206 class DogAdder { class
208 explicit DogAdder(const char* value) : value_(value) {} function in class:DogAdder
209 DogAdder(const DogAdder& other) : value_(other.value_.c_str()) {} function in class:DogAdder
211 DogAdder operator=(const DogAdder& other) {
216 DogAdder operator+(const DogAdder& other) const {
219 return DogAdder(msg.GetString().c_str());
221 bool operator<(const DogAdder
[all...]

Completed in 151 milliseconds