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

  /external/libtextclassifier/utils/
flatbuffers.h 116 class RepeatedField {
118 virtual ~RepeatedField() {}
126 class TypedRepeatedField : public RepeatedField {
141 class TypedRepeatedField<std::string> : public RepeatedField {
161 class TypedRepeatedField<ReflectiveFlatbuffer> : public RepeatedField {
259 RepeatedField* Repeated(StringPiece field_name);
260 RepeatedField* Repeated(const reflection::Field* field);
304 std::map<const reflection::Field*, std::unique_ptr<RepeatedField>>
  /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); \
146 typename protobuf::RepeatedField<int32> copy(p, p + n);
156 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/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...]
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 

Completed in 720 milliseconds