HomeSort by relevance Sort by last modified time
    Searched refs:IdBase (Results 1 - 5 of 5) sorted by null

  /external/webrtc/talk/app/webrtc/
statstypes.cc 81 class BandwidthEstimationId : public StatsReport::IdBase {
84 : StatsReport::IdBase(StatsReport::kStatsReportTypeBwe) {}
88 class TypedId : public StatsReport::IdBase {
91 : StatsReport::IdBase(type), id_(id) {}
93 bool Equals(const IdBase& other) const override {
94 return IdBase::Equals(other) &&
106 class TypedIntId : public StatsReport::IdBase {
109 : StatsReport::IdBase(type), id_(id) {}
111 bool Equals(const IdBase& other) const override {
112 return IdBase::Equals(other) &
    [all...]
statstypes.h 226 class IdBase : public rtc::RefCountInterface {
228 ~IdBase() override;
231 // Users of IdBase will be using the Id typedef, which is compatible with
234 bool Equals(const rtc::scoped_refptr<IdBase>& other) const {
241 // Protected since users of the IdBase type will be using the Id typedef.
242 virtual bool Equals(const IdBase& other) const;
244 IdBase(StatsType type); // Only meant for derived classes.
250 typedef rtc::scoped_refptr<IdBase> Id;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaDataTable.py 42 def __init__(self, Cursor, Name='', IdBase=0, Temporary=False):
45 self.IdBase = int(IdBase)
46 self.ID = int(IdBase)
74 if self.ID >= (self.IdBase + self._ID_MAX_):
75 self.ID = self.IdBase + self._ID_STEP_
120 Id = self.IdBase
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaDataTable.py 42 def __init__(self, Cursor, Name='', IdBase=0, Temporary=False):
45 self.IdBase = int(IdBase)
46 self.ID = int(IdBase)
74 if self.ID >= (self.IdBase + self._ID_MAX_):
75 self.ID = self.IdBase + self._ID_STEP_
117 Id = self.IdBase
MetaFileTable.py 58 self._FileIndexTable.SetFileTimeStamp(self.IdBase, TimeStamp)
61 if TimeStamp != self._FileIndexTable.GetFileTimeStamp(self.IdBase):
63 self._FileIndexTable.SetFileTimeStamp(self.IdBase, TimeStamp)

Completed in 245 milliseconds