OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chromeos/dbus/
power_policy_controller.cc
23
if (delays.
has_
##field()) \
/external/nanopb-c/
pb.h
389
/* Optional fields add the delta to the
has_
variable. */
393
pb_delta(st,
has_
## m, m), \
409
/* Optional fields don't need a
has_
variable, as information would be redundant */
433
/* Optional extensions don't have the
has_
field, as that would be redundant. */
/external/chromium_org/sync/protocol/
proto_value_conversions.cc
98
if (proto.
has_
##field()) { \
123
if (proto.
has_
##field() && \
133
if (specifics.
has_
##field()) { \
[
all
...]
/external/elfutils/0.153/libcpu/
i386_disasm.c
113
#define prefbit(pref)
has_
##pref = 1 << idx_##pref
Completed in 2355 milliseconds