Home
last modified time | relevance | path

Searched refs:is_new (Results 1 – 4 of 4) sorted by relevance

/external/toybox/kconfig/
Dconf.c284 bool is_new; in conf_choice() local
288 is_new = !sym_has_value(sym); in conf_choice()
351 if (!is_new) { in conf_choice()
/external/avahi/avahi-core/
Dwide-area.c404 int is_new; in add_to_cache() local
410 is_new = 0; in add_to_cache()
417 is_new = 1; in add_to_cache()
451 if (is_new) in add_to_cache()
/external/protobuf/src/google/protobuf/
Dextension_set.cc771 bool is_new = MaybeNewExtension(iter->first, other_extension.descriptor, in MergeFrom() local
773 if (is_new) { in MergeFrom()
787 if (is_new) { \ in MergeFrom()
807 if (is_new) { in MergeFrom()
853 bool is_new = MaybeNewExtension(iter->first, in MergeFrom() local
856 if (is_new) { in MergeFrom()
/external/v8/src/parsing/
Dparser-base.h785 ExpressionT ParseSuperExpression(bool is_new,
2533 const bool is_new = true; in ParseMemberWithNewPrefixesExpression() local
2534 result = ParseSuperExpression(is_new, classifier, CHECK_OK); in ParseMemberWithNewPrefixesExpression()
2608 const bool is_new = false; in ParseMemberExpression() local
2609 result = ParseSuperExpression(is_new, classifier, CHECK_OK); in ParseMemberExpression()
2763 ParserBase<Traits>::ParseSuperExpression(bool is_new, in ParseSuperExpression() argument
2779 if (!is_new && peek() == Token::LPAREN && IsSubclassConstructor(kind)) { in ParseSuperExpression()