ClosureTest       197 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc   static ClosureTest* current_instance_;
ClosureTest       200 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc ClosureTest* ClosureTest::current_instance_ = NULL;
ClosureTest       202 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc TEST_F(ClosureTest, TestClosureFunction0) {
ClosureTest       209 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc TEST_F(ClosureTest, TestClosureMethod0) {
ClosureTest       211 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc                                  &ClosureTest::SetA123Method);
ClosureTest       217 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc TEST_F(ClosureTest, TestClosureFunction1) {
ClosureTest       224 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc TEST_F(ClosureTest, TestClosureMethod1) {
ClosureTest       226 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc                                  &ClosureTest::SetAMethod, 456);
ClosureTest       232 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc TEST_F(ClosureTest, TestClosureFunction1String) {
ClosureTest       239 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc TEST_F(ClosureTest, TestClosureMethod1String) {
ClosureTest       241 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc                                  &ClosureTest::SetCMethod, string("test"));
ClosureTest       247 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc TEST_F(ClosureTest, TestClosureFunction2) {
ClosureTest       257 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc TEST_F(ClosureTest, TestClosureMethod2) {
ClosureTest       260 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc                                  &ClosureTest::SetABMethod, 789, cstr);
ClosureTest       270 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc TEST_F(ClosureTest, TestPermanentClosureFunction0) {
ClosureTest       281 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc TEST_F(ClosureTest, TestPermanentClosureMethod0) {
ClosureTest       283 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc                                           &ClosureTest::SetA123Method);
ClosureTest       293 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc TEST_F(ClosureTest, TestPermanentClosureFunction1) {
ClosureTest       304 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc TEST_F(ClosureTest, TestPermanentClosureMethod1) {
ClosureTest       306 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc                                           &ClosureTest::SetAMethod, 456);
ClosureTest       316 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc TEST_F(ClosureTest, TestPermanentClosureFunction2) {
ClosureTest       332 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc TEST_F(ClosureTest, TestPermanentClosureMethod2) {
ClosureTest       335 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc                                           &ClosureTest::SetABMethod, 789, cstr);
ClosureTest       349 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc TEST_F(ClosureTest, TestPermanentClosureDeleteInCallback) {
ClosureTest       350 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc   permanent_closure_ = NewPermanentCallback((ClosureTest*) this,
ClosureTest       351 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc       &ClosureTest::DeleteClosureInCallback);