/external/lldb/include/lldb/Core/ |
D | ConstString.h | 381 SetString (const llvm::StringRef &s);
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection_unittest.cc | 604 reflection->SetString( in TEST() 608 reflection->SetString( in TEST() 612 reflection->SetString( in TEST() 616 reflection->SetString( in TEST()
|
D | generated_message_reflection.cc | 488 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()
|
D | test_util.cc | 91 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 …]
|
D | extension_set.h | 251 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()
|
D | generated_message_reflection.h | 243 void SetString(Message* message,
|
D | wire_format.cc | 603 message_reflection->SetString(message, field, value); in ParseAndMergeField() 614 message_reflection->SetString(message, field, value); in ParseAndMergeField()
|
D | message.h | 509 virtual void SetString(Message* message,
|
D | extension_set.cc | 847 SetString(iter->first, other_extension.type, in MergeFrom()
|
/external/lldb/include/lldb/Interpreter/ |
D | PythonDataObjects.h | 138 SetString (const char* string);
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_fdf.cpp | 147 pFileSpec->SetString(CFX_ByteString::FromUnicode(result)); in FPDF_FileSpec_SetWin32Path()
|
D | fpdf_parser_objects.cpp | 166 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/ |
D | key_agreement.go | 572 …ka.p, _ = new(big.Int).SetString("87A8E61DB4B6663CFFBBD19C651959998CEEF608660DD0F25D2CEED4435E3B00… 573 …ka.g, _ = new(big.Int).SetString("3FB32C9B73134D0B2E77506660EDBD484CA7B18F21EF205407F4793A1A0BA125… 574 …q, _ = new(big.Int).SetString("8CF83642A709A097B447997640129DA299B1A47D1EB3750BA308B0FE64F5FBD3", …
|
D | runner.go | 1651 ret, ok := new(big.Int).SetString(hex, 16)
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_objects.h | 84 void SetString(const CFX_ByteString& str); 171 void SetString(FX_BSTR str);
|
/external/lldb/source/Core/ |
D | ConstString.cpp | 307 ConstString::SetString (const llvm::StringRef &s) in SetString() function in ConstString
|
/external/lldb/source/Interpreter/ |
D | PythonDataObjects.cpp | 151 PythonString::SetString (const char* string) in SetString() function in PythonString
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_basic.cpp | 431 pObj->SetString(CFX_ByteString::FromUnicode(wsStr)); in FPDFDOC_FILESPEC_SetFileName()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 1470 TEST_F(OneofTest, SetString) { in TEST_F() argument
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 368 reflection->SetString(message, descriptor, value_string); in CheckAndGetInteger()
|