Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A 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/ltp/tools/sparse/sparse-src/
H A Dlinearize.h61 static inline bool is_positive(pseudo_t pseudo, unsigned size) in is_positive() function
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.h516 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, in RegExpLookaround() argument
531 bool is_positive() const { return is_positive_; } in is_positive() function in v8::internal::final
H A Dregexp-compiler-tonode.cc967 RegExpLookaround::Builder::Builder(bool is_positive, RegExpNode* on_success, in RationalizeConsecutiveAtoms() argument
H A Dregexp-parser.cc582 bool is_positive = (group_type == POSITIVE_LOOKAROUND); in ParseDisjunction() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc931 auto is_positive = std::bind(std::less<int>(), 0, std::cref(value)); in TEST() local

Completed in 16 milliseconds