Searched refs:_form (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.cpp306 : _form(cmp, hash, arena) {
313 return _form.Size();
319 return (Form*)_form.Insert((void*)name, (void*)form);
325 return (Form*)_form[name];
330 FormDict::FormDict( ) : _form(cmpkey,hashkey) {
333 FormDict::FormDict( const FormDict & fd) : _form(fd._form) {
337 _form = rhs._form;
353 _form
[all...]
H A Dforms.hpp85 Dict _form; // map names, char*, to their Form* or NULL member in class:FormDict
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DElementDecl.java57 boolean _nillable, boolean _abstract, Boolean _form,
68 this.form = _form;
52 ElementDecl( PatcherManager reader, SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, String _tns, String _name, boolean _anonymous, XmlString _defv, XmlString _fixedv, boolean _nillable, boolean _abstract, Boolean _form, Ref.Type _type, Ref.Element _substHead, int _substDisallowed, int _substExcluded, List<IdentityConstraintImpl> idConstraints) argument

Completed in 1857 milliseconds