Home
last modified time | relevance | path

Searched refs:_entries (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Doverlay.dart267 final List<OverlayEntry> _entries = <OverlayEntry>[];
278 return _entries.indexOf(below);
280 return _entries.indexOf(above) + 1;
281 return _entries.length;
297 above == null || (above._overlay == this && _entries.contains(above)),
301 below == null || (below._overlay == this && _entries.contains(below)),
304 assert(!_entries.contains(entry), 'The specified entry is already present in the Overlay.');
308 _entries.insert(_insertionIndex(below, above), entry);
325 above == null || (above._overlay == this && _entries.contains(above)),
329 below == null || (below._overlay == this && _entries.contains(below)),
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Droutes_test.dart21 List<OverlayEntry> get overlayEntries => _entries;
23 final List<OverlayEntry> _entries = <OverlayEntry>[];
36 _entries.add(entry);
84 for (OverlayEntry entry in _entries)
86 _entries.clear();
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Drecognizer.dart222 final Map<int, GestureArenaEntry> _entries = <int, GestureArenaEntry>{};
252 final List<GestureArenaEntry> localEntries = List<GestureArenaEntry>.from(_entries.values);
253 _entries.clear();
264 assert(_entries.isEmpty);
283 assert(_entries.isEmpty);
308 assert(!_entries.containsValue(pointer));
309 _entries[pointer] = _addPointerToArena(pointer);
/third_party/typescript/src/compiler/
Dcore.ts1307 const _entries = Object.entries || (<T>(obj: MapLike<T>) => { constant
1317 return obj ? _entries(obj) : [];
/third_party/glib/gobject/
Dgtype.c294 #define IFACE_ENTRIES_N_ENTRIES(_entries) ( (G_ATOMIC_ARRAY_DATA_SIZE((_entries)) - IFACE_ENTRIES_H… argument
/third_party/typescript/lib/
DtypingsInstaller.js1276 var _entries = Object.entries || (function (obj) {
1285 return obj ? _entries(obj) : [];
Dtsc.js1097 var _entries = Object.entries || (function (obj) {
1106 return obj ? _entries(obj) : [];
Dtsserver.js1287 var _entries = Object.entries || (function (obj) {
1296 return obj ? _entries(obj) : [];
DtypescriptServices.js1481 var _entries = Object.entries || (function (obj) {
1490 return obj ? _entries(obj) : [];
Dtsserverlibrary.js1481 var _entries = Object.entries || (function (obj) {
1490 return obj ? _entries(obj) : [];
Dtypescript.js1481 var _entries = Object.entries || (function (obj) {
1490 return obj ? _entries(obj) : [];