HomeSort by relevance Sort by last modified time
    Searched refs:particle (Results 1 - 6 of 6) sorted by null

  /external/libxml2/
xmlschemas.c 656 * A particle component.
664 xmlSchemaTreeItemPtr next; /* next particle */
685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */
6908 xmlSchemaParticlePtr particle; local
8473 xmlSchemaParticlePtr particle = NULL; local
11231 xmlSchemaParticlePtr particle = NULL; local
18341 xmlSchemaParticlePtr particle = local
19014 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg); local
20035 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg); local
    [all...]
xmlschemastypes.c 375 xmlSchemaTypeErrMemory(NULL, "allocating particle component");
411 xmlSchemaParticlePtr particle; local
414 /* First particle. */
415 particle = xmlSchemaAddParticle();
416 if (particle == NULL)
418 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle;
428 particle->children = (xmlSchemaTreeItemPtr) sequence;
429 /* Second particle. */
430 particle = xmlSchemaAddParticle();
431 if (particle == NULL
630 xmlSchemaParticlePtr particle; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 84 type Particle struct {
85 XMLName struct{} `xml:"particle"`
647 {Value: &Particle{HasMass: true}, ExpectXML: `<particle>true</particle>`},
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 84 type Particle struct {
85 XMLName struct{} `xml:"particle"`
647 {Value: &Particle{HasMass: true}, ExpectXML: `<particle>true</particle>`},
    [all...]

Completed in 212 milliseconds