MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / index

Method index

json/jsoncpp.cpp:2370–2375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2368}
2369
2370UInt ValueIteratorBase::index() const {
2371 const Value::CZString czstring = (*current_).first;
2372 if (!czstring.data())
2373 return czstring.index();
2374 return Value::UInt(-1);
2375}
2376
2377JSONCPP_STRING ValueIteratorBase::name() const {
2378 char const* keey;

Callers 15

instr_to_ilFunction · 0.45
instr_to_ilFunction · 0.45
genEncodingBlockFunction · 0.45
genMethod · 0.45
get_cached_type_strMethod · 0.45
setFilterMethod · 0.45
kctriage.hFile · 0.45
getSymbolAtRowMethod · 0.45
selectFirstItemMethod · 0.45
activateFirstItemMethod · 0.45
setImageLoadedMethod · 0.45
setImageLoadedMethod · 0.45

Calls 2

UIntFunction · 0.85
dataMethod · 0.45

Tested by 2

instr_to_ilFunction · 0.36
instr_to_ilFunction · 0.36