Home
last modified time | relevance | path

Searched defs:HelloWorld (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/signals2/example/
Dhello_world_slot.cpp15 struct HelloWorld struct
30 // Connect a HelloWorld slot in main() argument
Ddisconnect_and_block.cpp15 struct HelloWorld struct
28 boost::signals2::connection c = sig.connect(HelloWorld()); in disconnect_example() argument
/third_party/typescript/tests/cases/compiler/
DdeclFileEmitDeclarationOnly.ts9 class HelloWorld { class
/third_party/typescript/tests/baselines/reference/
DdeclFileEmitDeclarationOnly.js6 class HelloWorld { class
/third_party/grpc/examples/cpp/helloworld/
DCMakeLists.txt22 project(HelloWorld C CXX) project
/third_party/skia/example/
DHelloWorld.cpp22 HelloWorld::HelloWorld(int argc, char** argv, void* platformData) in HelloWorld() function in HelloWorld
/third_party/flutter/skia/example/
DHelloWorld.cpp22 HelloWorld::HelloWorld(int argc, char** argv, void* platformData) in HelloWorld() function in HelloWorld
/third_party/node/test/parallel/
Dtest-stream-finished.js404 class HelloWorld extends Duplex { class
/third_party/node/tools/inspector_protocol/encoding/
Dencoding_test.cc1328 TEST(JsonStdStringWriterTest, HelloWorld) { in TEST() argument