MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / FindProperty

Method FindProperty

src/IFaceTable.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77const IFaceProperty *IFaceTable::FindProperty(const char *name) const {
78 return binary_find(properties.cbegin(), properties.cend(), name);
79}
80
81int IFaceTable::GetConstantName(int value, char *nameOut, unsigned nameBufferLen, const char *hint) const {
82 if (nameOut && nameBufferLen > 0) {

Callers 2

push_iface_propvalFunction · 0.45

Calls 1

binary_findFunction · 0.85

Tested by

no test coverage detected