HomeSort by relevance Sort by last modified time
    Searched defs:RepeatedField (Results 1 - 10 of 10) sorted by null

  /external/protobuf/ruby/lib/google/protobuf/
repeated_field.rb 34 # This class makes RepeatedField act (almost-) like a Ruby Array.
50 class RepeatedField
  /external/tensorflow/tensorflow/core/util/
saved_tensor_slice_util.h 67 typename SaveTypeTraits<T>::RepeatedField* MutableTensorProtoData(
78 typedef protobuf::RepeatedField<FTYPE> RepeatedField; \
87 inline protobuf::RepeatedField<FTYPE>* MutableTensorProtoData<TYPE>( \
91 return reinterpret_cast<protobuf::RepeatedField<FTYPE>*>( \
99 typename protobuf::RepeatedField<FTYPE> copy(data, data + n); \
109 typename protobuf::RepeatedField<FTYPE> copy(sub, sub + 2 * n); \
145 typename protobuf::RepeatedField<int32> copy(p, p + n);
155 typedef protobuf::RepeatedField<int32> RepeatedField;
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
protobuf.h 353 } RepeatedField;
364 RepeatedField* ruby_to_RepeatedField(VALUE value);
370 void RepeatedField_reserve(RepeatedField* self, int new_size);
  /external/tensorflow/tensorflow/core/lib/gtl/
array_slice_test.cc 193 // e.g. proto2::RepeatedField.
194 struct RepeatedField {
345 RepeatedField repeated_field;
561 RepeatedField repeated_field;
  /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...]
  /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...]
  /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...]
  /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...]
  /external/protobuf/src/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...]
  /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...]

Completed in 436 milliseconds