Home
last modified time | relevance | path

Searched defs:is_positive (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-ast.h516 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, in RegExpLookaround()
531 bool is_positive() const { return is_positive_; } in is_positive() function
Dregexp-parser.cc582 bool is_positive = (group_type == POSITIVE_LOOKAROUND); in ParseDisjunction() local
Dregexp-compiler-tonode.cc967 RegExpLookaround::Builder::Builder(bool is_positive, RegExpNode* on_success, in RationalizeConsecutiveAtoms()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc931 auto is_positive = std::bind(std::less<int>(), 0, std::cref(value)); local
/third_party/googletest/googlemock/test/
Dgmock-matchers-comparisons_test.cc1425 Matcher<int> is_positive = Gt(0); in TEST() local
1553 Matcher<int> is_positive = Gt(0); in TEST() local
/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.cc8145 Node* is_positive = graph()->NewNode(simplified()->NumberLessThanOrEqual(), in ReduceRegExpPrototypeTest() local