OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCanceled
(Results
1 - 14
of
14
) sorted by null
/frameworks/native/libs/vr/libpdx/private/pdx/
service_dispatcher.h
73
virtual bool
IsCanceled
() const = 0;
mock_service_dispatcher.h
18
MOCK_CONST_METHOD0(
IsCanceled
, bool());
/frameworks/native/libs/vr/libpdx_uds/private/uds/
service_dispatcher.h
28
bool
IsCanceled
() const override;
/external/nanopb-c/generator/google/protobuf/
service.py
178
def
IsCanceled
(self):
/external/protobuf/python/google/protobuf/
service.py
178
def
IsCanceled
(self):
/external/protobuf/src/google/protobuf/
service.h
246
virtual bool
IsCanceled
() const = 0;
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
service.h
245
virtual bool
IsCanceled
() const = 0;
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
service.h
245
virtual bool
IsCanceled
() const = 0;
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
service.h
245
virtual bool
IsCanceled
() const = 0;
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
service.h
246
virtual bool
IsCanceled
() const = 0;
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
service.h
245
virtual bool
IsCanceled
() const = 0;
/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 1975 milliseconds