HomeSort by relevance Sort by last modified time
    Searched refs:RepeatedField (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/protobuf/ruby/ext/google/protobuf_c/
repeated_field.c 38 "Google::Protobuf::RepeatedField",
44 RepeatedField* ruby_to_RepeatedField(VALUE _self) {
45 RepeatedField* self;
46 TypedData_Get_Struct(_self, RepeatedField, &RepeatedField_type, self);
50 void* RepeatedField_memoryat(RepeatedField* self, int index, int element_size) {
54 static int index_position(VALUE _index, RepeatedField* repeated_field) {
63 RepeatedField* self = ruby_to_RepeatedField(_self);
80 * RepeatedField.each(&block)
82 * Invokes the block once for each element of the repeated field. RepeatedField
87 RepeatedField* self = ruby_to_RepeatedField(_self)
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 35 // RepeatedField and RepeatedPtrField are used by generated protocol message
42 // Typically, clients should not need to access RepeatedField objects directly,
78 // RepeatedField is used to represent repeated fields of a primitive type (in
80 // not ever use a RepeatedField directly; they will use the get-by-index,
83 class RepeatedField {
85 RepeatedField();
86 RepeatedField(const RepeatedField& other);
88 RepeatedField(Iter begin, const Iter& end);
89 ~RepeatedField();
    [all...]
message.h 148 class RepeatedField; // repeated_field.h
624 // access to the data in a RepeatedField. The methods below provide aggregate
625 // access by exposing the RepeatedField object itself with the Message.
634 const RepeatedField<T>& GetRepeatedField(
639 RepeatedField<T>* MutableRepeatedField(
    [all...]
wire_format_lite.h 51 template <typename T> class RepeatedField; // repeated_field.h
252 RepeatedField<CType>* value) INL;
260 RepeatedField<CType>* value);
276 RepeatedField<CType>* value) INL;
281 static bool ReadPackedPrimitiveNoInline(input, RepeatedField<CType>* value);
287 RepeatedField<int>* value);
491 RepeatedField<CType>* value) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 35 // RepeatedField and RepeatedPtrField are used by generated protocol message
42 // Typically, clients should not need to access RepeatedField objects directly,
78 // RepeatedField is used to represent repeated fields of a primitive type (in
80 // not ever use a RepeatedField directly; they will use the get-by-index,
83 class RepeatedField {
85 RepeatedField();
86 RepeatedField(const RepeatedField& other);
88 RepeatedField(Iter begin, const Iter& end);
89 ~RepeatedField();
    [all...]
message.h 148 class RepeatedField; // repeated_field.h
624 // access to the data in a RepeatedField. The methods below provide aggregate
625 // access by exposing the RepeatedField object itself with the Message.
634 const RepeatedField<T>& GetRepeatedField(
639 RepeatedField<T>* MutableRepeatedField(
    [all...]
wire_format_lite.h 51 template <typename T> class RepeatedField; // repeated_field.h
252 RepeatedField<CType>* value) INL;
260 RepeatedField<CType>* value);
276 RepeatedField<CType>* value) INL;
281 static bool ReadPackedPrimitiveNoInline(input, RepeatedField<CType>* value);
287 RepeatedField<int>* value);
491 RepeatedField<CType>* value) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
repeated_field.h 35 // RepeatedField and RepeatedPtrField are used by generated protocol message
42 // Typically, clients should not need to access RepeatedField objects directly,
78 // RepeatedField is used to represent repeated fields of a primitive type (in
80 // not ever use a RepeatedField directly; they will use the get-by-index,
83 class RepeatedField {
85 RepeatedField();
86 RepeatedField(const RepeatedField& other);
88 RepeatedField(Iter begin, const Iter& end);
89 ~RepeatedField();
    [all...]
message.h 148 class RepeatedField; // repeated_field.h
624 // access to the data in a RepeatedField. The methods below provide aggregate
625 // access by exposing the RepeatedField object itself with the Message.
634 const RepeatedField<T>& GetRepeatedField(
639 RepeatedField<T>* MutableRepeatedField(
    [all...]
wire_format_lite.h 51 template <typename T> class RepeatedField; // repeated_field.h
252 RepeatedField<CType>* value) INL;
260 RepeatedField<CType>* value);
276 RepeatedField<CType>* value) INL;
281 static bool ReadPackedPrimitiveNoInline(input, RepeatedField<CType>* value);
287 RepeatedField<int>* value);
491 RepeatedField<CType>* value) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
repeated_field.h 35 // RepeatedField and RepeatedPtrField are used by generated protocol message
42 // Typically, clients should not need to access RepeatedField objects directly,
78 // RepeatedField is used to represent repeated fields of a primitive type (in
80 // not ever use a RepeatedField directly; they will use the get-by-index,
83 class RepeatedField {
85 RepeatedField();
86 RepeatedField(const RepeatedField& other);
88 RepeatedField(Iter begin, const Iter& end);
89 ~RepeatedField();
    [all...]
message.h 148 class RepeatedField; // repeated_field.h
624 // access to the data in a RepeatedField. The methods below provide aggregate
625 // access by exposing the RepeatedField object itself with the Message.
634 const RepeatedField<T>& GetRepeatedField(
639 RepeatedField<T>* MutableRepeatedField(
    [all...]
wire_format_lite.h 51 template <typename T> class RepeatedField; // repeated_field.h
252 RepeatedField<CType>* value) INL;
260 RepeatedField<CType>* value);
276 RepeatedField<CType>* value) INL;
281 static bool ReadPackedPrimitiveNoInline(input, RepeatedField<CType>* value);
287 RepeatedField<int>* value);
491 RepeatedField<CType>* value) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 59 // Test operations on a small RepeatedField.
60 TEST(RepeatedField, Small) {
61 RepeatedField<int> field;
102 // Test operations on a RepeatedField which is large enough to allocate a
104 TEST(RepeatedField, Large) {
105 RepeatedField<int> field;
123 TEST(RepeatedField, SwapSmallSmall) {
124 RepeatedField<int> field1;
125 RepeatedField<int> field2;
149 TEST(RepeatedField, SwapLargeSmall)
    [all...]
repeated_field.h 35 // RepeatedField and RepeatedPtrField are used by generated protocol message
42 // Typically, clients should not need to access RepeatedField objects directly,
102 // RepeatedField is used to represent repeated fields of a primitive type (in
104 // not ever use a RepeatedField directly; they will use the get-by-index,
107 class RepeatedField {
109 RepeatedField();
110 explicit RepeatedField(Arena* arena);
111 RepeatedField(const RepeatedField& other);
113 RepeatedField(Iter begin, const Iter& end)
    [all...]
extension_set.h 281 // Fetches a RepeatedField extension by number; returns |default_value|
285 // Fetches a mutable version of a RepeatedField extension by number,
478 RepeatedField <int32 >* repeated_int32_value;
479 RepeatedField <int64 >* repeated_int64_value;
480 RepeatedField <uint32 >* repeated_uint32_value;
481 RepeatedField <uint64 >* repeated_uint64_value;
482 RepeatedField <float >* repeated_float_value;
483 RepeatedField <double >* repeated_double_value;
484 RepeatedField <bool >* repeated_bool_value;
485 RepeatedField <int >* repeated_enum_value
    [all...]
dynamic_message.cc 115 case FD::CPPTYPE_INT32 : return sizeof(RepeatedField<int32 >);
116 case FD::CPPTYPE_INT64 : return sizeof(RepeatedField<int64 >);
117 case FD::CPPTYPE_UINT32 : return sizeof(RepeatedField<uint32 >);
118 case FD::CPPTYPE_UINT64 : return sizeof(RepeatedField<uint64 >);
119 case FD::CPPTYPE_DOUBLE : return sizeof(RepeatedField<double >);
120 case FD::CPPTYPE_FLOAT : return sizeof(RepeatedField<float >);
121 case FD::CPPTYPE_BOOL : return sizeof(RepeatedField<bool >);
122 case FD::CPPTYPE_ENUM : return sizeof(RepeatedField<int >);
359 new(field_ptr) RepeatedField<TYPE>(); \
376 new(field_ptr) RepeatedField<int>()
    [all...]
wire_format_lite.h 51 template <typename T> class RepeatedField; // repeated_field.h
263 RepeatedField<CType>* value);
271 RepeatedField<CType>* value);
285 static bool ReadPackedPrimitive(input, RepeatedField<CType>* value);
290 static bool ReadPackedPrimitiveNoInline(input, RepeatedField<CType>* value);
296 RepeatedField<int>* values);
305 RepeatedField<int>* values);
529 RepeatedField<CType>* value);
534 RepeatedField<CType>* value);
extension_set.cc 317 Arena::CreateMessage<RepeatedField<LOWERCASE> >(arena_); \
341 // We assume that all the RepeatedField<>* pointers have the same
362 Arena::CreateMessage<RepeatedField<int32> >(arena_);
366 Arena::CreateMessage<RepeatedField<int64> >(arena_);
370 Arena::CreateMessage<RepeatedField<uint32> >(arena_);
374 Arena::CreateMessage<RepeatedField<uint64> >(arena_);
378 Arena::CreateMessage<RepeatedField<double> >(arena_);
382 Arena::CreateMessage<RepeatedField<float> >(arena_);
386 Arena::CreateMessage<RepeatedField<bool> >(arena_);
390 Arena::CreateMessage<RepeatedField<int> >(arena_)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h 35 // RepeatedField and RepeatedPtrField are used by generated protocol message
42 // Typically, clients should not need to access RepeatedField objects directly,
102 // RepeatedField is used to represent repeated fields of a primitive type (in
104 // not ever use a RepeatedField directly; they will use the get-by-index,
107 class RepeatedField {
109 RepeatedField();
110 explicit RepeatedField(Arena* arena);
111 RepeatedField(const RepeatedField& other);
113 RepeatedField(Iter begin, const Iter& end)
    [all...]
extension_set.h 281 // Fetches a RepeatedField extension by number; returns |default_value|
285 // Fetches a mutable version of a RepeatedField extension by number,
478 RepeatedField <int32 >* repeated_int32_value;
479 RepeatedField <int64 >* repeated_int64_value;
480 RepeatedField <uint32 >* repeated_uint32_value;
481 RepeatedField <uint64 >* repeated_uint64_value;
482 RepeatedField <float >* repeated_float_value;
483 RepeatedField <double >* repeated_double_value;
484 RepeatedField <bool >* repeated_bool_value;
485 RepeatedField <int >* repeated_enum_value
    [all...]
wire_format_lite.h 51 template <typename T> class RepeatedField; // repeated_field.h
263 RepeatedField<CType>* value);
271 RepeatedField<CType>* value);
285 static bool ReadPackedPrimitive(input, RepeatedField<CType>* value);
290 static bool ReadPackedPrimitiveNoInline(input, RepeatedField<CType>* value);
296 RepeatedField<int>* values);
305 RepeatedField<int>* values);
529 RepeatedField<CType>* value);
534 RepeatedField<CType>* value);
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs     [all...]
UnittestWellKnownTypes.cs     [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs     [all...]

Completed in 1299 milliseconds

1 2 3 4