Searched defs:rValue (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_maps.cpp47 void CFX_MapPtrToPtr::GetNextAssoc(FX_POSITION& rNextPosition, void*& rKey, void*& rValue) const
69 rValue = pAssocRet->value;
71 FX_BOOL CFX_MapPtrToPtr::Lookup(void* key, void*& rValue) const
78 rValue = pAssoc->value;
217 CFX_ByteString& rKey, void*& rValue) const
239 rValue = pAssocRet->value;
327 FX_BOOL CFX_MapByteStringToPtr::Lookup(FX_BSTR key, void*& rValue) const
334 rValue = pAssoc->value;
457 void CFX_CMapByteStringToPtr::GetNextAssoc(FX_POSITION& rNextPosition, CFX_ByteString& rKey, void*& rValue) const
465 rValue
485 FX_LPVOID rValue = *(void**)(pKey + 1); local
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp1349 void *rValue = NULL; local
1350 if (m_ControlMap.Lookup((CPDF_Dictionary*)pWidgetDict, rValue)) {
1351 return (CPDF_FormControl*)rValue;
/external/sqlite/dist/orig/
H A Dsqlite3.c70216 sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue) argument
70986 double rValue; local
151244 RtreeDValue rValue; /* Constraint value. */ member in union:RtreeConstraint::__anon14378
[all...]
/external/sqlite/dist/
H A Dsqlite3.c70234 sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue) argument
71004 double rValue; local
151274 RtreeDValue rValue; /* Constraint value. */ member in union:RtreeConstraint::__anon14412
[all...]

Completed in 1209 milliseconds