OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:value_format
(Results
1 - 3
of
3
) sorted by null
/system/core/libcutils/
trace-container.cpp
125
#define WRITE_MSG_IN_CONTAINER_LOCKED(ph, sep_before_name,
value_format
, name, value) { \
133
ph "|%d|%d|%" PRIu64 "|%" PRIu64 sep_before_name "%s"
value_format
, \
142
ph "|%d|%d|%" PRIu64 "|%" PRIu64 sep_before_name "%.*s"
value_format
, \
155
#define WRITE_MSG_IN_CONTAINER(ph, sep_before_name,
value_format
, name, value) { \
158
WRITE_MSG_IN_CONTAINER_LOCKED(ph, sep_before_name,
value_format
, name, value); \
/system/tpm/attestation/common/
proto_print.py
384
value_format
= formats[field.type_] % {'value': value_get}
386
value_format
= subtype_format % {'value': value_get}
388
'format':
value_format
})
/external/protobuf/src/google/protobuf/
wire_format.cc
475
enum { UNKNOWN, NORMAL_FORMAT, PACKED_FORMAT }
value_format
;
local
478
value_format
= UNKNOWN;
481
value_format
= NORMAL_FORMAT;
485
value_format
= PACKED_FORMAT;
489
value_format
= UNKNOWN;
492
if (
value_format
== UNKNOWN) {
495
} else if (
value_format
== PACKED_FORMAT) {
571
// Non-packed value (
value_format
== NORMAL_FORMAT)
[
all
...]
Completed in 131 milliseconds