Searched refs:attribute_ (Results 1 – 9 of 9) sorted by relevance
/third_party/vk-gl-cts/framework/egl/ |
D | egluStrUtil.hpp | 36 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/ |
D | idl_parser.cpp | 301 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/ |
D | static_analysis.h | 65 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/ |
D | iPodSearchEuml.cpp | 118 attribute_(substate_(Foreach()),m_src_it)
|
D | CompilerStressTestEuml.cpp | 299 ,attribute_(substate_(Foreach,fsm_),m_src_it)
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | iPodSearchEuml.cpp | 118 attribute_(substate_(Foreach()),m_src_it)
|
D | CompilerStressTestEuml.cpp | 299 ,attribute_(substate_(Foreach,fsm_),m_src_it)
|
/third_party/flatbuffers/include/flatbuffers/ |
D | idl.h | 724 std::string attribute_; member
|
/third_party/boost/boost/msm/front/euml/ |
D | common.hpp | 806 GetAttribute_Helper const attribute_ = GetAttribute_Helper(); variable
|