Home
last modified time | relevance | path

Searched defs:MakeTag (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DWireFormat.cs99 public static uint MakeTag(int fieldNumber, WireType wireType) in MakeTag() method in Google.Protobuf.WireFormat
/frameworks/minikin/include/minikin/
DMinikinFont.h74 static uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format.h300 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) { in MakeTag() function
Dwire_format_lite.h617 inline uint32 WireFormatLite::MakeTag(int field_number, WireType type) { in MakeTag() function
/frameworks/minikin/tests/unittest/
DFontUtilsTest.cpp24 constexpr uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag() function