OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fnullable
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/icu/source/common/
rbbinode.h
73
UBool
fNullable
; // See Aho.
rbbitblb.cpp
207
n->
fNullable
= FALSE;
214
n->
fNullable
= TRUE;
226
n->
fNullable
= n->fLeftChild->
fNullable
|| n->fRightChild->
fNullable
;
229
n->
fNullable
= n->fLeftChild->
fNullable
&& n->fRightChild->
fNullable
;
232
n->
fNullable
= TRUE;
235
n->
fNullable
= FALSE
[
all
...]
rbbinode.cpp
57
fNullable
= FALSE;
87
fNullable
= other.
fNullable
;
/external/icu/icu4c/source/common/
rbbinode.h
73
UBool
fNullable
; // See Aho.
rbbitblb.cpp
207
n->
fNullable
= FALSE;
214
n->
fNullable
= TRUE;
226
n->
fNullable
= n->fLeftChild->
fNullable
|| n->fRightChild->
fNullable
;
229
n->
fNullable
= n->fLeftChild->
fNullable
&& n->fRightChild->
fNullable
;
232
n->
fNullable
= TRUE;
235
n->
fNullable
= FALSE
[
all
...]
rbbinode.cpp
57
fNullable
= FALSE;
87
fNullable
= other.
fNullable
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqlucode.h
56
SQLRETURN SQL_API SQLSpecialColumnsW(SQLHSTMT hstmt,SQLUSMALLINT fColType,SQLWCHAR *szCatalogName,SQLSMALLINT cbCatalogName,SQLWCHAR *szSchemaName,SQLSMALLINT cbSchemaName,SQLWCHAR *szTableName,SQLSMALLINT cbTableName,SQLUSMALLINT fScope,SQLUSMALLINT
fNullable
);
101
SQLRETURN SQL_API SQLSpecialColumnsA(SQLHSTMT hstmt,SQLUSMALLINT fColType,SQLCHAR *szCatalogName,SQLSMALLINT cbCatalogName,SQLCHAR *szSchemaName,SQLSMALLINT cbSchemaName,SQLCHAR *szTableName,SQLSMALLINT cbTableName,SQLUSMALLINT fScope,SQLUSMALLINT
fNullable
);
Completed in 2691 milliseconds