Home
last modified time | relevance | path

Searched defs:SetStringValue (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dmap_field.h126 void SetStringValue(std::string val) { in SetStringValue() function
/aosp_15_r20/build/soong/android/
H A Dcompliance_metadata.go157 func (c *ComplianceMetadataInfo) SetStringValue(propertyName string, value string) { func
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dmap_field.h126 void SetStringValue(std::string val) { in SetStringValue() function
/aosp_15_r20/external/deqp-deps/amber/src/
Dtokenizer.h61 void SetStringValue(const std::string& val) { string_value_ = val; } in SetStringValue() function
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
Dvalue.go300 func (k Key) SetStringValue(name, value string) error { func
/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/
H A Dvalue.cpp210 int SetStringValue(Value* value, const char* new_value) { in SetStringValue() function
/aosp_15_r20/external/cronet/components/prefs/
H A Dpref_service_unittest.cc409 TEST_F(PrefServiceSetValueTest, SetStringValue) { in TEST_F() argument