Searched defs:ValueOf (Results 1 – 7 of 7) sorted by relevance
78 struct ValueOf { struct93 static_assert(check_member<ValueOf<int>, int>()); argument
88 func ValueOf(v interface{}) Value { func
513 ValueOf(interface{}) Value methodSpec
98 func (xi *ExtensionInfo) ValueOf(v interface{}) protoreflect.Value { func
688 func (xt extensionType) ValueOf(iv interface{}) protoreflect.Value { func
2334 inline Value *ValueOf(const T &v) in ValueOf() function