Home
last modified time | relevance | path

Searched refs:SetCFunction (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dcommon_unittest.cc173 static void SetCFunction(string c) { current_instance_->c_ = c; } in SetCFunction() function in google::protobuf::__anonbe4607990111::ClosureTest
234 Closure* closure = NewCallback(&SetCFunction, string("test")); in TEST_F()