Home
last modified time | relevance | path

Searched refs:canonical_value_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/device/bluetooth/
Dbluetooth_uuid.cc77 GetCanonicalUuid(uuid, &value_, &canonical_value_, &format_); in BluetoothUUID()
91 &value_, &canonical_value_, &format_); in BluetoothUUID()
117 return canonical_value_ < uuid.canonical_value_; in operator <()
121 return canonical_value_ == uuid.canonical_value_; in operator ==()
125 return canonical_value_ != uuid.canonical_value_; in operator !=()
Dbluetooth_uuid.h89 const std::string& canonical_value() const { return canonical_value_; } in canonical_value()
109 std::string canonical_value_; variable