Home
last modified time | relevance | path

Searched defs:SetString (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_name.cpp33 void CPDF_Name::SetString(const CFX_ByteString& str) { in SetString() function in CPDF_Name
Dcpdf_boolean.cpp32 void CPDF_Boolean::SetString(const CFX_ByteString& str) { in SetString() function in CPDF_Boolean
Dcpdf_number.cpp50 void CPDF_Number::SetString(const CFX_ByteString& str) { in SetString() function in CPDF_Number
Dcpdf_string.cpp48 void CPDF_String::SetString(const CFX_ByteString& str) { in SetString() function in CPDF_String
Dcpdf_object.cpp61 void CPDF_Object::SetString(const CFX_ByteString& str) { in SetString() function in CPDF_Object
Dcpdf_object_unittest.cpp307 TEST_F(PDFObjectsTest, SetString) { in TEST_F() argument
/external/libbrillo/brillo/
Dkey_value_store.cc100 void KeyValueStore::SetString(const string& key, const string& value) { in SetString() function in brillo::KeyValueStore
/external/v8/src/tracing/
Dtraced-value.cc98 void TracedValue::SetString(const char* name, const std::string& value) { in SetString() function in v8::tracing::TracedValue
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc202 void StringOutputStream::SetString(string* target) { in SetString() function in google::protobuf::io::StringOutputStream
/external/libchrome/base/trace_event/
Dtrace_event_argument.cc130 void TracedValue::SetString(const char* name, base::StringPiece value) { in SetString() function in base::trace_event::TracedValue
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
Dshared_prefs.py325 def SetString(self, key, value): member in SharedPrefs
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs.py342 def SetString(self, key, value): member in SharedPrefs
/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.cpp588 void CFDE_XMLInstruction::SetString(const CFX_WideString& wsAttriName, in SetString() function in CFDE_XMLInstruction
799 void CFDE_XMLElement::SetString(const CFX_WideString& wsAttriName, in SetString() function in CFDE_XMLElement
/external/pdfium/fxjs/
Dcfxjse_value.cpp505 void CFXJSE_Value::SetString(const CFX_ByteStringC& szString) { in SetString() function in CFXJSE_Value
/external/flatbuffers/src/
Dreflection.cpp291 void SetString(const reflection::Schema &schema, const std::string &val, in SetString() function
/external/libchrome/base/
Dvalues.cc420 void DictionaryValue::SetString(const std::string& path, in SetString() function in base::DictionaryValue
425 void DictionaryValue::SetString(const std::string& path, in SetString() function in base::DictionaryValue
/external/dng_sdk/source/
Ddng_xmp_sdk.cpp1165 void dng_xmp_sdk::SetString (const char *ns, in SetString() function in dng_xmp_sdk
Ddng_xmp.cpp739 void dng_xmp::SetString (const char *ns, in SetString() function in dng_xmp
/external/protobuf/src/google/protobuf/
Dextension_set.h617 inline void ExtensionSet::SetString(int number, FieldType type, in SetString() function
Dgenerated_message_reflection.cc1185 void GeneratedMessageReflection::SetString( in SetString() function in google::protobuf::internal::GeneratedMessageReflection
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1535 TEST_F(OneofTest, SetString) { in TEST_F() argument