OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_binary
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKey.cpp
75
if (int result = memcmp(
m_binary
->data(), other->
m_binary
->data(), std::min(
m_binary
->size(), other->
m_binary
->size())))
77
return compareNumbers(
m_binary
->size(), other->
m_binary
->size());
IDBKey.h
120
return
m_binary
;
152
explicit IDBKey(PassRefPtr<SharedBuffer> value) : m_type(BinaryType),
m_binary
(value), m_number(0) { }
157
RefPtr<SharedBuffer>
m_binary
;
member in class:WebCore::IDBKey
/external/opencv/otherlibs/highgui/
grfmt_pxm.cpp
163
m_binary
= code >= '4';
173
//if( m_maxval > 255 )
m_binary
= false; nonsense
238
if( !
m_binary
)
271
if( !
m_binary
)
grfmt_pxm.h
67
bool
m_binary
;
member in class:GrFmtPxMReader
Completed in 166 milliseconds