Home
last modified time | relevance | path

Searched refs:kAllow (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/common/
Dassert-scope.cc26 template <PerThreadAssertType kType, bool kAllow>
27 PerThreadAssertScope<kType, kAllow>::PerThreadAssertScope() in PerThreadAssertScope()
30 PerThreadDataBit<kType>::update(old_data_.value(), kAllow); in PerThreadAssertScope()
33 template <PerThreadAssertType kType, bool kAllow>
34 PerThreadAssertScope<kType, kAllow>::~PerThreadAssertScope() { in ~PerThreadAssertScope()
39 template <PerThreadAssertType kType, bool kAllow>
40 void PerThreadAssertScope<kType, kAllow>::Release() { in Release()
46 template <PerThreadAssertType kType, bool kAllow>
47 bool PerThreadAssertScope<kType, kAllow>::IsAllowed() { in IsAllowed()
Dassert-scope.h34 template <PerThreadAssertType kType, bool kAllow>
187 template <PerThreadAssertType kType, bool kAllow>
190 : public PerThreadAssertScope<kType, kAllow> {
/third_party/skia/src/utils/
DSkDashPathPriv.h38 kAllow, enumerator
51 StrokeRecApplication = StrokeRecApplication::kAllow);
DSkDashPath.cpp361 bool specialLine = (StrokeRecApplication::kAllow == strokeRecApplication) && in InternalFilter()
/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc291 case kAllow: in ReportUninterestingCall()
449 if (mock_behavior >= kAllow && mock_behavior <= kFail) { in intToCallReaction()
573 SetReactionOnUninterestingCalls(mock_obj, internal::kAllow); in AllowUninterestingCalls()
672 return Mock::GetReactionOnUninterestingCalls(mock_obj) == internal::kAllow; in IsNice()
/third_party/node/deps/v8/include/
Dv8-function.h35 ConstructorBehavior behavior = ConstructorBehavior::kAllow,
Dv8-template.h372 enum class ConstructorBehavior { kThrow, kAllow }; enumerator
488 ConstructorBehavior behavior = ConstructorBehavior::kAllow,
499 ConstructorBehavior behavior = ConstructorBehavior::kAllow,
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h353 kAllow, enumerator
1772 reaction == kAllow ? LogIsVisible(kInfo) : in InvokeWith()
/third_party/googletest/googlemock/test/
Dgmock-spec-builders_test.cc52 using ::testing::internal::kAllow;
626 GMOCK_FLAG_SET(default_mock_behavior, kAllow); in TEST()
/third_party/node/src/
Dutil.h857 v8::ConstructorBehavior behavior = v8::ConstructorBehavior::kAllow,
/third_party/node/deps/v8/src/wasm/
Dwasm-js.cc2648 has_prototype ? ConstructorBehavior::kAllow : ConstructorBehavior::kThrow; in NewFunctionTemplate()
/third_party/node/deps/v8/src/api/
Dapi.cc1389 ConstructorBehavior::kAllow, false, cache_property, in NewWithCache()