Searched defs:a_value (Results 1 – 16 of 16) sorted by relevance
111 const Value* a_value = result.scope_value()->GetValue("a"); in TEST_F() local154 const Value* a_value = result.scope_value()->GetValue("a"); in TEST_F() local
181 Value a_value(nullptr, "foo"); in TEST_F() local
68 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()
155 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {} in PrintableViaPrintToTemplate()
3843 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable()
165 BigUnsigned<84> a_value("3" + std::string(a, '0')); in TEST() local
59 uint32_t a_value = determine_priority_type_value(a); in device_type_compare() local
179 struct def_value a_value = chase_copies((struct def_value){ in can_skip_interference() local
530 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty()
374 TestProperty(const std::string& a_key, const std::string& a_value) in TestProperty()
382 TestProperty(const std::string& a_key, const std::string& a_value) in TestProperty()
94 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable()
369 explicit MyNonDefaultConstructible(int a_value) : value_(a_value) {} in MyNonDefaultConstructible()
404 explicit IntValue(int a_value) : value_(a_value) {} in IntValue()
342 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable()