Searched refs:has_location (Results 1 – 13 of 13) sorted by relevance
86 self.assertFalse(spec.has_location)97 self.assertFalse(spec.has_location)109 self.assertFalse(spec.has_location)121 self.assertFalse(spec.has_location)126 self.assertFalse(spec.has_location)127 spec.has_location = True128 self.assertTrue(spec.has_location)135 has_location=False,146 has_location=True,157 has_location=False,[all …]
106 spec.has_location = True113 spec.has_location = True
67 private $has_location = false; variable in Google\\Protobuf\\Internal\\SourceCodeInfo226 $this->has_location = true;233 return $this->has_location;
225 bool has_location = false; in GetLocationsForVariable() local236 if (has_location && dec.params()[0] != location) { in GetLocationsForVariable()240 has_location = true; in GetLocationsForVariable()320 if (!has_location && !is_block) { in GetLocationsForVariable()326 if (has_location) { in GetLocationsForVariable()
381 self.has_location == other.has_location)407 def has_location(self): member in ModuleSpec410 @has_location.setter411 def has_location(self, value): member in ModuleSpec542 if spec.has_location:585 if spec.has_location:
81 if package.__spec__.origin is None or not package.__spec__.has_location:213 if namespace or not package.__spec__.has_location:
197 if (!feature->has_location()) { in GetOneFeature()
183 if (!Message.has_location()) in fromProtobuf()
658 "has_location" attributes are consulted.
1386 .. attribute:: has_location
3085 - Issue #18864: Added a setter for ModuleSpec.has_location.