HomeSort by relevance Sort by last modified time
    Searched full:from_reflection (Results 1 - 1 of 1) sorted by null

  /external/protobuf/src/google/protobuf/
reflection_ops.cc 57 const Reflection* from_reflection = from.GetReflection(); local
61 from_reflection->ListFields(from, &fields);
66 int count = from_reflection->FieldSize(from, field);
72 from_reflection->GetRepeated##METHOD(from, field, j)); \
88 from_reflection->GetRepeatedMessage(from, field, j));
97 from_reflection->Get##METHOD(from, field)); \
113 from_reflection->GetMessage(from, field));
120 from_reflection->GetUnknownFields(from));

Completed in 141 milliseconds