OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetReflection
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/
message.h
100
// const Reflection* reflection = foo->
GetReflection
();
304
virtual const Reflection*
GetReflection
() const {
311
//
GetReflection
() wrappers.
323
// To get the Reflection for a given Message, call Message::
GetReflection
().
346
// this Reflection object (i.e. message.
GetReflection
() != reflection).
[
all
...]
/external/protobuf/src/google/protobuf/
message.h
99
// const Reflection* reflection = foo->
GetReflection
();
323
virtual const Reflection*
GetReflection
() const {
330
//
GetReflection
() wrappers.
342
// To get the Reflection for a given Message, call Message::
GetReflection
().
365
// this Reflection object (i.e. message.
GetReflection
() != reflection).
[
all
...]
Completed in 571 milliseconds