/external/protobuf/src/google/protobuf/ |
D | wrappers.pb.h | 901 inline void DoubleValue::set_value(double value) { in set_value() function 919 inline void FloatValue::set_value(float value) { in set_value() function 937 inline void Int64Value::set_value(::google::protobuf::int64 value) { in set_value() function 955 inline void UInt64Value::set_value(::google::protobuf::uint64 value) { in set_value() function 973 inline void Int32Value::set_value(::google::protobuf::int32 value) { in set_value() function 991 inline void UInt32Value::set_value(::google::protobuf::uint32 value) { in set_value() function 1009 inline void BoolValue::set_value(bool value) { in set_value() function 1027 inline void StringValue::set_value(const ::std::string& value) { in set_value() function 1032 inline void StringValue::set_value(const char* value) { in set_value() function 1038 inline void StringValue::set_value(const char* value, in set_value() function [all …]
|
D | any.pb.h | 209 inline void Any::set_value(const ::std::string& value) { in set_value() function 214 inline void Any::set_value(const char* value) { in set_value() function 219 inline void Any::set_value(const void* value, size_t size) { in set_value() function
|
D | any.pb.cc | 456 void Any::set_value(const ::std::string& value) { in set_value() function in google::protobuf::Any 461 void Any::set_value(const char* value) { in set_value() function in google::protobuf::Any 466 void Any::set_value(const void* value, size_t size) { in set_value() function in google::protobuf::Any
|
D | wrappers.pb.cc | 561 void DoubleValue::set_value(double value) { in set_value() function in google::protobuf::DoubleValue 819 void FloatValue::set_value(float value) { in set_value() function in google::protobuf::FloatValue 1079 void Int64Value::set_value(::google::protobuf::int64 value) { in set_value() function in google::protobuf::Int64Value 1339 void UInt64Value::set_value(::google::protobuf::uint64 value) { in set_value() function in google::protobuf::UInt64Value 1599 void Int32Value::set_value(::google::protobuf::int32 value) { in set_value() function in google::protobuf::Int32Value 1859 void UInt32Value::set_value(::google::protobuf::uint32 value) { in set_value() function in google::protobuf::UInt32Value 2117 void BoolValue::set_value(bool value) { in set_value() function in google::protobuf::BoolValue 2392 void StringValue::set_value(const ::std::string& value) { in set_value() function in google::protobuf::StringValue 2397 void StringValue::set_value(const char* value) { in set_value() function in google::protobuf::StringValue 2403 void StringValue::set_value(const char* value, in set_value() function in google::protobuf::StringValue [all …]
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | copy_set_operations.c | 29 void WebRtcSpl_MemSetW16(int16_t *ptr, int16_t set_value, size_t length) in WebRtcSpl_MemSetW16() 40 void WebRtcSpl_MemSetW32(int32_t *ptr, int32_t set_value, size_t length) in WebRtcSpl_MemSetW32()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceFixups.h | 54 void set_value(const Constant *Value) { in set_value() function 58 void set_value(const ELFSym *Value) { in set_value() function
|
/external/libcxx/src/ |
D | future.cpp | 92 __assoc_sub_state::set_value() in set_value() function in __assoc_sub_state 228 promise<void>::set_value() in set_value() function in promise
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | struct_with_traits_impl.h | 152 void set_value(int32_t value) { value_ = value; } in set_value() function 178 void set_value(int32_t value) { value_ = value; } in set_value() function
|
/external/libchrome/mojo/public/cpp/system/ |
D | message.h | 39 void set_value(MojoMessageHandle value) { value_ = value; } in set_value() function
|
D | handle.h | 173 void set_value(MojoHandle value) { value_ = value; } in set_value() function
|
/external/libtextclassifier/lang_id/common/fel/ |
D | feature-descriptors.h | 39 void set_value(const string &value) { value_ = value; } in set_value() function
|
/external/libchrome/base/threading/ |
D | thread_local_unittest.cc | 36 void set_value(char* val) { val_ = val; } in set_value() function in base::__anonb73aca820111::SetThreadLocal
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/ |
D | await_result.pass.cpp | 47 void set_value(int x) { in set_value() function
|
/external/v8/src/ |
D | property-descriptor.h | 88 void set_value(Handle<Object> value) { value_ = value; } in set_value() function
|
D | splay-tree.h | 137 void set_value(const Value& value) { node_->value_ = value; } in set_value() function
|
D | objects-inl.h | 977 void HeapNumberBase::set_value(double value) { in set_value() function
|
/external/u-boot/include/asm-generic/ |
D | gpio.h | 256 int (*set_value)(struct udevice *dev, unsigned offset, int value); member
|
/external/google-breakpad/src/client/windows/common/ |
D | ipc_protocol.h | 67 void set_value(const wchar_t* value_arg) { in set_value() function
|
/external/clang/test/Sema/ |
D | warn-thread-safety-analysis.c | 67 void set_value(int *a, int value) EXCLUSIVE_LOCKS_REQUIRED(foo_.mu_) { in set_value() function
|
/external/u-boot/include/power/ |
D | regulator.h | 192 int (*set_value)(struct udevice *dev, int uV); member
|
/external/grpc-grpc/test/cpp/qps/ |
D | client.h | 112 void set_value(double v) { in set_value() function
|
/external/pdfium/fxjs/ |
D | cjs_event.cpp | 284 CJS_Return event::set_value(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_value() function in event
|
D | cjs_field.cpp | 2076 CJS_Return Field::set_value(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_value() function in Field
|
/external/libpng/contrib/libtests/ |
D | makepng.c | 329 set_value(png_bytep row, size_t rowbytes, png_uint_32 x, unsigned int bit_depth, in set_value() function
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 2847 def set_value(x, value): function
|