Home
last modified time | relevance | path

Searched refs:SetString (Results 1 – 20 of 20) sorted by relevance

/external/lldb/include/lldb/Core/
DConstString.h381 SetString (const llvm::StringRef &s);
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc604 reflection->SetString( in TEST()
608 reflection->SetString( in TEST()
612 reflection->SetString( in TEST()
616 reflection->SetString( in TEST()
Dgenerated_message_reflection.cc488 SetString(message1, field2, GetString(*message2, field2)); in SwapOneofField()
520 SetString(message2, field1, temp_string); in SwapOneofField()
1026 void GeneratedMessageReflection::SetString( in SetString() function in google::protobuf::internal::GeneratedMessageReflection
1029 USAGE_CHECK_ALL(SetString, SINGULAR, STRING); in SetString()
1031 return MutableExtensionSet(message)->SetString(field->number(), in SetString()
Dtest_util.cc91 message->GetReflection()->SetString( in SetOptionalFields()
95 message->GetReflection()->SetString( in SetOptionalFields()
207 message->GetReflection()->SetString( in SetDefaultFields()
211 message->GetReflection()->SetString( in SetDefaultFields()
2400 reflection->SetString(message, F("optional_string" ), "115"); in SetAllFieldsViaReflection()
2401 reflection->SetString(message, F("optional_bytes" ), "116"); in SetAllFieldsViaReflection()
2416 reflection->SetString(message, F("optional_string_piece"), "124"); in SetAllFieldsViaReflection()
2417 reflection->SetString(message, F("optional_cord"), "125"); in SetAllFieldsViaReflection()
2511 reflection->SetString(message, F("default_string" ), "415"); in SetAllFieldsViaReflection()
2512 reflection->SetString(message, F("default_bytes" ), "416"); in SetAllFieldsViaReflection()
[all …]
Dextension_set.h251 void SetString(int number, FieldType type, const string& value, desc);
595 inline void ExtensionSet::SetString(int number, FieldType type, in SetString() function
793 set->SetString(number, field_type, value, NULL); in PROTOBUF_DEFINE_PRIMITIVE_TYPE()
Dgenerated_message_reflection.h243 void SetString(Message* message,
Dwire_format.cc603 message_reflection->SetString(message, field, value); in ParseAndMergeField()
614 message_reflection->SetString(message, field, value); in ParseAndMergeField()
Dmessage.h509 virtual void SetString(Message* message,
Dextension_set.cc847 SetString(iter->first, other_extension.type, in MergeFrom()
/external/lldb/include/lldb/Interpreter/
DPythonDataObjects.h138 SetString (const char* string);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_fdf.cpp147 pFileSpec->SetString(CFX_ByteString::FromUnicode(result)); in FPDF_FileSpec_SetWin32Path()
Dfpdf_parser_objects.cpp166 void CPDF_Object::SetString(const CFX_ByteString& str) in SetString() function in CPDF_Object
174 ((CPDF_Number*)this)->SetString(str); in SetString()
360 void CPDF_Number::SetString(FX_BSTR str) in SetString() function in CPDF_Number
/external/boringssl/src/ssl/test/runner/
Dkey_agreement.go572 …ka.p, _ = new(big.Int).SetString("87A8E61DB4B6663CFFBBD19C651959998CEEF608660DD0F25D2CEED4435E3B00…
573 …ka.g, _ = new(big.Int).SetString("3FB32C9B73134D0B2E77506660EDBD484CA7B18F21EF205407F4793A1A0BA125…
574 …q, _ = new(big.Int).SetString("8CF83642A709A097B447997640129DA299B1A47D1EB3750BA308B0FE64F5FBD3", …
Drunner.go1651 ret, ok := new(big.Int).SetString(hex, 16)
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h84 void SetString(const CFX_ByteString& str);
171 void SetString(FX_BSTR str);
/external/lldb/source/Core/
DConstString.cpp307 ConstString::SetString (const llvm::StringRef &s) in SetString() function in ConstString
/external/lldb/source/Interpreter/
DPythonDataObjects.cpp151 PythonString::SetString (const char* string) in SetString() function in PythonString
/external/pdfium/core/src/fpdfdoc/
Ddoc_basic.cpp431 pObj->SetString(CFX_ByteString::FromUnicode(wsStr)); in FPDFDOC_FILESPEC_SetFileName()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1470 TEST_F(OneofTest, SetString) { in TEST_F() argument
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc368 reflection->SetString(message, descriptor, value_string); in CheckAndGetInteger()