Searched refs:kValue (Results 1 – 5 of 5) sorted by relevance
134 constexpr static const char kValue[] = {kGuestFunctionWrapperSignatureChar<Result>,141 kGuestFunctionWrapperSignatureHelper<std::decay_t<Func>>::kValue)] =142 kGuestFunctionWrapperSignatureHelper<std::decay_t<Func>>::kValue;
606 int32_t kValue = 12345; in TEST_F() local607 LocalChannelHandle handle{nullptr, kValue}; in TEST_F()610 ChannelHandleMatcher(kValue)))) in TEST_F()619 int32_t kValue = 12345; in TEST_F() local620 BorrowedChannelHandle handle{kValue}; in TEST_F()624 ChannelHandleMatcher(kValue)))) in TEST_F()633 int32_t kValue = 12345; in TEST_F() local634 RemoteChannelHandle handle{kValue}; in TEST_F()638 ChannelHandleMatcher(kValue)))) in TEST_F()639 .WillOnce(Return(kValue)) in TEST_F()[all …]
103 static const T kValue = kInitializer; in static_ref()104 return Optional(std::cref(kValue)); in static_ref()
41 constexpr static auto& kValue = FmtSpec::Get(static_cast<std::decay_t<Type>>(0));88 BERBERIS_CHECK_PREFIX, " " #op " ", berberis::FmtSpec::kValue<decltype(v1)>, \89 berberis::FmtSpec::kValue<decltype(v2)>); \
47 static void* kValue = static_cast<void*>(new bool{true}); variable53 auto alreadyAttached = binder->attachObject(kId, kValue, nullptr /*cookie*/, clean); in attach()57 return binder != nullptr && binder->findObject(kId) == kValue; in has()