Home
last modified time | relevance | path

Searched defs:positive (Results 1 – 25 of 47) sorted by relevance

12

/third_party/boost/boost/spirit/home/classic/core/composite/
Dpositive.hpp43 struct positive struct
46 typedef positive<S> self_t;
47 typedef unary_parser_category parser_category_t;
48 typedef positive_parser_gen parser_generator_t;
49 typedef unary<S, parser<self_t> > base_t;
51 positive(S const& a) in positive() argument
56 parse(ScannerT const& scan) const in parse()
/third_party/boost/libs/contract/example/features/
Dfriend_invariant.cpp12 class positive { class
47 explicit positive(T const& value) : value_(value) {} in positive() function in positive
Dunion.cpp16 union positive { union
28 explicit positive(int x) : d_(0) { in positive() function
84 explicit positive(double x) : d_(0) { in positive() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DAdoptingModifierStore.java16 private final Modifier positive; field in AdoptingModifierStore
29 …public AdoptingModifierStore(Modifier positive, Modifier posZero, Modifier negZero, Modifier negat… in AdoptingModifierStore()
DPatternStringParser.java92 public ParsedSubpatternInfo positive; field in PatternStringParser.ParsedPatternInfo
550 ParsedSubpatternInfo positive = patternInfo.positive; in patternInfoToProperties() local
DMutablePatternModifier.java180 Modifier positive = createConstantModifier(a, b); in createImmutable() local
/third_party/boost/boost/spirit/home/x3/char/
Dnegated_char_parser.hpp32 Positive positive; member
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DConstantFoldingOverflow_test.cpp27 void evaluateFloatOverflow(const std::string &floatString, bool positive) in evaluateFloatOverflow()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DConstantFoldingOverflow_test.cpp27 void evaluateFloatOverflow(const std::string &floatString, bool positive) in evaluateFloatOverflow()
/third_party/boost/boost/intrusive/detail/
Davltree_node.hpp114 BOOST_INTRUSIVE_FORCEINLINE static balance positive() in positive() function
160 BOOST_INTRUSIVE_FORCEINLINE static balance positive() in positive() function
Dany_node_and_algorithms.hpp193 BOOST_INTRUSIVE_FORCEINLINE static balance positive() in positive() function
/third_party/boost/boost/spirit/home/qi/char/
Dchar_parser.hpp107 Positive positive; member
/third_party/boost/libs/intrusive/example/
Ddoc_avltree_algorithms.cpp45 static balance positive() { return 1; } in positive() function
/third_party/boost/boost/spirit/home/karma/char/
Dchar_generator.hpp117 Positive positive; member
/third_party/json/test/src/
Dunit-cbor.cpp222 uint64_t positive = static_cast<uint64_t>(-1 - i); variable
279 … uint32_t positive = static_cast<uint32_t>(static_cast<uint64_t>(-1 - i) & 0x00000000ffffffff); variable
320 uint16_t positive = static_cast<uint16_t>(-1 - i); variable
/third_party/icu/icu4c/source/i18n/
Dnumber_patternstring.h76 ParsedSubpatternInfo positive; member
Dnumber_patternstring.cpp483 const ParsedSubpatternInfo& positive = patternInfo.positive; in patternInfoToProperties() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_patternstring.h76 ParsedSubpatternInfo positive; member
Dnumber_patternstring.cpp483 const ParsedSubpatternInfo& positive = patternInfo.positive; in patternInfoToProperties() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_patternstring.h64 ParsedSubpatternInfo positive; member
/third_party/node/deps/icu-small/source/i18n/
Dnumber_patternstring.h77 ParsedSubpatternInfo positive; member
/third_party/python/Parser/pegen/
Dpegen.c743 _PyPegen_lookahead_with_name(int positive, expr_ty (func)(Parser *), Parser *p) in _PyPegen_lookahead_with_name()
752 _PyPegen_lookahead_with_string(int positive, expr_ty (func)(Parser *, const char*), Parser *p, cons… in _PyPegen_lookahead_with_string()
761 _PyPegen_lookahead_with_int(int positive, Token *(func)(Parser *, int), Parser *p, int arg) in _PyPegen_lookahead_with_int() argument
770 _PyPegen_lookahead(int positive, void *(func)(Parser *), Parser *p) in _PyPegen_lookahead()
/third_party/boost/boost/regex/v4/
Dperl_matcher_non_recursive.hpp84 bool positive; member
296 …l_matcher<BidiIterator, Allocator, traits>::push_assertion(const re_syntax_base* ps, bool positive) in push_assertion()
/third_party/boost/boost/container_hash/
Dhash.hpp278 T positive = val < 0 ? -1 - val : val; in hash_value_signed() local
/third_party/boost/tools/quickbook/src/
Dactions.hpp76 bool positive; member

12