Searched refs:id_ (Results 1 - 25 of 486) sorted by relevance

1234567891011>>

/external/libcxx/test/depr/depr.auto.ptr/auto.ptr/
H A DA.h17 int id_; member in class:A
19 explicit A(int id) : id_(id) {++count;}
20 A(const A& a) : id_(a.id_) {++count;}
21 ~A() {assert(id_ >= 0); id_ = -1; --count;}
23 int id() const {return id_;}
H A DAB.h17 int id_; member in class:A
19 explicit A(int id) : id_(id) {++count;}
20 A(const A& a) : id_(a.id_) {++count;}
21 virtual ~A() {assert(id_ >= 0); id_ = -1; --count;}
/external/chromium_org/components/url_matcher/
H A Dstring_pattern.cc11 : pattern_(pattern), id_(id) {}
16 if (id_ != rhs.id_) return id_ < rhs.id_;
/external/chromium_org/ppapi/shared_impl/
H A Dscoped_pp_resource.cc13 ScopedPPResource::ScopedPPResource() : id_(0) {}
15 ScopedPPResource::ScopedPPResource(PP_Resource resource) : id_(resource) {
20 : id_(resource) {}
23 : id_(resource ? resource->GetReference() : 0) {
28 : id_(other.id_) {
35 if (id_ == resource)
38 id_ = resource;
45 if (id_ == resource.id_)
[all...]
/external/libcxxabi/test/
H A Dcatch_ptr.cpp12 object for the various subobjects, all of which have a unique id_ to
23 int id_; member in struct:B
24 explicit B(int id) : id_(id) {count++;}
25 B(const B& a) : id_(a.id_) {count++;}
35 int id_; member in struct:C1
36 explicit C1(int id) : B(id-2), id_(id) {count++;}
37 C1(const C1& a) : B(a.id_-2), id_(a.id_) {coun
47 int id_; member in struct:C2
59 int id_; member in struct:A
[all...]
H A Dcatch_class_01.cpp17 int id_; member in struct:A
18 explicit A(int id) : id_(id) {count++;}
19 A(const A& a) : id_(a.id_) {count++;}
40 assert(a.id_ == 3);
55 assert(a.id_ == 3);
H A Dcatch_class_03.cpp12 object for the various subobjects, all of which have a unique id_ to
23 int id_; member in struct:B
24 explicit B(int id) : id_(id) {count++;}
25 B(const B& a) : id_(a.id_) {count++;}
35 int id_; member in struct:C1
36 explicit C1(int id) : B(id-2), id_(id) {count++;}
37 C1(const C1& a) : B(a.id_-2), id_(a.id_) {coun
47 int id_; member in struct:C2
59 int id_; member in struct:A
[all...]
H A Dcatch_class_04.cpp12 object for the various subobjects, all of which have a unique id_ to
23 int id_; member in struct:B
24 explicit B(int id) : id_(id) {count++;}
25 B(const B& a) : id_(a.id_) {count++;}
35 int id_; member in struct:C1
36 explicit C1(int id) : B(id-2), id_(id) {count++;}
37 C1(const C1& a) : B(a.id_-2), id_(a.id_) {coun
47 int id_; member in struct:C2
59 int id_; member in struct:A
[all...]
H A Dcatch_class_02.cpp17 int id_; member in struct:B
18 explicit B(int id) : id_(id) {count++;}
19 B(const B& a) : id_(a.id_) {count++;}
29 int id_; member in struct:A
30 explicit A(int id) : B(id-1), id_(id) {count++;}
31 A(const A& a) : B(a.id_-1), id_(a.id_) {count++;}
60 assert(a.id_
[all...]
H A Dunwind_01.cpp15 int id_; member in struct:A
16 A() : id_(++count) {}
17 ~A() {assert(id_ == count--);}
29 int id_; member in struct:B
30 B() : id_(++count) {}
31 ~B() {assert(id_ == count--);}
43 int id_; member in struct:C
44 C() : id_(++count) {}
45 ~C() {assert(id_ == count--);}
H A Dunwind_02.cpp15 int id_; member in struct:A
16 A() : id_(++count) {}
17 ~A() {assert(id_ == count--);}
29 int id_; member in struct:B
30 B() : id_(++count) {}
31 ~B() {assert(id_ == count--);}
43 int id_; member in struct:C
44 C() : id_(++count) {}
45 ~C() {assert(id_ == count--);}
H A Dunwind_03.cpp17 int id_; member in struct:A
18 A() : id_(++count) {}
19 ~A() {assert(id_ == count--);}
31 int id_; member in struct:B
32 B() : id_(++count) {}
33 ~B() {assert(id_ == count--);}
45 int id_; member in struct:C
46 C() : id_(++count) {}
47 ~C() {assert(id_ == count--);}
H A Dunwind_04.cpp17 int id_; member in struct:A
18 A() : id_(++count) {}
19 ~A() {assert(id_ == count--);}
31 int id_; member in struct:B
32 B() : id_(++count) {}
33 ~B() {assert(id_ == count--);}
45 int id_; member in struct:C
46 C() : id_(++count) {}
47 ~C() {assert(id_ == count--);}
H A Dunwind_05.cpp17 int id_; member in struct:A
18 A() : id_(++count) {}
19 ~A() {assert(id_ == count--);}
31 int id_; member in struct:B
32 B() : id_(++count) {}
33 ~B() {assert(id_ == count--);}
45 int id_; member in struct:C
46 C() : id_(++count) {}
47 ~C() {assert(id_ == count--);}
/external/jdiff/src/jdiff/
H A DSingleComment.java15 public String id_ = null; field in class:SingleComment
26 id_ = id.replaceAll("<", "&lt;").replaceAll(">", "&gt;");;
32 return id_.compareTo(((SingleComment)o).id_);
/external/chromium_org/content/browser/loader/
H A Dresource_message_delegate.cc14 : id_(ResourceRequestInfoImpl::ForRequest(request)->GetGlobalRequestID()) {
16 rdh->RegisterResourceMessageDelegate(id_, this);
21 rdh->UnregisterResourceMessageDelegate(id_, this);
/external/chromium_org/chrome/browser/sessions/
H A Dsession_id.h40 void set_id(id_type id) { id_ = id; }
41 id_type id() const { return id_; }
44 id_type id_; member in class:SessionID
/external/chromium_org/media/base/
H A Dbitstream_buffer.h18 : id_(id),
23 int32 id() const { return id_; }
28 int32 id_; member in class:media::BitstreamBuffer
/external/libcxx/test/depr/depr.lib.binders/
H A Dtest_func.h15 int id_; member in class:test_func
21 explicit test_func(int id) : id_(id) {}
23 int id() const {return id_;}
/external/chromium_org/cc/resources/
H A Dui_resource_request.cc11 : type_(type), id_(id) {}
16 : type_(type), id_(id), bitmap_(new UIResourceBitmap(bitmap)) {}
25 id_ = request.id_;
/external/chromium_org/remoting/host/
H A Ddesktop_session.cc17 id_(id) {
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dfile_impl.cc32 id_(NULL),
43 if (id_ != NULL && managed_file_handle_) {
44 fclose(id_);
56 if (id_ != NULL) {
58 return fseek(id_, 0, SEEK_SET);
103 if (id_ != NULL && !managed_file_handle_)
155 if (id_ != NULL) {
156 fclose(id_);
158 id_ = tmp_id;
175 if (id_ !
[all...]
/external/chromium_org/net/quic/
H A Dquic_flow_controller.cc23 id_(id),
33 DVLOG(1) << ENDPOINT << "Created flow controller for stream " << id_
40 DVLOG(1) << ENDPOINT << "Disabling QuicFlowController for stream " << id_
52 DVLOG(1) << ENDPOINT << "Stream " << id_ << " consumed: " << bytes_consumed_;
67 DVLOG(1) << ENDPOINT << "Stream " << id_
80 LOG(DFATAL) << ENDPOINT << "Stream " << id_ << " Trying to send an extra "
91 DVLOG(1) << ENDPOINT << "Stream " << id_ << " sent: " << bytes_sent_;
101 << id_ << ", receive window offset: "
126 DVLOG(1) << ENDPOINT << "Sending WindowUpdate frame for stream " << id_
134 connection_->SendWindowUpdate(id_, receive_window_offset
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwindow.h75 WindowId() : id_(0) {}
76 WindowId(const WindowT& id) : id_(id) {} // NOLINT
77 const WindowT& id() const { return id_; }
78 bool IsValid() const { return id_ != 0; }
80 return id_ == other.id();
84 WindowT id_; member in class:talk_base::WindowId
108 DesktopId() : id_(0), index_(-1) {}
110 : id_(id), index_(index) {
112 const DesktopT& id() const { return id_; }
116 return id_
121 DesktopT id_; member in class:talk_base::DesktopId
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dwindow.h58 WindowId() : id_(0) {}
59 WindowId(const WindowT& id) : id_(id) {} // NOLINT
60 const WindowT& id() const { return id_; }
61 bool IsValid() const { return id_ != 0; }
63 return id_ == other.id();
67 WindowT id_; member in class:rtc::WindowId
91 DesktopId() : id_(0), index_(-1) {}
93 : id_(id), index_(index) {
95 const DesktopT& id() const { return id_; }
99 return id_
104 DesktopT id_; member in class:rtc::DesktopId
[all...]

Completed in 590 milliseconds

1234567891011>>