Home
last modified time | relevance | path

Searched defs:put_value (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dlocal_meta_store.h40 void put_value(const std::string &name, const T &value) { in put_value() function
/third_party/boost/boost/property_tree/
Did_translator.hpp30 boost::optional<T> put_value(const T &v) { return v; } in put_value() function
Dstream_translator.hpp204 boost::optional<internal_type> put_value(const E &v) { in put_value() function in boost::property_tree::stream_translator
/third_party/boost/libs/property_tree/examples/
Dcustom_data_type.cpp35 put_value(const external_type &value) const in put_value() function
/third_party/boost/boost/chrono/io/
Dduration_put.hpp201 …iter_type put_value(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& … in put_value() function in boost::chrono::duration_put
216 …iter_type put_value(iter_type s, std::ios_base& ios, char_type fill, duration<process_times<Rep>, … in put_value() function in boost::chrono::duration_put
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array-prototype.c515 …ecma_value_t put_value = ecma_op_object_put_by_number_index (obj_p, n, argument_list_p[index], tru… in ecma_builtin_array_prototype_object_push() local
666 ecma_value_t put_value = ecma_op_object_put (obj_p, lower_str_p, upper_value, true); in ecma_builtin_array_prototype_object_reverse() local
689 ecma_value_t put_value = ecma_op_object_put (obj_p, upper_str_p, lower_value, true); in ecma_builtin_array_prototype_object_reverse() local
1202 …ecma_value_t put_value = ecma_op_object_put_by_uint32_index (obj_p, index, values_buffer[index], t… in ecma_builtin_array_prototype_object_sort() local
1501 ecma_value_t put_value = ecma_op_object_put_by_uint32_index (obj_p, in ecma_builtin_array_prototype_object_splice() local
1613 …ecma_value_t put_value = ecma_op_object_put_by_uint32_index (obj_p, arg_index, args[arg_index], tr… in ecma_builtin_array_prototype_object_unshift() local
/third_party/boost/libs/property_tree/test/
Dtest_property_tree.cpp66 boost::optional<internal_type> put_value(const E &v) { in put_value() function
/third_party/openssl/ssl/
Dpacket.c164 static int put_value(unsigned char *data, size_t value, size_t len) in put_value() function
/third_party/boost/boost/property_tree/detail/
Dptree_implementation.hpp821 void basic_ptree<K, D, C>::put_value(const Type &value, Translator tr) in put_value() function in boost::property_tree::basic_ptree
834 void basic_ptree<K, D, C>::put_value(const Type &value) in put_value() function in boost::property_tree::basic_ptree