Searched refs:types (Results 1 – 25 of 43) sorted by relevance
12
178 copyList = function(lst, types) { argument184 if (types.shift === undefined) {185 type = types;188 type = types[0];199 result.push(type(val, types.slice(1)));208 copyMap = function(obj, types){ argument214 if (types.shift === undefined) {215 type = types;218 type = types[0];230 result[prop] = type(val, types.slice(1));
30 /// Get a field's value by [fieldId]. Primitive types will be wrapped in the31 /// appropriate "boxed" types.34 /// Set a field's value by [fieldId]. Primitive types must be "boxed" in the
59 * Get a field's value by id. Primitive types will be wrapped in the60 * appropriate "boxed" types.67 * Set a field's value by id. Primitive types must be "boxed" in the
38 string types() { return f_types_.str(); } in types() function in t_test_ocaml_generator71 REQUIRE( snapshot == gen.types() );
4 types
38 * Base types47 ## Base types152 Message types are encoded with the following values:170 order. Thrift's type system is not extensible; you can only encode the primitive types and structs.…213 The following field-types can be encoded:229 Note that because there are 2 specific field types for the boolean values, the encoding of a boolea…258 The following element-types are used (see note below):273 *Note*: Although field-types and element-types lists are currently very similar, there is _no guara…274 remain true after new types are added.309 The element-types are the same as for lists. The full list is included in the 'List and set' sectio…
37 * Base types46 ## Base types137 Message types are encoded with the following values:155 order. Thrift's type system is not extensible; you can only encode the primitive types and structs.…191 The following field-types are used:224 The element-type values are the same as field-types. The full list is included in the struct sectio…252 The element-type values are the same as field-types. The full list is included in the struct sectio…
141 completely natively defined types, no matter what programming language they143 types or wrapper objects. It also does not require that the developer write152 The type system rests upon a few base types. In considering which types to154 on the key types available in all programming languages, omitting any155 niche types available only in specific languages.157 The base types supported by Thrift are:169 Of particular note is the absence of unsigned integer types. Because these170 types have no direct translation to native primitive types in many languages,195 the C++ template (or Java Generics) style. There are three types available:209 code generator directives have been added to substitute custom types in[all …]
1563 copyList = function(lst, types) { argument1569 if (types.shift === undefined) {1570 type = types;1573 type = types[0];1584 result.push(type(val, types.slice(1)));1593 copyMap = function(obj, types) { argument1599 if (types.shift === undefined) {1600 type = types;1603 type = types[0];1615 result[prop] = type(val, types.slice(1));
32 module along with other relevant types and functions. The classes44 Structs are turned into classes. The fields are all option types and54 functions to_i and of_i which convert the ocaml types into ints. For
32 * The first thing to know about are types. The available types in Thrift are:77 * Thrift lets you do typedefs to get pretty names for your types. Standard84 * types and structs are specified using JSON notation.
32 * The first thing to know about are types. The available types in Thrift are:72 * Thrift lets you do typedefs to get pretty names for your types. Standard79 * types and structs are specified using JSON notation.
114 Thrift defines a number of types, each of which is translated into its Rust129 traits and types in the generated code are namespaced appropriately.196 Thrift has three container types: list, set and map. They are translated into275 Thrift has 3 "optionality" types:
26 import com.github.ajalt.clikt.parameters.types.enum27 import com.github.ajalt.clikt.parameters.types.int28 import com.github.ajalt.clikt.parameters.types.long
16 serialize and deserialize types and implement RPC. Users interact with these17 types and services by writing their own code on top.51 * **[THRIFT-5360]** - No longer define OR generate `description()` methods for `Error` types.54 Library error types also do not implement `Error.description()`. Also, as a result of this change
501 $types = 0;503 $result += $this->readUByte($types);505 $val_type = $this->getTType($types);506 $key_type = $this->getTType($types >> 4);
48 <th colspan=1 align=center>Field types</th>58 <!-- Field types -----------><th>Uuid</th>71 <!-- Field types -----------><td><img src="/doc/images/cred.png" alt=""/></td>83 <!-- Field types -----------><td><img src="/doc/images/cred.png" alt=""/></td>95 <!-- Field types -----------><td><img src="/doc/images/cred.png" alt=""/></td>107 <!-- Field types -----------><td><img src="/doc/images/cred.png" alt=""/></td>119 <!-- Field types -----------><td><img src="/doc/images/cred.png" alt=""/></td>131 <!-- Field types -----------><td><img src="/doc/images/cgrn.png" alt="Yes"/></td>143 <!-- Field types -----------><td><img src="/doc/images/cgrn.png" alt="Yes"/></td>155 <!-- Field types -----------><td><img src="/doc/images/cred.png" alt=""/></td>[all …]
384 types = 0386 types = self.__readUByte()387 vtype = self.__getTType(types)388 ktype = self.__getTType(types >> 4)
23 // It includes all field types and most combinations of complex types.
32 named client.pch and a precompiled types file named StdAfx.obj.
32 named server.pch and a precompiled types file named StdAfx.obj.
12 …artifacts in these modules have options for specifying the exact protocol types used. In this case…
41 The compiler's handling of namespaces when generating the name of types,
10 dnl This macro requires that #include <sys/types.h> works and defines u_char.79 #include <sys/types.h>
99 TYPES_PACKAGE=${EPISODIC_DIR}/node_modules/types-package