Searched defs:is_reply (Results 1 – 6 of 6) sorted by relevance
134 auto is_reply = base::StringToInt32(args["reply"]).value() == 1; in ParseLine() local
90 bool is_reply, in Transaction()
1149 bool is_reply = static_cast<int32_t>(evt.reply()) == 1; in ParseBinderTransaction() local
94 bool is_reply() const { in is_reply() function
736 const bool is_reply = ExtractIsReply(first_packet_byte); in DumpPacket() local
271 pub fn is_reply(&self) -> bool { in is_reply() method