Home
last modified time | relevance | path

Searched refs:immutable (Results 1 – 25 of 27) sorted by relevance

12

/thrift-3.4.0/test/v0.16/
DDebugProtoTest.thrift65 2: set<list<string> (python.immutable = "")> contain,
76 python.immutable = "",
82 python.immutable = "",
160 44: map<list<i8> (python.immutable = ""), i8> list_byte_map;
161 45: map<set<i8> (python.immutable = ""), i8> set_byte_map;
162 46: map<map<i8,i8> (python.immutable = ""), i8> map_byte_map;
246 } (python.immutable = "false")
279 1: map<list<i32>(python.immutable = ""),set<map<i32,string> (python.immutable = "")>> b1;
280 2: map<list<i32>(python.immutable = ""),set<map<i32,string> (python.immutable = "")>> b2;
281 3: map<list<i32>(python.immutable = ""),set<map<i32,string> (python.immutable = "")>> b3;
[all …]
DThriftTest.thrift107 } (python.immutable= "")
113 …d list<map<set<i32> (python.immutable = ""), map<i32,set<list<map<Insanity,string>(python.immutabl…
/thrift-3.4.0/test/
DDebugProtoTest.thrift66 2: set<list<string> (python.immutable = "")> contain,
77 python.immutable = "",
83 python.immutable = "",
161 44: map<list<i8> (python.immutable = ""), i8> list_byte_map;
162 45: map<set<i8> (python.immutable = ""), i8> set_byte_map;
163 46: map<map<i8,i8> (python.immutable = ""), i8> map_byte_map;
247 } (python.immutable = "false")
280 1: map<list<i32>(python.immutable = ""),set<map<i32,string> (python.immutable = "")>> b1;
281 2: map<list<i32>(python.immutable = ""),set<map<i32,string> (python.immutable = "")>> b2;
282 3: map<list<i32>(python.immutable = ""),set<map<i32,string> (python.immutable = "")>> b3;
[all …]
DEnumTest.thrift91 44: map<list<MyEnum3> (python.immutable = ""), MyEnum3> list_enum_map;
92 45: map<set<MyEnum3> (python.immutable = ""), MyEnum3> set_enum_map;
93 46: map<map<MyEnum3,MyEnum3> (python.immutable = ""), MyEnum3> map_enum_map;
DThriftTest.thrift107 } (python.immutable= "")
113 …d list<map<set<i32> (python.immutable = ""), map<i32,set<list<map<Insanity,string>(python.immutabl…
/thrift-3.4.0/lib/d/src/thrift/util/
Dhashset.d46 aa_[*(cast(immutable(E)*)&stuff)] = Void.init; in HashSet()
54 aa_[*(cast(immutable(E)*)&e)] = Void.init; in HashSet()
65 aa_.remove(*(cast(immutable(E)*)&e)); in HashSet()
120 Void[immutable(E)] aa_; in HashSet()
/thrift-3.4.0/lib/d/src/thrift/protocol/
Djson.d862 immutable ubyte[1] OBJECT_BEGIN = '{';
863 immutable ubyte[1] OBJECT_END = '}';
864 immutable ubyte[1] ARRAY_BEGIN = '[';
865 immutable ubyte[1] ARRAY_END = ']';
866 immutable ubyte[1] NEWLINE = '\n';
867 immutable ubyte[1] PAIR_SEP = ':';
868 immutable ubyte[1] ELEM_SEP = ',';
869 immutable ubyte[1] BACKSLASH = '\\';
870 immutable ubyte[1] STRING_DELIMITER = '"';
871 immutable ubyte[1] ZERO_CHAR = '0';
[all …]
/thrift-3.4.0/lib/d/src/thrift/codegen/
Dbase.d611 immutable i = "i" ~ to!string(level);
612 immutable elem = "elem" ~ to!string(level);
613 immutable key = "key" ~ to!string(level);
614 immutable list = "list" ~ to!string(level);
615 immutable map = "map" ~ to!string(level);
616 immutable set = "set" ~ to!string(level);
617 immutable value = "value" ~ to!string(level);
693 immutable v = "(*s." ~ name ~ ")";
696 immutable v = "s." ~ name;
734 immutable n = "isSet_" ~ name;
[all …]
Dprocessor.d158 immutable procFuncName = "process_" ~ methodName;
159 immutable dispatchFuncName = procFuncName ~ "_protocolDispatch";
250 immutable call = "iface_." ~ methodName ~ "(" ~ ctfeJoin(paramList) ~ ")";
404 immutable fieldMetaCode = in TArgsStruct()
491 immutable fieldMetaCode = in TResultStruct()
Dasync_client.d198 immutable paramName = "param" ~ to!string(i + 1);
199 immutable storage = ParameterStorageClassTuple!(
209 immutable returnTypeCode = "ReturnType!(Interface." ~ methodName ~ ")";
Dclient.d171 immutable storage = ParameterStorageClassTuple!(
183 immutable paramStructType =
Dasync_client_pool.d97 immutable bool delegate(Exception) defaultRpcFaultFilter;
/thrift-3.4.0/lib/py/src/ext/
Dtypes.h144 bool immutable; member
156 bool immutable; member
166 bool immutable; member
Dtypes.cpp72 dest->immutable = Py_True == PyTuple_GET_ITEM(typeargs, 2); in parse_set_list_args()
95 dest->immutable = Py_True == PyTuple_GET_ITEM(typeargs, 4); in parse_map_args()
Dprotocol.tcc730 bool use_tuple = type == T_LIST && parsedargs.immutable; in decodeValue()
752 setret = parsedargs.immutable ? PyFrozenSet_New(ret.get()) : PySet_New(ret.get()); in decodeValue()
790 if (parsedargs.immutable) { in decodeValue()
833 bool immutable = output == Py_None; in readStruct() local
839 if (immutable) { in readStruct()
894 if ((immutable && PyDict_SetItem(kwargs.get(), parsedspec.attrname, fieldval.get()) == -1) in readStruct()
895 || (!immutable && PyObject_SetAttr(output, parsedspec.attrname, fieldval.get()) == -1)) { in readStruct()
899 if (immutable) { in readStruct()
/thrift-3.4.0/lib/d/src/thrift/transport/
Dzlib.d409 immutable ubyte[] data = [1, 2, 3, 4, 5];
452 immutable ubyte[] data = [1, 2, 3, 4, 5];
474 immutable ubyte[] data = [1, 2, 3, 4, 5];
Dframed.d312 immutable out1 = [0, 0, 0, 1, 'a'];
313 immutable out2 = [0, 0, 0, 1, 'a', 0, 0, 0, 2, 'b', 'c'];
Dmemory.d200 immutable(ubyte[]) testData = [1, 2, 3, 4];
Dfile.d848 (immutable(ubyte)[] data) { in writerThread()
962 immutable fileName = "unittest.dat.tmp";
/thrift-3.4.0/lib/d/src/thrift/internal/
Dssl_bio.d178 immutable BIO_METHOD ttBioMethod = {
Dcodegen.d37 } else static if (is(T _ == immutable(U), U)) { in FullyUnqual()
/thrift-3.4.0/lib/d/test/
Dasync_test.d297 immutable id = text(port_, ":", c, ":", i); in run()
337 immutable id = text(port_, ":", i); in run()
Dclient_pool_test.d170 immutable ports = cast(immutable)array(map!"cast(ushort)a"(iota(port, port + 6))); in main()
Dthrift_test_client.d373 immutable tot = sw.peek.total!"usecs" ; in main()
/thrift-3.4.0/lib/d/src/thrift/server/transport/
Dsocket.d347 immutable port = 11122;

12