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

Method GetPointer

rapidjson/schema.h:1511–1516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1509 }
1510
1511 PointerType GetPointer(const SchemaType* schema) const {
1512 for (const SchemaEntry* target = schemaMap_.template Bottom<SchemaEntry>(); target != schemaMap_.template End<SchemaEntry>(); ++target)
1513 if (schema == target->schema)
1514 return target->pointer;
1515 return PointerType();
1516 }
1517
1518 static const size_t kInitialSchemaMapSize = 64;
1519 static const size_t kInitialSchemaRefSize = 64;

Callers 2

EndValueMethod · 0.80

Calls 1

PointerTypeClass · 0.85

Tested by

no test coverage detected