Home
last modified time | relevance | path

Searched defs:current_value (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/boost/archive/iterators/
Dxml_escape.hpp56 char current_value = * this->base_reference(); in fill() local
89 wchar_t current_value = * this->base_reference(); in fill() local
/third_party/grpc/src/core/lib/gpr/
Datm.cc27 gpr_atm current_value; in gpr_atm_no_barrier_clamped_add() local
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
Darea_code_map.cc80 int32 current_value = storage_->GetPrefix(current); in BinarySearch() local
/third_party/boost/boost/thread/
Dtss.hpp84 T* const current_value=get(); in reset() local
/third_party/ltp/testcases/kernel/syscalls/prctl/
Dprctl08.c73 unsigned long current_value; in check_inherit_timerslack() local
/third_party/boost/libs/range/test/
Dirange.cpp72 for (std::ptrdiff_t current_value = first_p; in test_irange_impl() local
/third_party/boost/boost/property_tree/json_parser/detail/
Dstandard_callbacks.hpp90 string& current_value() { in current_value() function in boost::property_tree::json_parser::detail::standard_callbacks
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array-prototype.c1991 ecma_value_t current_value = ecma_op_object_find_by_uint32_index (obj_p, index); in ecma_builtin_array_prototype_object_map() local
2194 … ecma_value_t current_value = ecma_op_object_find_by_uint32_index (obj_p, start_from_left ? index : in ecma_builtin_array_reduce_from() local
2229 ecma_value_t current_value = ecma_op_object_find_by_uint32_index (obj_p, corrected_index); in ecma_builtin_array_reduce_from() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c696 ecma_value_t current_value, /**< given value to set */ in ecma_op_typedarray_from_helper()
931 ecma_value_t current_value = ecma_op_object_find_by_uint32_index (arraylike_object_p, index); in ecma_op_typedarray_from() local
Decma-promise-object.c190 ecma_value_t current_value = already_resolved_p->u.class_prop.u.value; in ecma_is_resolver_already_called() local
/third_party/libinput/src/
Devdev-tablet.h70 int current_value[LIBINPUT_TABLET_TOOL_AXIS_MAX + 1]; member
/third_party/boost/boost/compute/container/
Dflat_set.hpp173 value_type current_value; in insert() local
Dflat_map.hpp184 value_type current_value; in insert() local
/third_party/node/src/
Denv.h1190 bool current_value = emit_env_nonstring_warning_; in EmitProcessEnvWarning() local
1196 bool current_value = emit_err_name_warning_; in EmitErrNameWarning() local
/third_party/boost/boost/heap/detail/
Dmutable_heap.hpp379 value_type const & current_value = it->first; in update() local
/third_party/boost/boost/units/detail/
Dlinear_algebra.hpp362 typedef typename current_row::item current_value; typedef
389 typedef typename current_row::item current_value; typedef
/third_party/protobuf/src/google/protobuf/
Dtext_format.cc1150 const std::string& current_value = tokenizer_.current().text; in Consume() local
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin3.c1592 gint stream_type, gint * current_value, gint stream, in gst_play_bin3_set_current_stream()