OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFirst
(Results
1 - 9
of
9
) sorted by null
/external/skia/gpu/src/
GrRedBlackTree.h
182
Node*
fFirst
;
233
fFirst
= NULL;
246
return Iter(
fFirst
, this);
342
fFirst
= NULL;
381
fFirst
= x;
604
GrAssert(
fFirst
!= x);
629
} else if (x ==
fFirst
) {
631
fFirst
= fRoot;
634
GrAssert(
fFirst
== fLast && x ==
fFirst
);
[
all
...]
/external/icu4c/tools/genrb/
reslist.c
245
for (current = res->u.fArray.
fFirst
; current != NULL; current = current->fNext) {
254
for (current = res->u.fArray.
fFirst
; current != NULL; current = current->fNext) {
280
for (current = res->u.fTable.
fFirst
; current != NULL; current = current->fNext) {
318
for (current = res->u.fTable.
fFirst
; current != NULL; current = current->fNext) {
321
for (current = res->u.fTable.
fFirst
; current != NULL; current = current->fNext) {
406
for (current = res->u.fArray.
fFirst
; current != NULL; current = current->fNext) {
422
for (current = res->u.fTable.
fFirst
; current != NULL; current = current->fNext) {
521
for (i = 0, current = res->u.fArray.
fFirst
; current != NULL; ++i, current = current->fNext) {
527
for (current = res->u.fArray.
fFirst
; current != NULL; current = current->fNext) {
572
for (i = 0, current = res->u.fTable.
fFirst
; current != NULL; ++i, current = current->fNext)
[
all
...]
reslist.h
109
struct SResource *
fFirst
;
118
struct SResource *
fFirst
;
wrtjava.c
339
current = res->u.fArray.
fFirst
;
349
current = res->u.fArray.
fFirst
;
530
save = current = res->u.fTable.
fFirst
;
wrtxml.cpp
681
current = res->u.fArray.
fFirst
;
926
save = current = res->u.fTable.
fFirst
;
[
all
...]
parse.c
644
current = list->
fFirst
;
[
all
...]
/external/stlport/test/eh/
test_insert.h
500
:
fFirst
( first ),
520
// prepare_insert_range( c, fPos,
fFirst
, fLast );
521
do_insert_range( c, fPos,
fFirst
, fLast, container_category(c) );
526
VerifyInsertion( original, c,
fFirst
, fLast, fPos );
529
Iter
fFirst
, fLast;
/external/icu4c/i18n/
zstrfmt.cpp
[
all
...]
zstrfmt.h
519
ZSFCacheEntry *
fFirst
;
Completed in 423 milliseconds