Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dwrappers.pb.h1372 inline void DoubleValue::set_value(double value) { in set_value() function
1396 inline void FloatValue::set_value(float value) { in set_value() function
1420 inline void Int64Value::set_value(::PROTOBUF_NAMESPACE_ID::int64 value) { in set_value() function
1444 inline void UInt64Value::set_value(::PROTOBUF_NAMESPACE_ID::uint64 value) { in set_value() function
1468 inline void Int32Value::set_value(::PROTOBUF_NAMESPACE_ID::int32 value) { in set_value() function
1492 inline void UInt32Value::set_value(::PROTOBUF_NAMESPACE_ID::uint32 value) { in set_value() function
1516 inline void BoolValue::set_value(bool value) { in set_value() function
1533 inline void StringValue::set_value(const std::string& value) { in set_value() function
1548 inline void StringValue::set_value(std::string&& value) { in set_value() function
1554 inline void StringValue::set_value(const char* value) { in set_value() function
[all …]
Dany.pb.h344 inline void Any::set_value(const std::string& value) { in set_value() function
359 inline void Any::set_value(std::string&& value) { in set_value() function
365 inline void Any::set_value(const char* value) { in set_value() function
372 inline void Any::set_value(const void* value, in set_value() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceFixups.h54 void set_value(const Constant *Value) { in set_value() function
58 void set_value(const ELFSym *Value) { in set_value() function
/third_party/lwip/src/include/lwip/apps/
Dsnmp_scalar.h59 node_instance_set_value_method set_value; member
95 snmp_scalar_array_set_value_method set_value; member
Dsnmp_table.h72 node_instance_set_value_method set_value; member
Dsnmp_core.h214 node_instance_set_value_method set_value; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dcolorbalance.h77 void (* set_value) (GstColorBalance *balance, member
/third_party/gn/src/gn/
Dparse_tree.h426 void set_value(const Token& t) { value_ = t; } in set_value() function
513 void set_value(const Token& t) { value_ = t; } in set_value() function
615 void set_value(const Token& t) { value_ = t; } in set_value() function
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_virtualvalues.h263 void set_value(PRegister reg) { m_value = reg;} in set_value() function
279 void set_value(int i, PRegister reg) { in set_value() function
/third_party/gstreamer/gstreamer/gst/
Dgstiterator.c179 void (*set_value) (GValue * value, gpointer item); member
251 gpointer set_value; in gst_iterator_new_list() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dparser.h48 void set_value(int value) { in set_value() function
/third_party/libabigail/src/
Dabg-ini.cc593 simple_property::set_value(const string_property_value_sptr& value) in set_value() function in abigail::ini::simple_property
671 list_property::set_value(const list_property_value_sptr& value) in set_value() function in abigail::ini::list_property
735 tuple_property::set_value(const tuple_property_value_sptr value) in set_value() function in abigail::ini::tuple_property
Dabg-ir.cc18479 enum_type_decl::enumerator::set_value(int64_t v) in set_value() function in abigail::ir::enum_type_decl::enumerator
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c860 ecma_value_t set_value = ecma_op_typedarray_from_helper (this_val, in ecma_op_typedarray_from() local
941 ecma_value_t set_value = ecma_op_typedarray_from_helper (this_val, in ecma_op_typedarray_from() local
Decma-container-object.c401 ecma_value_t set_value = ecma_make_object_value (object_p); in ecma_op_container_create() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dmakepng.c329 set_value(png_bytep row, size_t rowbytes, png_uint_32 x, unsigned int bit_depth, in set_value() function
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dmakepng.c329 set_value(png_bytep row, size_t rowbytes, png_uint_32 x, unsigned int bit_depth, in set_value() function
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc4007 void set_value(int i) { value_ = i; } in TEST() function in testing::gmock_matchers_test::__anonbffc6dba0111::Uncopyable