OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MakeTag
(Results
1 - 14
of
14
) sorted by null
/external/v8/tools/release/
auto_tag.py
149
class
MakeTag
(Step):
195
MakeTag
,
/external/protobuf/src/google/protobuf/
wire_format.h
179
// This is different from
MakeTag
(field->number(), field->type()) in the case
181
static uint32
MakeTag
(const FieldDescriptor* field);
301
inline uint32 WireFormat::
MakeTag
(const FieldDescriptor* field) {
302
return WireFormatLite::
MakeTag
(field->number(), WireTypeForField(field));
wire_format_lite.h
150
// This is different from
MakeTag
(field->number(), field->type()) in the case
152
static uint32
MakeTag
(int field_number, WireType type);
182
// This macro does the same thing as WireFormatLite::
MakeTag
(), but the
184
// as a switch case or a template input. WireFormatLite::
MakeTag
() is more
567
inline uint32 WireFormatLite::
MakeTag
(int field_number, WireType type) {
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h
179
// This is different from
MakeTag
(field->number(), field->type()) in the case
181
static uint32
MakeTag
(const FieldDescriptor* field);
281
inline uint32 WireFormat::
MakeTag
(const FieldDescriptor* field) {
282
return WireFormatLite::
MakeTag
(field->number(), WireTypeForField(field));
wire_format_lite.h
150
// This is different from
MakeTag
(field->number(), field->type()) in the case
152
static uint32
MakeTag
(int field_number, WireType type);
171
// This macro does the same thing as WireFormatLite::
MakeTag
(), but the
173
// as a switch case or a template input. WireFormatLite::
MakeTag
() is more
528
inline uint32 WireFormatLite::
MakeTag
(int field_number, WireType type) {
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h
179
// This is different from
MakeTag
(field->number(), field->type()) in the case
181
static uint32
MakeTag
(const FieldDescriptor* field);
281
inline uint32 WireFormat::
MakeTag
(const FieldDescriptor* field) {
282
return WireFormatLite::
MakeTag
(field->number(), WireTypeForField(field));
wire_format_lite.h
150
// This is different from
MakeTag
(field->number(), field->type()) in the case
152
static uint32
MakeTag
(int field_number, WireType type);
171
// This macro does the same thing as WireFormatLite::
MakeTag
(), but the
173
// as a switch case or a template input. WireFormatLite::
MakeTag
() is more
528
inline uint32 WireFormatLite::
MakeTag
(int field_number, WireType type) {
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format.h
179
// This is different from
MakeTag
(field->number(), field->type()) in the case
181
static uint32
MakeTag
(const FieldDescriptor* field);
281
inline uint32 WireFormat::
MakeTag
(const FieldDescriptor* field) {
282
return WireFormatLite::
MakeTag
(field->number(), WireTypeForField(field));
wire_format_lite.h
150
// This is different from
MakeTag
(field->number(), field->type()) in the case
152
static uint32
MakeTag
(int field_number, WireType type);
171
// This macro does the same thing as WireFormatLite::
MakeTag
(), but the
173
// as a switch case or a template input. WireFormatLite::
MakeTag
() is more
528
inline uint32 WireFormatLite::
MakeTag
(int field_number, WireType type) {
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format.h
187
// This is different from
MakeTag
(field->number(), field->type()) in the case
189
static uint32
MakeTag
(const FieldDescriptor* field);
300
inline uint32 WireFormat::
MakeTag
(const FieldDescriptor* field) {
301
return WireFormatLite::
MakeTag
(field->number(), WireTypeForField(field));
wire_format_lite.h
150
// This is different from
MakeTag
(field->number(), field->type()) in the case
152
static uint32
MakeTag
(int field_number, WireType type);
182
// This macro does the same thing as WireFormatLite::
MakeTag
(), but the
184
// as a switch case or a template input. WireFormatLite::
MakeTag
() is more
589
inline uint32 WireFormatLite::
MakeTag
(int field_number, WireType type) {
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format.h
179
// This is different from
MakeTag
(field->number(), field->type()) in the case
181
static uint32
MakeTag
(const FieldDescriptor* field);
281
inline uint32 WireFormat::
MakeTag
(const FieldDescriptor* field) {
282
return WireFormatLite::
MakeTag
(field->number(), WireTypeForField(field));
wire_format_lite.h
150
// This is different from
MakeTag
(field->number(), field->type()) in the case
152
static uint32
MakeTag
(int field_number, WireType type);
171
// This macro does the same thing as WireFormatLite::
MakeTag
(), but the
173
// as a switch case or a template input. WireFormatLite::
MakeTag
() is more
528
inline uint32 WireFormatLite::
MakeTag
(int field_number, WireType type) {
/frameworks/minikin/include/minikin/
MinikinFont.h
130
static uint32_t
MakeTag
(char c1, char c2, char c3, char c4) {
Completed in 3669 milliseconds