Searched defs:within (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc122 // A map from offsets of DIEs within the .debug_info section to
828 // Return true if ADDRESS falls within the range of ITEM.
830 inline bool within(const T &item, Module::Address address) { function in namespace:google_breakpad::__anon6275
869 // from our lines_ vector that fall within the function's address
929 assert(!func || current < func->address || within(*func, current));
930 assert(!line || current < line->address || within(*line, current));
955 if (line && within(*func, line->address))
981 if (func && within(*line, func->address))
1014 && !within(**func_it, next_transition))
1019 && !within(*line_i
[all...]

Completed in 169 milliseconds