Searched defs:LogValue (Results 1 – 13 of 13) sorted by relevance
268 func (r *replace) LogValue() Value { return r.v } func272 func (panickingLogValue) LogValue() Value { panic("bad") } func
18 func (Token) LogValue() slog.Value { func
16 func (n Name) LogValue() slog.Value { func
588 func (n logValueName) LogValue() Value { func
488 LogValue() Value methodSpec
62 struct LogValue { struct63 uint8_t Log;
63 struct LogValue { struct64 uint8_t Log;
512 void Transaction::ObjectLog::LogValue(ObjectLog::FieldValueKind kind, in LogValue() function in art::Transaction::ObjectLog726 void Transaction::ArrayLog::LogValue(size_t index, uint64_t value) { in LogValue() function in art::Transaction::ArrayLog
371 func (r *replace) LogValue() slog.Value { return slog.AnyValue(r.v) } func