Searched defs:ZoneList (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/zone/ |
D | zone.h | 163 ZoneList(int capacity, Zone* zone) { Initialize(capacity, zone); } in ZoneList() function 165 ZoneList(std::initializer_list<T> list, Zone* zone) { in ZoneList() function 170 ZoneList(const ZoneList<T>& other, Zone* zone) { in ZoneList() function
|
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/ |
D | compute-gen.go | 17726 type ZoneList struct { struct 17729 Id string `json:"id,omitempty"` 17732 Items []*Zone `json:"items,omitempty"` 17735 Kind string `json:"kind,omitempty"` 17743 NextPageToken string `json:"nextPageToken,omitempty"` 17746 SelfLink string `json:"selfLink,omitempty"` 17750 googleapi.ServerResponse `json:"-"` 17758 ForceSendFields []string `json:"-"` 17766 NullFields []string `json:"-"` 17769 func (s *ZoneList) MarshalJSON() ([]byte, error) {
|
D | compute-api.json | 10879 "ZoneList": { object
|