OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:from_reflection
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/
reflection_ops.cc
63
const Reflection*
from_reflection
= from.GetReflection();
local
67
from_reflection
->ListFields(from, &fields);
72
int count =
from_reflection
->FieldSize(from, field);
78
from_reflection
->GetRepeated##METHOD(from, field, j)); \
94
from_reflection
->GetRepeatedMessage(from, field, j));
103
from_reflection
->Get##METHOD(from, field)); \
119
from_reflection
->GetMessage(from, field));
126
from_reflection
->GetUnknownFields(from));
test_util.cc
3297
const Reflection*
from_reflection
= from_message->GetReflection();
local
[
all
...]
Completed in 52 milliseconds