/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/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/ |
D | web_elements.py | 64 def set_value(self, value): member in TextBox 95 def set_value(self, value): member in CheckBox
|
D | options.py | 38 def set_value(self, field, value): member in OptionsPage
|
/external/libcxx/src/ |
D | future.cpp | 92 __assoc_sub_state::set_value() in set_value() function in __assoc_sub_state 245 promise<void>::set_value() in set_value() function in promise
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | snmp_structs.h | 116 void (*set_value)(struct obj_def *od, u16_t len, void *value); member 134 void (*set_value)(struct obj_def *od, u16_t len, void *value); member 152 void (*set_value)(struct obj_def *od, u16_t len, void *value); member 178 void (*set_value)(struct obj_def *od, u16_t len, void *value); member 198 void (*set_value)(struct obj_def *od, u16_t len, void *value); member
|
/external/libmojo/mojo/public/cpp/system/ |
D | message.h | 37 void set_value(MojoMessageHandle value) { value_ = value; } in set_value() function
|
D | handle.h | 164 void set_value(MojoHandle value) { value_ = value; } in set_value() function
|
/external/libtextclassifier/common/ |
D | feature-descriptors.h | 39 void set_value(const std::string &value) { value_ = value; } in set_value() function
|
/external/libchrome/base/threading/ |
D | thread_local_unittest.cc | 38 void set_value(char* val) { val_ = val; } in set_value() function in base::__anonf71142b80111::SetThreadLocal
|
/external/v8/src/ |
D | property-descriptor.h | 85 void set_value(Handle<Object> value) { value_ = value; } in set_value() function
|
D | splay-tree.h | 142 void set_value(const Value& value) { node_->value_ = value; } in set_value() function
|
D | objects-inl.h | 1547 void HeapNumber::set_value(double value) { in set_value() function
|
/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/v8/src/ast/ |
D | ast-value-factory.h | 242 void set_value(Handle<Object> object) { value_ = object.location(); } in set_value() function
|
D | ast.h | 1302 void set_value(Expression* e) { value_ = e; } in set_value() function 2386 void set_value(Expression* e) { value_ = e; } in set_value() function
|
/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/v8/src/builtins/mips/ |
D | builtins-mips.cc | 198 Label compare_nan, set_value, ool_min, ool_max; in Generate_MathMaxMin() local
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 3364 void set_value(int i) { value_ = i; } in set_value() function in testing::gmock_matchers_test::Uncopyable
|
/external/v8/testing/gmock/test/ |
D | gmock-matchers_test.cc | 3357 void set_value(int i) { value_ = i; } in set_value() function in testing::gmock_matchers_test::Uncopyable
|