Lines Matching refs:google
5 import "google/protobuf/wrappers.proto";
6 import "google/protobuf/timestamp.proto";
7 import "google/protobuf/duration.proto";
8 import "google/protobuf/struct.proto";
132 google.protobuf.DoubleValue double = 1;
133 google.protobuf.FloatValue float = 2;
134 google.protobuf.Int32Value int32 = 3;
135 google.protobuf.Int64Value int64 = 4;
136 google.protobuf.UInt32Value uint32 = 5;
137 google.protobuf.UInt64Value uint64 = 6;
138 google.protobuf.BoolValue bool = 7;
139 google.protobuf.StringValue string = 8;
140 google.protobuf.BytesValue bytes = 9;
148 repeated google.protobuf.DoubleValue repeated_double = 11;
149 repeated google.protobuf.FloatValue repeated_float = 12;
150 repeated google.protobuf.Int32Value repeated_int32 = 13;
151 repeated google.protobuf.Int64Value repeated_int64 = 14;
152 repeated google.protobuf.UInt32Value repeated_uint32 = 15;
153 repeated google.protobuf.UInt64Value repeated_uint64 = 16;
154 repeated google.protobuf.BoolValue repeated_bool = 17;
155 repeated google.protobuf.StringValue repeated_string = 18;
156 repeated google.protobuf.BytesValue repeated_bytes = 19;
160 map<int32, google.protobuf.DoubleValue> map_double = 21;
161 map<int32, google.protobuf.FloatValue> map_float = 22;
162 map<int32, google.protobuf.Int32Value> map_int32 = 23;
163 map<int32, google.protobuf.Int64Value> map_int64 = 24;
164 map<int32, google.protobuf.UInt32Value> map_uint32 = 25;
165 map<int32, google.protobuf.UInt64Value> map_uint64 = 26;
166 map<int32, google.protobuf.BoolValue> map_bool = 27;
167 map<int32, google.protobuf.StringValue> map_string = 28;
168 map<int32, google.protobuf.BytesValue> map_bytes = 29;
173 google.protobuf.DoubleValue oneof_double = 31;
174 google.protobuf.FloatValue oneof_float = 32;
175 google.protobuf.Int32Value oneof_int32 = 33;
176 google.protobuf.Int64Value oneof_int64 = 34;
177 google.protobuf.UInt32Value oneof_uint32 = 35;
178 google.protobuf.UInt64Value oneof_uint64 = 36;
179 google.protobuf.BoolValue oneof_bool = 37;
180 google.protobuf.StringValue oneof_string = 38;
181 google.protobuf.BytesValue oneof_bytes = 39;
187 google.protobuf.Timestamp timestamp = 1;
188 google.protobuf.Duration duration = 2;
207 google.protobuf.Struct struct = 2;