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

  /external/chromium_org/components/pairing/
proto_decoder.cc 26 next_message_type_(MESSAGE_NONE),
39 if (next_message_type_ == MESSAGE_NONE) {
51 next_message_type_ = message_type;
77 switch (next_message_type_) {
115 next_message_type_ = MESSAGE_NONE;
proto_decoder.h 83 int next_message_type_; member in class:pairing_chromeos::ProtoDecoder

Completed in 162 milliseconds