Home
last modified time | relevance | path

Searched refs:tag_value (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c52 ecma_builtin_helper_object_to_string_tag_helper (ecma_value_t tag_value) /**< string tag */ in ecma_builtin_helper_object_to_string_tag_helper() argument
54 JERRY_ASSERT (ecma_is_value_string (tag_value)); in ecma_builtin_helper_object_to_string_tag_helper()
56 ecma_string_t *tag_str_p = ecma_get_string_from_value (tag_value); in ecma_builtin_helper_object_to_string_tag_helper()
146 … ecma_value_t tag_value = ecma_op_object_get_by_symbol_id (obj_p, LIT_GLOBAL_SYMBOL_TO_STRING_TAG); in ecma_builtin_helper_object_to_string() local
148 if (ECMA_IS_VALUE_ERROR (tag_value)) in ecma_builtin_helper_object_to_string()
151 return tag_value; in ecma_builtin_helper_object_to_string()
154 if (ecma_is_value_string (tag_value)) in ecma_builtin_helper_object_to_string()
157 return ecma_builtin_helper_object_to_string_tag_helper (tag_value); in ecma_builtin_helper_object_to_string()
160 ecma_free_value (tag_value); in ecma_builtin_helper_object_to_string()
/third_party/boost/libs/log/example/doc/
Dextension_record_tagger.cpp113 std::string tag_value = args[my_keywords::tag | std::string()]; in open_record_unlocked() local
117 if (!tag_value.empty()) in open_record_unlocked()
124 attrs::constant< std::string >(tag_value)); in open_record_unlocked()
/third_party/ltp/tools/
Dgenhtml.pl126 @tag_value = split(/=/,$variable_value_pair[0]);
129 … "<td><p><strong>$tag_value[1]</strong></p></td>\n" .
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c1125 LLVMValueRef tag_value, in s3tc_store_cached_block() argument
1139 LLVMBuildStore(builder, tag_value, ptr); in s3tc_store_cached_block()
1921 LLVMValueRef dxt_block, tag_value; in generate_update_cache_one_block() local
1965 tag_value = LLVMBuildPtrToInt(gallivm->builder, ptr_addr, in generate_update_cache_one_block()
1967 s3tc_store_cached_block(gallivm, col, tag_value, hash_index, cache); in generate_update_cache_one_block()
/third_party/boost/libs/log/doc/
Dattributes.qbk556 ``[macroref BOOST_LOG_SCOPED_LOGGER_TAG]``(logger, tag_name, tag_value);
557 ``[macroref BOOST_LOG_SCOPED_THREAD_TAG]``(tag_name, tag_value);