Home | History | Annotate | Download | only in gtest

Lines Matching defs:full_name

358   const String& full_name = String::Format("%s.%s",
382 return (MatchesFilter(full_name, positive.c_str()) &&
383 !MatchesFilter(full_name, negative.c_str()));