Home
last modified time | relevance | path

Searched defs:Count (Results 1 – 6 of 6) sorted by relevance

/thrift-3.4.0/lib/netstd/Thrift/Protocol/Entities/
DTList.cs31 public int Count { get; set; } property
DTMap.cs34 public int Count { get; set; } property
DTSet.cs36 public int Count { get; set; } property
/thrift-3.4.0/lib/delphi/src/
DThrift.Collections.pas62 property Count: Integer read GetCount; property
92 property Count: Integer read GetCount; property
140 property Count: Integer read GetCount write SetCount; property
185 property Count: Integer read GetCount write SetCount; property
198 property Count: Integer read GetCount; property
223 property Count: Integer read GetCount; property
DThrift.Protocol.pas353 property Count : Integer read GetCount write SetCount; property
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/protocol/
DTJSONProtocol.hx226 var Count : Int = ReadJSONInteger(); variable
242 var Count : Int = ReadJSONInteger(); variable
256 var Count : Int = ReadJSONInteger(); variable