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

  /external/libchrome/device/bluetooth/
bluetooth_uuid.cc 77 GetCanonicalUuid(uuid, &value_, &canonical_value_, &format_);
91 &value_, &canonical_value_, &format_);
117 return canonical_value_ < uuid.canonical_value_;
121 return canonical_value_ == uuid.canonical_value_;
125 return canonical_value_ != uuid.canonical_value_;
bluetooth_uuid.h 89 const std::string& canonical_value() const { return canonical_value_; }
109 std::string canonical_value_; member in class:device::BluetoothUUID

Completed in 65 milliseconds