Home
last modified time | relevance | path

Searched defs:ValueOf (Results 1 – 7 of 7) sorted by relevance

/external/cronet/stable/third_party/libc++/src/test/std/iterators/iterator.requirements/iterator.assoc.types/readable.traits/
Dindirectly_readable_traits.compile.pass.cpp78 struct ValueOf { struct
93 static_assert(check_member<ValueOf<int>, int>()); argument
/external/cronet/tot/third_party/libc++/src/test/std/iterators/iterator.requirements/iterator.assoc.types/readable.traits/
Dindirectly_readable_traits.compile.pass.cpp78 struct ValueOf { struct
93 static_assert(check_member<ValueOf<int>, int>()); argument
/external/golang-protobuf/reflect/protoreflect/
Dvalue_union.go88 func ValueOf(v interface{}) Value { func
Dtype.go513 ValueOf(interface{}) Value methodSpec
/external/golang-protobuf/internal/impl/
Dextension.go98 func (xi *ExtensionInfo) ValueOf(v interface{}) protoreflect.Value { func
/external/golang-protobuf/types/dynamicpb/
Ddynamic.go688 func (xt extensionType) ValueOf(iv interface{}) protoreflect.Value { func
/external/swiftshader/src/Reactor/
DReactor.hpp2334 inline Value *ValueOf(const T &v) in ValueOf() function