Home
last modified time | relevance | path

Searched +defs:std +defs:slot +defs:value (Results 1 – 5 of 5) sorted by relevance

/dports/devel/vcglib/vcglib-2020.09/apps/unsupported/trimeshinfo/
H A DSlotsNode.h7 using namespace std; variable
14 string value; //tra due tag variable
37 ValueNode value; variable
127 NodeGroup slot; variable
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/
H A DInterpreter.C48 using namespace std; variable
353 TaggedValue::TaggedValue(boost::intrusive_ptr<RightValue> value, const std::string &tag) : in TaggedValue()
482 for (int slot: this->injectedSlots) { in removeInjectedIndeterminates() local
501 const int slot = runtimeEnv->slotFor(hd); in injectIndeterminates() local
565 …explicit FakeExpression(const intrusive_ptr<RightValue> value, const CharPointer &beginSourcePosit… in FakeExpression()
687 int slot = runtimeEnv->slotFor(recordName); in printTaggedValue() local
1170 const int slot = this->slotFor(s); in currentTypes() local
1254 const int slot = this->slotFor(id); in setTopLevelVar() local
2233 void ReferenceVariable::assign(intrusive_ptr<RightValue> value, const CharPointer &valueExpBegin, c… in assign()
3201 using namespace std; variable
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/
H A DInterpreter.C48 using namespace std; variable
353 TaggedValue::TaggedValue(boost::intrusive_ptr<RightValue> value, const std::string &tag) : in TaggedValue()
500 const int slot = runtimeEnv->slotFor(hd); in injectIndeterminates() local
563 …explicit FakeExpression(const intrusive_ptr<RightValue> value, const CharPointer &beginSourcePosit… in FakeExpression()
685 int slot = runtimeEnv->slotFor(recordName); in printTaggedValue() local
1163 const int slot = this->slotFor(s); in currentTypes() local
1247 const int slot = this->slotFor(id); in setTopLevelVar() local
2183 void FieldAccess::assign(boost::intrusive_ptr<RightValue> value, const CharPointer & valueExpBegin,… in assign()
2224 void ReferenceVariable::assign(intrusive_ptr<RightValue> value, const CharPointer &valueExpBegin, c… in assign()
3181 using namespace std; variable
[all …]
/dports/databases/mdbx/mdbx-0.11.2/
H A Dmdbx.h++2648 slice value; member
2663 slice key, value; member
3275 int slot; ///< The reader lock table slot number. member
4819 env::reader_info::reader_info(int slot, mdbx_pid_t pid, mdbx_tid_t thread,
5173 slice value) {
5231 const slice &value) {
5762 namespace std { namespace
5764 inline string to_string(const ::mdbx::slice &value) {
5778 inline string to_string(const ::mdbx::pair &value) {
5796 inline string to_string(const ::mdbx::env::mode &value) {
[all …]
/dports/devel/entt/entt-3.8.1/single_include/entt/
H A Dentt.hpp2024 basic_any(Type &&value) in basic_any()
2105 operator=(Type &&value) { in operator =()
6305 [[nodiscard]] size_type slot() const ENTT_NOEXCEPT { in slot() function in entt::basic_sparse_set
12397 basic_any(Type &&value) in basic_any()
15789 basic_any(Type &&value) in basic_any()
25476 [[nodiscard]] size_type slot() const ENTT_NOEXCEPT { in slot() function in entt::basic_sparse_set
32400 meta_any &value; member
32961 meta_any(Type &&value) in meta_any()
36153 meta_any(Type &&value) in meta_any()
38180 meta_any &value; member
[all …]