Searched refs:a_value (Results 1 – 12 of 12) sorted by relevance
80 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() argument
260 explicit DogAdder(const char* a_value) : value_(a_value) {} in DogAdder() argument298 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() argument
159 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {} in PrintableViaPrintToTemplate() argument
3850 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable() argument
41 enum { a_value, a_assignment } type; enumerator
89 $$->type = a_value;
1378 (yyval.assignment)->type = a_value;
96 char *a_value; /* value of that field */ member219 argv[argc].a_value = *pvp;273 if (i >= argc || argv[i].a_value == NULL)284 p = argv[i].a_value;
218 explicit MyNonDefaultConstructible(int a_value) : value_(a_value) {} in MyNonDefaultConstructible() argument
623 explicit IntValue(int a_value) : value_(a_value) {} in IntValue() argument761 ConvertibleFromAny(int a_value) : value(a_value) {} in ConvertibleFromAny()794 IntReferenceWrapper(const int& a_value) : value(&a_value) {} in IntReferenceWrapper()3903 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable() argument4735 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable() argument
1144 explicit GiantTemplate(int a_value) : value(a_value) {} in GiantTemplate()
532 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() argument533 key_(a_key), value_(a_value) { in TestProperty()