Home
last modified time | relevance | path

Searched refs:wt (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_message.cc475 internal::WireFormatLite::WireType wt = in GenerateMergingMethods() local
477 uint32 tag = internal::WireFormatLite::MakeTag(field->number(), wt); in GenerateMergingMethods()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java4621 final WindowToken wt = mChildren.get(j); in assignChildLayers() local
4624 if (wt.windowType == TYPE_DOCK_DIVIDER) { in assignChildLayers()
4625wt.assignRelativeLayer(t, mTaskStackContainers.getSplitScreenDividerAnchor(), 1); in assignChildLayers()
4628 if (wt.mRoundedCornerOverlay) { in assignChildLayers()
4629 wt.assignLayer(t, WindowManagerPolicy.COLOR_FADE_LAYER + 1); in assignChildLayers()
4632 wt.assignLayer(t, j); in assignChildLayers()
4633 wt.assignChildLayers(t); in assignChildLayers()
4636 wt.windowType, wt.mOwnerCanManageAppTokens); in assignChildLayers()
4640 imeContainer.assignRelativeLayer(t, wt.getSurfaceControl(), -1); in assignChildLayers()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.c8113 #define PRIMITIVE_OP(type, wt, name, convfunc, ctype) \ in run_decoder_vm() argument
8116 CHECK_RETURN(decode_ ## wt(d, &val)); \ in run_decoder_vm()
8801 static void new_tag(upb_handlers *h, const upb_fielddef *f, upb_wiretype_t wt, in new_tag() argument
8806 tag->bytes = upb_vencode64((n << 3) | wt, tag->tag); in new_tag()
8949 upb_wiretype_t wt = in T() local
8954 new_tag(h, f, wt, &attr); in T()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.c8824 #define PRIMITIVE_OP(type, wt, name, convfunc, ctype) \ in run_decoder_vm() argument
8827 CHECK_RETURN(decode_ ## wt(d, &val)); \ in run_decoder_vm()
9512 static void new_tag(upb_handlers *h, const upb_fielddef *f, upb_wiretype_t wt, in new_tag() argument
9517 tag->bytes = upb_vencode64((n << 3) | wt, tag->tag); in new_tag()
9660 upb_wiretype_t wt = in T() local
9665 new_tag(h, f, wt, &attr); in T()