Lines Matching full:you
6 * to you under the Apache License, Version 2.0 (the
7 * "License"); you may not use this file except in compliance
8 * with the License. You may obtain a copy of the License at
23 # This file aims to teach you how to use Thrift, in a .thrift file. Neato. The
25 # This lets you make your thrift file executable and include your Thrift build
26 # step on the top line. And you can place comments like this anywhere you like.
28 # Before running this file, you will need to have installed the thrift compiler
46 * Did you also notice that Thrift supports C style comments?
49 // Just in case you were wondering... yes. We support simple C comments too.
72 * Thrift lets you do typedefs to get pretty names for your types. Standard
78 * Thrift also lets you define constants for use across languages. Complex
85 * You can define enums, which are just 32 bit integers. Values are optional
149 * detailed examples. After you run this file, your generated code shows up