Home
last modified time | relevance | path

Searched refs:attribute_ (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/framework/egl/
DegluStrUtil.hpp36 ConfigAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ConfigAttribValueFmt()
43 SurfaceAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in SurfaceAttribValueFmt()
50 ContextAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ContextAttribValueFmt()
/third_party/flatbuffers/src/
Didl_parser.cpp301 return t == kTokenIdentifier ? attribute_ : TokenToString(t); in TokenToStringId()
336 attribute_.clear(); in Next()
379 attribute_ += '\n'; in Next()
383 attribute_ += '\t'; in Next()
387 attribute_ += '\r'; in Next()
391 attribute_ += '\b'; in Next()
395 attribute_ += '\f'; in Next()
399 attribute_ += '\"'; in Next()
403 attribute_ += '\''; in Next()
407 attribute_ += '\\'; in Next()
[all …]
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dstatic_analysis.h65 EvalResult(AbstractBasePtr abs, AttrValueMapPtr attr) : abstract_(abs), attribute_(attr) {} in EvalResult()
69 AttrValueMapPtr attribute() { return attribute_; } in attribute()
74 AttrValueMapPtr attribute_; variable
/third_party/boost/libs/msm/doc/HTML/examples/
DiPodSearchEuml.cpp118 attribute_(substate_(Foreach()),m_src_it)
DCompilerStressTestEuml.cpp299 ,attribute_(substate_(Foreach,fsm_),m_src_it)
/third_party/boost/libs/msm/doc/PDF/examples/
DiPodSearchEuml.cpp118 attribute_(substate_(Foreach()),m_src_it)
DCompilerStressTestEuml.cpp299 ,attribute_(substate_(Foreach,fsm_),m_src_it)
/third_party/flatbuffers/include/flatbuffers/
Didl.h724 std::string attribute_; member
/third_party/boost/boost/msm/front/euml/
Dcommon.hpp806 GetAttribute_Helper const attribute_ = GetAttribute_Helper(); variable