Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwrappers.pb.h901 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 …]
Dany.pb.h209 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
Dany.pb.cc456 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
Dwrappers.pb.cc561 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/
Dcopy_set_operations.c29 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/
DIceFixups.h54 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/
Dweb_elements.py64 def set_value(self, value): member in TextBox
95 def set_value(self, value): member in CheckBox
Doptions.py38 def set_value(self, field, value): member in OptionsPage
/external/libcxx/src/
Dfuture.cpp92 __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/
Dsnmp_structs.h116 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/
Dmessage.h37 void set_value(MojoMessageHandle value) { value_ = value; } in set_value() function
Dhandle.h164 void set_value(MojoHandle value) { value_ = value; } in set_value() function
/external/libtextclassifier/common/
Dfeature-descriptors.h39 void set_value(const std::string &value) { value_ = value; } in set_value() function
/external/libchrome/base/threading/
Dthread_local_unittest.cc38 void set_value(char* val) { val_ = val; } in set_value() function in base::__anonf71142b80111::SetThreadLocal
/external/v8/src/
Dproperty-descriptor.h85 void set_value(Handle<Object> value) { value_ = value; } in set_value() function
Dsplay-tree.h142 void set_value(const Value& value) { node_->value_ = value; } in set_value() function
Dobjects-inl.h1547 void HeapNumber::set_value(double value) { in set_value() function
/external/google-breakpad/src/client/windows/common/
Dipc_protocol.h67 void set_value(const wchar_t* value_arg) { in set_value() function
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c67 void set_value(int *a, int value) EXCLUSIVE_LOCKS_REQUIRED(foo_.mu_) { in set_value() function
/external/v8/src/ast/
Dast-value-factory.h242 void set_value(Handle<Object> object) { value_ = object.location(); } in set_value() function
Dast.h1302 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/
Dmakepng.c329 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/
Dbuiltins-mips.cc198 Label compare_nan, set_value, ool_min, ool_max; in Generate_MathMaxMin() local
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc3364 void set_value(int i) { value_ = i; } in set_value() function in testing::gmock_matchers_test::Uncopyable
/external/v8/testing/gmock/test/
Dgmock-matchers_test.cc3357 void set_value(int i) { value_ = i; } in set_value() function in testing::gmock_matchers_test::Uncopyable