OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallNoArgValidityFunc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.cc
122
static bool
CallNoArgValidityFunc
(const void* arg, int number) {
141
info.enum_validity_check.func =
CallNoArgValidityFunc
;
142
// See comment in
CallNoArgValidityFunc
() about why we use a c-style cast.
[
all
...]
/external/protobuf/src/google/protobuf/
extension_set.cc
122
static bool
CallNoArgValidityFunc
(const void* arg, int number) {
141
info.enum_validity_check.func =
CallNoArgValidityFunc
;
142
// See comment in
CallNoArgValidityFunc
() about why we use a c-style cast.
[
all
...]
Completed in 33 milliseconds