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/v8/src/interpreter/
Dconstant-array-builder.h142 tag_ = Tag::kHandle; in SetDeferred()
168 kHandle, enumerator
Dconstant-array-builder.cc93 case Entry::Tag::kHandle: in CheckAllElementsAreUnique()
371 case Tag::kHandle: in ToHandle()