OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:builtInType
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h
626
int
builtInType
; /* Type of built-in types. */
/external/libxml2/include/libxml/
schemasInternals.h
626
int
builtInType
; /* Type of built-in types. */
/external/chromium_org/third_party/libxml/src/
xmlschemastypes.c
320
ret->
builtInType
= type;
662
switch (type->
builtInType
) {
[
all
...]
xmlschemas.c
221
( (WXS_TYPE_CAST (i))->
builtInType
== XML_SCHEMAS_ANYTYPE))
225
((i)->
builtInType
== XML_SCHEMAS_ANYTYPE))
230
(item->
builtInType
!= XML_SCHEMAS_ANYTYPE)))
234
((i)->
builtInType
== XML_SCHEMAS_ANYSIMPLETYPE))
[
all
...]
/external/libxml2/
xmlschemastypes.c
320
ret->
builtInType
= type;
662
switch (type->
builtInType
) {
[
all
...]
xmlschemas.c
221
( (WXS_TYPE_CAST (i))->
builtInType
== XML_SCHEMAS_ANYTYPE))
225
((i)->
builtInType
== XML_SCHEMAS_ANYTYPE))
230
(item->
builtInType
!= XML_SCHEMAS_ANYTYPE)))
234
((i)->
builtInType
== XML_SCHEMAS_ANYSIMPLETYPE))
[
all
...]
Completed in 38 milliseconds