/third_party/protobuf/src/google/protobuf/ |
D | repeated_field.cc | 126 template class PROTOBUF_EXPORT_TEMPLATE_DEFINE RepeatedField<bool>; variable 127 template class PROTOBUF_EXPORT_TEMPLATE_DEFINE RepeatedField<int32>; variable 128 template class PROTOBUF_EXPORT_TEMPLATE_DEFINE RepeatedField<uint32>; variable 129 template class PROTOBUF_EXPORT_TEMPLATE_DEFINE RepeatedField<int64>; variable 130 template class PROTOBUF_EXPORT_TEMPLATE_DEFINE RepeatedField<uint64>; variable 131 template class PROTOBUF_EXPORT_TEMPLATE_DEFINE RepeatedField<float>; variable 132 template class PROTOBUF_EXPORT_TEMPLATE_DEFINE RepeatedField<double>; variable
|
D | repeated_field_unittest.cc | 69 TEST(RepeatedField, Small) { in TEST() argument 128 TEST(RepeatedField, Large) { in TEST() argument 147 TEST(RepeatedField, SwapSmallSmall) { in TEST() argument 173 TEST(RepeatedField, SwapLargeSmall) { in TEST() argument 193 TEST(RepeatedField, SwapLargeLarge) { in TEST() argument 228 TEST(RepeatedField, ReserveMoreThanDouble) { in TEST() argument 237 TEST(RepeatedField, ReserveLessThanDouble) { in TEST() argument 248 TEST(RepeatedField, ReserveLessThanExisting) { in TEST() argument 260 TEST(RepeatedField, Resize) { in TEST() argument 276 TEST(RepeatedField, ReserveNothing) { in TEST() argument [all …]
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | array.c | 59 } RepeatedField; typedef 189 PHP_METHOD(RepeatedField, __construct) { in PHP_METHOD() argument 218 PHP_METHOD(RepeatedField, append) { in PHP_METHOD() argument 243 PHP_METHOD(RepeatedField, offsetExists) { in PHP_METHOD() argument 266 PHP_METHOD(RepeatedField, offsetGet) { in PHP_METHOD() argument 300 PHP_METHOD(RepeatedField, offsetSet) { in PHP_METHOD() argument 342 PHP_METHOD(RepeatedField, offsetUnset) { in PHP_METHOD() argument 371 PHP_METHOD(RepeatedField, count) { in PHP_METHOD() argument 390 PHP_METHOD(RepeatedField, getIterator) { in PHP_METHOD() argument
|
/third_party/protobuf/php/src/Google/Protobuf/ |
D | GPBEmpty.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | DoubleValue.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | Int32Value.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | UInt32Value.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | ListValue.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | FloatValue.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | Int64Value.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | SourceContext.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | BoolValue.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | BytesValue.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | StringValue.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | UInt64Value.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | Struct.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | FieldMask.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | Mixin.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | Duration.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
D | Option.php | 8 use Google\Protobuf\Internal\RepeatedField; alias
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | FileDescriptorSet.php | 9 use Google\Protobuf\Internal\RepeatedField; alias
|
D | OneofOptions.php | 9 use Google\Protobuf\Internal\RepeatedField; alias
|
D | ExtensionRangeOptions.php | 9 use Google\Protobuf\Internal\RepeatedField; alias
|
D | GeneratedCodeInfo.php | 9 use Google\Protobuf\Internal\RepeatedField; alias
|
D | SourceCodeInfo.php | 9 use Google\Protobuf\Internal\RepeatedField; alias
|