Home
last modified time | relevance | path

Searched refs:hellos (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/tests/FlatBuffers.GRPC.Swift/Sources/server/
Dmain.swift25 var hellos: [Message<HelloReply>] = [] variable
34 hellos.append(Message(builder: &builder))
56 let index = Int.random(in: 0..<hellos.count)
57 _ = context.sendResponse(hellos[index])
/external/python/cpython2/Doc/tutorial/
Dinputoutput.rst64 >>> hellos = repr(hello)
65 >>> print hellos
/external/python/cpython3/Doc/tutorial/
Dinputoutput.rst84 >>> hellos = repr(hello)
85 >>> print(hellos)
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz