Searched defs:a_value (Results 1 – 11 of 11) sorted by relevance
41 enum { a_value, a_assignment } type; enumerator
71 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType()
215 explicit DogAdder(const char* a_value) : value_(a_value) {} in DogAdder()250 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper()
174 PrintableViaPrintToTemplate(const T & a_value) PrintableViaPrintToTemplate() argument
3861 Uncopyable(int a_value) Uncopyable() argument
97 char *a_value; /* value of that field */ member
375 : key_(a_key), value_(a_value) {} in TestProperty() argument
100 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable()
370 explicit MyNonDefaultConstructible(int a_value) : value_(a_value) {} in MyNonDefaultConstructible()
352 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable() argument
405 explicit IntValue(int a_value) : value_(a_value) {} in IntValue() argument