HomeSort by relevance Sort by last modified time
    Searched refs:SetString (Results 1 - 25 of 26) sorted by null

1 2

  /external/lldb/include/lldb/Core/
ConstString.h 381 SetString (const llvm::StringRef &s);
  /external/lldb/include/lldb/Interpreter/
PythonDataObjects.h 138 SetString (const char* string);
  /sdk/find_java2/src/
JavaFinder.cpp 50 outVersionStr->SetString(c, e - c + 1);
323 outValue->SetString(buffer);
529 existing.SetString(s);
utils.cpp 76 gAppName.SetString((LPCTSTR)vBuffer, vLen);
  /external/lldb/source/Core/
ConstString.cpp 307 ConstString::SetString (const llvm::StringRef &s)
  /external/lldb/source/Interpreter/
PythonDataObjects.cpp 151 PythonString::SetString (const char* string)
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp 147 pFileSpec->SetString(CFX_ByteString::FromUnicode(result));
fpdf_parser_objects.cpp 166 void CPDF_Object::SetString(const CFX_ByteString& str)
174 ((CPDF_Number*)this)->SetString(str);
360 void CPDF_Number::SetString(FX_BSTR str)
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 604 reflection->SetString(
608 reflection->SetString(
612 reflection->SetString(
616 reflection->SetString(
extension_set.h 251 void SetString(int number, FieldType type, const string& value, desc);
595 inline void ExtensionSet::SetString(int number, FieldType type,
    [all...]
generated_message_reflection.cc 488 SetString(message1, field2, GetString(*message2, field2));
520 SetString(message2, field1, temp_string);
    [all...]
generated_message_reflection.h 243 void SetString(Message* message,
message.h 509 virtual void SetString(Message* message,
    [all...]
test_util.cc 91 message->GetReflection()->SetString(
95 message->GetReflection()->SetString(
207 message->GetReflection()->SetString(
211 message->GetReflection()->SetString(
    [all...]
wire_format.cc 603 message_reflection->SetString(message, field, value);
614 message_reflection->SetString(message, field, value);
    [all...]
extension_set.cc     [all...]
  /system/core/libcutils/tests/
PropertiesTest.cpp 94 TEST_F(PropertiesTest, SetString) {
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 84 void SetString(const CFX_ByteString& str);
171 void SetString(FX_BSTR str);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmcontainer.h 236 STDMETHOD_(HRESULT,SetString)(THIS_ REFGUID guidKey,LPCWSTR wszValue) PURE;
282 #define IMFASFContentInfo_SetString(This,guidKey,wszValue) (This)->lpVtbl->SetString(This,guidKey,wszValue)
338 STDMETHOD_(HRESULT,SetString)(THIS_ REFGUID guidKey,LPCWSTR wszValue) PURE;
387 #define IMFASFStreamConfig_SetString(This,guidKey,wszValue) (This)->lpVtbl->SetString(This,guidKey,wszValue)
446 STDMETHOD_(HRESULT,SetString)(THIS_ REFGUID guidKey,LPCWSTR wszValue) PURE;
    [all...]
d3dx9effect.h 151 STDMETHOD(SetString)(THIS_ D3DXHANDLE parameter, LPCSTR string) PURE;
255 STDMETHOD(SetString)(THIS_ D3DXHANDLE parameter, LPCSTR string) PURE;
348 STDMETHOD(SetString)(THIS_ D3DXHANDLE parameter, LPCSTR string) PURE;
mfidl.h 300 HRESULT (STDMETHODCALLTYPE *SetString)(
446 #define IMFTopologyNode_SetString(This,guidKey,wszValue) (This)->lpVtbl->SetString(This,guidKey,wszValue)
550 return This->lpVtbl->SetString(This,guidKey,wszValue);
    [all...]
mfobjects.h 262 virtual HRESULT STDMETHODCALLTYPE SetString(
429 HRESULT (STDMETHODCALLTYPE *SetString)(
500 #define IMFAttributes_SetString(This,guidKey,wszValue) (This)->lpVtbl->SetString(This,guidKey,wszValue)
587 return This->lpVtbl->SetString(This,guidKey,wszValue);
    [all...]
comutil.h 464 void SetString(const char *pSrc);
1179 inline void _variant_t::SetString(const char *pSrc) { operator=(pSrc); }
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 431 pObj->SetString(CFX_ByteString::FromUnicode(wsStr));
  /external/protobuf/python/google/protobuf/pyext/
message.cc 368 reflection->SetString(message, descriptor, value_string);
    [all...]

Completed in 636 milliseconds

1 2