Searched refs:on_host_ (Results 1 – 4 of 4) sorted by relevance
111 : context_(context), debug_info_(debug_info), on_host_(on_host) {145 bool on_host() const { return on_host_; }153 const bool on_host_;
388 : context_(context), debug_info_(debug_info), on_host_(on_host) {422 bool on_host() const { return on_host_; }430 const bool on_host_;
29 on_host_ = false; in Clear()48 on_host_ = true; in InitAlloc()56 if (on_host_) { in InitFrom()83 if (!on_host_) { in ParseFrom()
100 bool on_host_ = false; variable