HomeSort by relevance Sort by last modified time
    Searched defs:IsCanceled (Results 1 - 5 of 5) sorted by null

  /external/nanopb-c/generator/google/protobuf/
service.py 178 def IsCanceled(self):
  /external/protobuf/python/google/protobuf/
service.py 178 def IsCanceled(self):
  /external/libchrome/base/task/
cancelable_task_tracker.cc 41 bool IsCanceled(const CancellationFlag* flag,
140 Bind(&IsCanceled, flag, base::Owned(untrack_and_delete_flag_runner));
  /frameworks/native/libs/vr/libpdx_uds/
service_dispatcher.cpp 158 while (!IsCanceled()) {
198 bool ServiceDispatcher::IsCanceled() const { return canceled_; }
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]

Completed in 110 milliseconds