Lines Matching full:is
5 …llows for the definition of [Thrift Types](/docs/types). A Thrift IDL file is processed by the Thr…
9 Here is a description of the Thrift IDL.
19 A header is either a Thrift include, a C++ include, or a namespace declaration.
59 …is supplied, the value is either 0 for the first element, or one greater than the preceding value …
69 …nal to Facebook but serves no purpose in Thrift itself. Use of this feature is strongly discouraged
77 …nal to Facebook but serves no purpose in Thrift itself. Use of this feature is strongly discouraged
87 …face for a set of functionality provided by a Thrift server. The interface is simply a list of fun…
101 There are two explicit requiredness values, and a third one that is applied implicitly if neither …
113 If a required field is missing during read, the expected behaviour is to indicate an unsuccessful r…
121 - Default values: are written when the isset flag is set
123 …ether a particular optional field is set or not. Only fields with this flag set are written, and c…
131 …is a good starting point. The desired behaviour is a mix of optional and required, hence the inter…
135 …is more or less that default fields are typically set at initialization time. Therefore, a value t…
137 …is the fact, that any unwritten default value implicitly becomes part of the interface version. If…
141 … Facebook but serve no current purpose in Thrift. The use of these options is strongly discouraged.
215 "goto", "if", "implements", "import", "in", "inline", "instanceof", "interface", "is",
248 …* The question is, how other languages are doing that? What about custom objects, do they have a C…