OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsOwner
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
tmmbr_help.h
94
bool
IsOwner
(const uint32_t ssrc, const uint32_t length) const;
tmmbr_help.cc
445
bool TMMBRHelp::
IsOwner
(const uint32_t ssrc,
rtcp_sender.cc
652
tmmbrOwner = tmmbr_help_.
IsOwner
(ssrc_, numBoundingSet);
[
all
...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_document.cpp
331
FX_BOOL CPDF_Document::
IsOwner
() const {
332
return !m_pParser || m_pParser->
IsOwner
();
fpdf_parser_parser.cpp
[
all
...]
/external/pdfium/core/include/fpdfapi/
fpdf_parser.h
93
FX_BOOL
IsOwner
() const;
381
FX_BOOL
IsOwner
();
562
virtual FX_BOOL
IsOwner
() = 0;
583
FX_BOOL
IsOwner
() override { return m_bOwner; }
Completed in 597 milliseconds