Searched refs:from_reflection (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dreflection_ops.cc61 const Reflection* from_reflection = from.GetReflection(); local
65 from_reflection->ListFields(from, &fields);
70 int count = from_reflection->FieldSize(from, field);
76 from_reflection->GetRepeated##METHOD(from, field, j)); \
92 from_reflection->GetRepeatedMessage(from, field, j));
101 from_reflection->Get##METHOD(from, field)); \
117 from_reflection->GetMessage(from, field));
124 from_reflection->GetUnknownFields(from));
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.cc57 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 131 milliseconds