Searched defs:assign (Results 1 - 25 of 113) sorted by relevance

12345

/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-quals.cpp7 assign(const _CharT* __s, const basic_string<_CharT> &x) function in struct:basic_string
15 str.assign(c, str);
21 // CHECK: metadata !{i32 {{.*}}, metadata !"_ZN12basic_stringIcE6assignEPKcRKS0_", metadata ![[FILE:.*]], i32 7, metadata [[TYPE:.*]], i1 false, i1 true, i32 0, i32 0, null, i32 256, i1 false, %struct.basic_string* (%struct.basic_string*, i8*, %struct.basic_string*)* @_ZN12basic_stringIcE6assignEPKcRKS0_, null, metadata !{{.*}}, metadata !{{.*}}, i32 8} ; [ DW_TAG_subprogram ] [line 7] [def] [scope 8] [assign]
/external/webkit/Source/WebKit/chromium/public/
H A DWebElement.h49 WebElement& operator=(const WebElement& e) { WebNode::assign(e); return *this; }
50 void assign(const WebElement& e) { WebNode::assign(e); } function in class:WebKit::WebElement
H A DWebFormControlElement.h51 WebElement::assign(e);
54 void assign(const WebFormControlElement& e) { WebElement::assign(e); } function in class:WebKit::WebFormControlElement
H A DWebOptionElement.h51 WebFormControlElement::assign(element);
54 void assign(const WebOptionElement& element) { WebFormControlElement::assign(element); } function in class:WebKit::WebOptionElement
H A DWebSelectElement.h52 WebFormControlElement::assign(element);
55 void assign(const WebSelectElement& element) { WebFormControlElement::assign(element); } function in class:WebKit::WebSelectElement
H A DWebDocument.h62 WebNode::assign(e);
65 void assign(const WebDocument& e) { WebNode::assign(e); } function in class:WebKit::WebDocument
H A DWebDocumentType.h52 WebNode::assign(e);
55 void assign(const WebDocumentType& e) { WebNode::assign(e); } function in class:WebKit::WebDocumentType
H A DWebFormElement.h57 WebElement::assign(element);
60 void assign(const WebFormElement& element) { WebElement::assign(element); } function in class:WebKit::WebFormElement
H A DWebInputElement.h50 WebFormControlElement::assign(element);
53 void assign(const WebInputElement& element) { WebFormControlElement::assign(element); } function in class:WebKit::WebInputElement
H A DWebLabelElement.h51 WebElement::assign(element);
55 void assign(const WebLabelElement& element) { WebElement::assign(element); } function in class:WebKit::WebLabelElement
H A DWebPluginDocument.h51 WebNode::assign(e);
54 void assign(const WebPluginDocument& d) { WebNode::assign(d); } function in class:WebKit::WebPluginDocument
H A DWebPrivatePtr.h59 assign(0);
67 assign(p);
73 assign(prp.releaseRef());
91 void assign(T* p) function in class:WebKit::WebPrivatePtr
H A DWebVector.h52 // It is also possible to assign from other types of random access
90 assign(other);
98 assign(other);
103 void assign(const C& other) function in class:WebKit::WebVector
105 assign(other.size() ? &other[0] : 0, other.size());
109 void assign(const U* values, size_t size) function in class:WebKit::WebVector
/external/webkit/Source/WebKit/chromium/src/
H A DWebAttribute.cpp48 void WebAttribute::assign(const WebAttribute& other) function in class:WebKit::WebAttribute
H A DWebNamedNodeMap.cpp49 void WebNamedNodeMap::assign(const WebNamedNodeMap& other) function in class:WebKit::WebNamedNodeMap
H A DWebNodeList.cpp46 assign(0);
49 void WebNodeList::assign(const WebNodeList& other) function in class:WebKit::WebNodeList
54 assign(p);
62 void WebNodeList::assign(NodeList* p) function in class:WebKit::WebNodeList
H A DWebThreadSafeData.cpp45 void WebThreadSafeData::assign(const WebThreadSafeData& other) function in class:WebKit::WebThreadSafeData
H A DWebDOMStringList.cpp51 void WebDOMStringList::assign(const WebDOMStringList& other) function in class:WebKit::WebDOMStringList
H A DWebData.cpp51 void WebData::assign(const WebData& other) function in class:WebKit::WebData
56 assign(p);
59 void WebData::assign(const char* data, size_t size) function in class:WebKit::WebData
61 assign(static_cast<WebDataPrivate*>(
86 assign(static_cast<WebDataPrivate*>(buffer.releaseRef()));
95 void WebData::assign(WebDataPrivate* p) function in class:WebKit::WebData
H A DWebGeolocationError.cpp36 void WebGeolocationError::assign(Error code, const WebString& message) function in class:WebKit::WebGeolocationError
41 void WebGeolocationError::assign(const WebGeolocationError& other) function in class:WebKit::WebGeolocationError
H A DWebIDBDatabaseError.cpp43 void WebIDBDatabaseError::assign(const WebIDBDatabaseError& value) function in class:WebKit::WebIDBDatabaseError
48 void WebIDBDatabaseError::assign(unsigned short code, const WebString& message) function in class:WebKit::WebIDBDatabaseError
H A DWebIDBKeyRange.cpp39 void WebIDBKeyRange::assign(const WebIDBKeyRange& other) function in class:WebKit::WebIDBKeyRange
44 void WebIDBKeyRange::assign(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperOpen) function in class:WebKit::WebIDBKeyRange
H A DWebNodeCollection.cpp46 assign(0);
49 void WebNodeCollection::assign(const WebNodeCollection& other) function in class:WebKit::WebNodeCollection
54 assign(p);
62 void WebNodeCollection::assign(HTMLCollection* p) function in class:WebKit::WebNodeCollection
H A DWebSerializedScriptValue.cpp56 void WebSerializedScriptValue::assign(const WebSerializedScriptValue& other) function in class:WebKit::WebSerializedScriptValue
/external/tinyxml/
H A Dtinystr.cpp53 TiXmlString& TiXmlString::assign(const char* str, size_type len) function in class:TiXmlString

Completed in 200 milliseconds

12345