Home | History | Annotate | Download | only in libevent

Lines Matching refs:Array

73         """Takes an array, add indentation to each entry and prints it."""
103 if entry.Array():
139 if entry.Array():
185 if entry.Array():
255 if not entry.Array():
371 def Array(self):
393 if self.Array() and not self._can_be_array:
395 'Entry "%s" cannot be created as an array '
403 'Entry "%s" has illegal combination of optional and array '
491 if self.Array():
1080 """Allows direct access to elements of the array."""
1307 array = 0
1325 if not array and token == 'array':
1326 array = 1
1388 if array:
1395 if array: