Searched defs:a_value (Results 1 – 12 of 12) sorted by relevance
8 a_typedef a_value; variable
267 explicit DogAdder(const char* a_value) : value_(a_value) {} in DogAdder()305 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper()
156 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {} in PrintableViaPrintToTemplate()
3754 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable()
476 TestProperty(const char* a_key, const char* a_value) : in TestProperty()
1307 explicit ActionResultHolder(T a_value) : value_(a_value) {} in ActionResultHolder()
473 explicit IntValue(int a_value) : value_(a_value) {} in IntValue()2799 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable()3469 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable()