Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Donce_unittest.cc77 : done_(false), joined_(false), callback_(callback) { in TestThread()
90 return done_; in IsDone()
110 bool done_; member in google::protobuf::__anon2aad2dec0111::OnceInitTest::TestThread
126 done_ = true; in Start()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1134 done_(NULL) {} in MockTestService()
1152 done_ = done; in Foo()
1165 done_ = done; in Bar()
1175 Closure* done_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService
1186 done_(NULL), in MockRpcChannel()
1208 done_ = done; in CallMethod()
1218 Closure* done_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
1255 done_(::google::protobuf::internal::NewPermanentCallback(&DoNothing)) {} in GeneratedServiceTest()
1277 google::protobuf::scoped_ptr<Closure> done_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest
1309 &foo_request_, &foo_response_, done_.get()); in TEST_F()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dproto_writer.h133 bool done() { return done_; } in done()
306 bool done_; variable
Dproto_writer.cc66 done_(false), in ProtoWriter()
84 done_(false), in ProtoWriter()
742 GOOGLE_DCHECK(!done_); in WriteRootMessage()
783 done_ = true; in WriteRootMessage()