Searched defs:NewElement (Results 1 – 7 of 7) sorted by relevance
133 func (ls *listReflect) NewElement() pref.Value { func
217 NewElement() Value methodSpec
395 func (x emptyList) NewElement() pref.Value { return newListEntry(x.desc) } func438 func (x *dynamicList) NewElement() pref.Value { func
200 func (ls reflectList) NewElement() protoreflect.Value { func
542 func (l *testList) NewElement() pref.Value { panic("unimplemented") } func
2239 XMLElement* XMLDocument::NewElement( const char* name ) in NewElement() function in tinyxml2::XMLDocument
218 PHIInfoElementT *NewElement = new PHIInfoElementT(); in addDest() local