Home
last modified time | relevance | path

Searched refs:family (Results 1 – 7 of 7) sorted by relevance

/thrift-3.4.0/tutorial/dart/client/web/
Dstyles.css19 @import url(https://fonts.googleapis.com/css?family=Roboto);
26 font-family: 'Roboto', sans-serif;
/thrift-3.4.0/lib/py/src/transport/
DTSocket.py115 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)
DTSSLSocket.py290 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/
DCassandraTest.thrift374 /* 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/
Dsocket.d224 if (ai.family == AddressFamily.INET6 || i == (addrInfos.length - 1)) {
/thrift-3.4.0/test/crossrunner/
Drun.py177 sock6 = socket.socket(family=socket.AF_INET6)
/thrift-3.4.0/
DCHANGES.md2668 …sues.apache.org/jira/browse/THRIFT-2267) - Should be able to choose socket family in Python TSocket