Searched defs:Value (Results 1 – 8 of 8) sorted by relevance
268 struct Value { struct269 Value() : type(UNKNOWN) {} in Value() function271 Value(int32_t v) { in Value() argument276 Value(int64_t v) { in Value() argument281 Value(float v) { in Value() function286 Value(double v) { in Value() function291 Value(const std::string& v) { in Value() function296 Value(const std::vector<uint8_t>& v) { in Value() function301 void setInt(int32_t v) { in setInt()306 void setLong(int64_t v) { in setLong()[all …]
147 Value::Value(const Value& from) { in Value() function in android::os::statsd::Value
143 message Value { message
37 public static class Value extends Bytes { class in Bytes43 public Value(byte[] bytes, ByteOrder byteOrder) { in Value() method in Bytes.Value
30 uint8_t Value() const { in Value() function
204 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()
108 message Value { message
92 Value(TagValue), enumerator