Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/platform/
Dplatform_handle.h47 kHandle, in COMPONENT_EXPORT() enumerator
103 bool is_handle() const { return type_ == Type::kHandle; } in COMPONENT_EXPORT()
106 DCHECK_EQ(type_, Type::kHandle); in COMPONENT_EXPORT()
111 DCHECK_EQ(type_, Type::kHandle); in COMPONENT_EXPORT()
118 bool is_handle() const { return type_ == Type::kHandle; } in COMPONENT_EXPORT()
121 if (type_ == Type::kHandle) in COMPONENT_EXPORT()
126 if (type_ == Type::kHandle) in COMPONENT_EXPORT()
Dplatform_handle.cc92 : type_(Type::kHandle), handle_(std::move(handle)) {} in PlatformHandle()
95 : type_(Type::kHandle), handle_(std::move(handle)) {} in PlatformHandle()
/external/libchrome/mojo/public/cpp/platform/tests/
Dplatform_handle_unittest.cc37 kHandle, enumerator
67 if (GetParam() == HandleType::kHandle) in SetUp()
249 testing::Values(HandleType::kHandle)
251 testing::Values(HandleType::kHandle,
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_ops.cc43 /* static */ constexpr const char* const DatasetFromGraphOp::kHandle; member in tensorflow::data::DatasetFromGraphOp
154 OP_REQUIRES_OK(ctx, ctx->set_output(kHandle, outputs[0])); in Compute()
Ddataset_ops.h59 static constexpr const char* const kHandle = "handle"; variable