HomeSort by relevance Sort by last modified time
    Searched defs:LocationRange (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gn/
location.cc 59 LocationRange::LocationRange() {
62 LocationRange::LocationRange(const Location& begin, const Location& end)
68 LocationRange LocationRange::Union(const LocationRange& other) const {
70 return LocationRange(
location.h 39 class LocationRange {
41 LocationRange();
42 LocationRange(const Location& begin, const Location& end);
47 LocationRange Union(const LocationRange& other) const;

Completed in 52 milliseconds