Searched refs:family (Results 1 – 7 of 7) sorted by relevance
/thrift-3.4.0/tutorial/dart/client/web/ |
D | styles.css | 19 @import url(https://fonts.googleapis.com/css?family=Roboto); 26 font-family: 'Roboto', sans-serif;
|
/thrift-3.4.0/lib/py/src/transport/ |
D | TSocket.py | 115 def _do_open(self, family, socktype): argument 116 return socket.socket(family, socktype) 131 for family, socktype, _, _, sockaddr in addrs: 132 handle = self._do_open(family, socktype)
|
D | TSSLSocket.py | 290 def _do_open(self, family, socktype): argument 291 plain_sock = socket.socket(family, socktype)
|
/thrift-3.4.0/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/ |
D | CassandraTest.thrift | 374 /* describes a column in a column family. */ 384 /* describes a column family. */ 577 … mutation_map maps key to column family to a list of Mutation objects to take place at that scope. 584 Truncate will mark and entire column family as deleted.
|
/thrift-3.4.0/lib/d/src/thrift/server/transport/ |
D | socket.d | 224 if (ai.family == AddressFamily.INET6 || i == (addrInfos.length - 1)) {
|
/thrift-3.4.0/test/crossrunner/ |
D | run.py | 177 sock6 = socket.socket(family=socket.AF_INET6)
|
/thrift-3.4.0/ |
D | CHANGES.md | 2668 …sues.apache.org/jira/browse/THRIFT-2267) - Should be able to choose socket family in Python TSocket
|