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()
179 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {} in PrintableViaPrintToTemplate()
3865 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable()
97 char *a_value; /* value of that field */ member
374 TestProperty(const std::string& a_key, const std::string& a_value) in TestProperty()
100 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable()
370 explicit MyNonDefaultConstructible(int a_value) : value_(a_value) {} in MyNonDefaultConstructible()
405 explicit IntValue(int a_value) : value_(a_value) {} in IntValue()
352 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable()