Home
last modified time | relevance | path

Searched refs:get_tag_data (Results 1 – 12 of 12) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DSequenceData.hpp55 void* get_tag_data( unsigned tag_num ) in get_tag_data() function in moab::SequenceData
58 void const* get_tag_data( unsigned tag_num ) const in get_tag_data() function in moab::SequenceData
H A DVarLenDenseTag.cpp108 const void* mem = seq->data()->get_tag_data(mySequenceArray); in get_array()
139 void* mem = seq->data()->get_tag_data(mySequenceArray); in get_array()
464 data = reinterpret_cast<const VarLenTag*>((*i)->data()->get_tag_data(mySequenceArray)); in get_tagged()
491 …data = reinterpret_cast<const VarLenTag*>(iter.get_sequence()->data()->get_tag_data(mySequenceArra… in get_tagged()
559 const void* data = (*i)->data()->get_tag_data(mySequenceArray); in find_entities_with_value()
623 const void* mem = (*i)->data()->get_tag_data(mySequenceArray); in get_memory_use()
H A DDenseTag.cpp134 const void* mem = seq->data()->get_tag_data(mySequenceArray); in get_array_private()
154 ptr = reinterpret_cast<const unsigned char*>(seq->data()->get_tag_data(mySequenceArray)); in get_array_private()
185 void* mem = seq->data()->get_tag_data(mySequenceArray); in get_array_private()
571 if ((*i)->data()->get_tag_data(mySequenceArray)) in get_tagged_entities()
611 const void* data = (*i)->data()->get_tag_data(mySequenceArray); in find_entities_with_value()
672 if ((*i)->data() != prev_data && (*i)->data()->get_tag_data(mySequenceArray)) { in get_memory_use()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/runtime_tools/src/
H A Ddyntrace.erl42 -export([put_tag/1, get_tag/0, get_tag_data/0, spread_tag/1, restore_tag/1]).
414 -spec get_tag_data() -> binary() | undefined.
416 get_tag_data() -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/runtime_tools/src/
H A Ddyntrace.erl42 -export([put_tag/1, get_tag/0, get_tag_data/0, spread_tag/1, restore_tag/1]).
414 -spec get_tag_data() -> binary() | undefined.
416 get_tag_data() -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/runtime_tools/src/
H A Ddyntrace.erl42 -export([put_tag/1, get_tag/0, get_tag_data/0, spread_tag/1, restore_tag/1]).
414 -spec get_tag_data() -> binary() | undefined.
416 get_tag_data() -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/runtime_tools/src/
H A Ddyntrace.erl42 -export([put_tag/1, get_tag/0, get_tag_data/0, spread_tag/1, restore_tag/1]).
414 -spec get_tag_data() -> binary() | undefined.
416 get_tag_data() -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/runtime_tools/src/
H A Ddyntrace.erl42 -export([put_tag/1, get_tag/0, get_tag_data/0, spread_tag/1, restore_tag/1]).
414 -spec get_tag_data() -> binary() | undefined.
416 get_tag_data() -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/runtime_tools/src/
H A Ddyntrace.erl42 -export([put_tag/1, get_tag/0, get_tag_data/0, spread_tag/1, restore_tag/1]).
414 -spec get_tag_data() -> binary() | undefined.
416 get_tag_data() -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/runtime_tools/src/
H A Ddyntrace.erl42 -export([put_tag/1, get_tag/0, get_tag_data/0, spread_tag/1, restore_tag/1]).
414 -spec get_tag_data() -> binary() | undefined.
416 get_tag_data() -> function
/dports/graphics/colord/colord-1.3.5/lib/colord/
H A Dcolord.vapi561 public GLib.Bytes get_tag_data (string tag) throws GLib.Error;
/dports/deskutils/zim/zim-0.74.3/zim/gui/pageview/
H A D__init__.py1291 def get_tag_data(self, iter): member in TextBuffer
2773 attrib = self.get_tag_data(iter)