Home
last modified time | relevance | path

Searched defs:Value (Results 1 – 8 of 8) sorted by relevance

/packages/modules/StatsD/statsd/src/
DFieldValue.h268 struct Value { struct
269 Value() : type(UNKNOWN) {} in Value() function
271 Value(int32_t v) { in Value() argument
276 Value(int64_t v) { in Value() argument
281 Value(float v) { in Value() function
286 Value(double v) { in Value() function
291 Value(const std::string& v) { in Value() function
296 Value(const std::vector<uint8_t>& v) { in Value() function
301 void setInt(int32_t v) { in setInt()
306 void setLong(int64_t v) { in setLong()
[all …]
DFieldValue.cpp147 Value::Value(const Value& from) { in Value() function in android::os::statsd::Value
Dstats_log.proto143 message Value { message
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DBytes.java37 public static class Value extends Bytes { class in Bytes
43 public Value(byte[] bytes, ByteOrder byteOrder) { in Value() method in Bytes.Value
/packages/modules/Bluetooth/system/gd/l2cap/
Dsignal_id.h30 uint8_t Value() const { in Value() function
/packages/modules/Virtualization/pvmfw/src/
Dbcc.rs204 fn value_from_key(&self, key: i32) -> Option<&Value> { in value_from_key()
221 fn value_from_bytes(mut bytes: &[u8]) -> Result<Value> { in value_from_bytes()
/packages/modules/AdServices/adservices/libraries/cobalt/proto/
Dobservation.proto108 message Value { message
/packages/modules/Bluetooth/tools/pdl/src/
Dast.rs92 Value(TagValue), enumerator