OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NULLTYPE
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/device/bluetooth/bluez/
bluetooth_service_attribute_value_bluez.h
29
enum Type {
NULLTYPE
= 0, UINT, INT, UUID, STRING, BOOL, SEQUENCE, URL };
bluetooth_service_attribute_value_bluez.cc
15
: type_(
NULLTYPE
), size_(0), value_(std::make_unique<base::Value>()) {}
Completed in 276 milliseconds