Searched defs:MakeTag (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/frameworks/minikin/include/minikin/ |
H A D | Constants.h | 30 constexpr uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | WireFormat.cs | 99 public static uint MakeTag(int fieldNumber, WireType wireType) in MakeTag() method in Google.Protobuf.WireFormat
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | WireFormat.cs | 99 public static uint MakeTag(int fieldNumber, WireType wireType) in MakeTag() method in Google.Protobuf.WireFormat
|
/aosp_15_r20/external/pdfium/core/fxge/ |
H A D | cfx_fontmapper.h | 58 static constexpr uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag() function
|
H A D | cfx_fontmapper_unittest.cpp | 114 TEST(CFX_FontMapper, MakeTag) { in TEST() argument
|
/aosp_15_r20/frameworks/minikin/tests/unittest/ |
H A D | FontUtilsTest.cpp | 24 constexpr uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | wire_format.h | 343 inline uint32_t WireFormat::MakeTag(const FieldDescriptor* field) { in MakeTag() function
|
H A D | wire_format_lite.h | 799 constexpr inline uint32_t WireFormatLite::MakeTag(int field_number, in MakeTag() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | wire_format.h | 343 inline uint32_t WireFormat::MakeTag(const FieldDescriptor* field) { in MakeTag() function
|
H A D | wire_format_lite.h | 795 constexpr inline uint32_t WireFormatLite::MakeTag(int field_number, in MakeTag() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
D | protoc-gen-upb.cc | 1022 uint32_t MakeTag(uint32_t field_number, uint32_t wire_type) { in MakeTag() function
|