Negate             54 crypto/p224.h  void CRYPTO_EXPORT Negate(const Point& a, Point* out);
Negate            178 crypto/p224_spake.cc   p224::Negate(MNpw, &minus_MNpw);
Negate            804 crypto/p224_unittest.cc   p224::Negate(b, &minus_b);
Negate            172 ppapi/tests/test_test_internals.cc #define ASSERT_SUBTEST_FAILURE(param) ASSERT_SUBTEST_SUCCESS(Negate(param))
Negate           1463 third_party/re2/re2/parse.cc       ccb1.Negate();
Negate           1763 third_party/re2/re2/parse.cc     re->ccb_->Negate();
Negate            251 third_party/re2/re2/regexp.h   CharClass* Negate();
Negate            594 third_party/re2/re2/regexp.h   void Negate();
Negate            119 third_party/re2/re2/testing/charclass_test.cc   return cc->Negate();
Negate            128 third_party/re2/re2/testing/charclass_test.cc   ncc->Negate();
Negate            170 third_party/re2/re2/testing/charclass_test.cc   CharClass* ncc = Negate(cc);
Negate            265 third_party/re2/re2/tostring.cc         cc = cc->Negate();