OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rootattribute
(Results
1 - 2
of
2
) sorted by null
/external/tinyxml2/
tinyxml2.cpp
1110
rootAttribute
( 0 )
1117
while(
rootAttribute
) {
1118
XMLAttribute* next =
rootAttribute
->next;
1119
DELETE_ATTRIBUTE(
rootAttribute
);
1120
rootAttribute
= next;
1128
for( a=
rootAttribute
; a; a = a->next ) {
1139
for( a=
rootAttribute
; a; a = a->next ) {
1237
for( attrib =
rootAttribute
;
1252
rootAttribute
= attrib;
1263
for( XMLAttribute* a=
rootAttribute
; a; a=a->next ) {
[
all
...]
tinyxml2.h
[
all
...]
Completed in 802 milliseconds