Home
last modified time | relevance | path

Searched defs:is_value (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/phoenix/core/
Dis_value.hpp34 struct is_value struct
39 struct is_value<T const> struct
44 struct is_value<T &> struct
51 struct is_value< expression::value<T> > struct
/third_party/boost/boost/flyweight/detail/
Dvalue_tag.hpp37 struct is_value:is_base_and_derived<value_marker,T> struct
/third_party/mindspore/mindspore/core/base/
Dbase_ref.h51 using is_value = std::is_base_of<Value, remove_reference_t<T>>; variable
/third_party/mesa3d/src/compiler/glsl/
Dir.cpp1576 ir_constant::is_value(float f, int i) const in is_value() function in ir_constant
/third_party/protobuf/src/google/protobuf/
Dmap_test.cc2402 bool is_value = !is_key && (k & 0x2); in TEST() local