OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetInt64FromAny
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/util/internal/
utility.h
99
LIBPROTOBUF_EXPORT int64
GetInt64FromAny
(const google::protobuf::Any& any);
utility.cc
76
return
GetInt64FromAny
(opt->value());
112
int64
GetInt64FromAny
(const google::protobuf::Any& any) {
Completed in 43 milliseconds