Lines Matching refs:name
14 // * Neither the name of Google Inc. nor the names of its
329 // Sets the mock object this mock method belongs to, and sets the name
333 const char* name)
339 name_ = name;
342 // Returns the name of the function being mocked. Must be called
359 // Returns the name of this mock method. Must be called after
363 const char* name;
371 name = name_;
373 return name;
702 state.first_used_test = test_info->name();