Home
last modified time | relevance | path

Searched defs:BytesField (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/surfaceflinger/statslog_surfaceflinger.h/gen/
Dstatslog_surfaceflinger.h35 struct BytesField { struct
36 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() argument
37 char const* arg;
38 size_t arg_length;
/aosp_15_r20/out/soong/.intermediates/frameworks/native/libs/input/statslog_libinput.h/gen/
Dstatslog_libinput.h42 struct BytesField { struct
43 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() argument
44 char const* arg;
45 size_t arg_length;
/aosp_15_r20/out/soong/.intermediates/external/ot-br-posix/statslog_threadnetwork.h/gen/
Dstatslog_threadnetwork.h53 struct BytesField { struct
54 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() argument
62 int stats_write(int32_t code, const BytesField& arg1); argument
/aosp_15_r20/out/soong/.intermediates/system/core/libstats/expresslog/statslog_express.h/gen/
Dstatslog_express.h60 struct BytesField { struct
61 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() function
62 char const* arg;
63 size_t arg_length;
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/module/libmediatranscoding/statslog_media.h/gen/
Dstatslog_media.h59 struct BytesField { struct
60 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() function
61 char const* arg;
62 size_t arg_length;
/aosp_15_r20/out/soong/.intermediates/packages/modules/StatsD/lib/libstatssocket/stats_statsdsocketlog.h/gen/
Dstats_statsdsocketlog.h60 struct BytesField { struct
61 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() function
62 char const* arg;
63 size_t arg_length;
/aosp_15_r20/out/soong/.intermediates/system/apex/apexd/statslog_apex.h/gen/
Dstatslog_apex.h70 struct BytesField { struct
71 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() function
72 char const* arg;
73 size_t arg_length;
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/hwui/statslog_hwui.h/gen/
Dstatslog_hwui.h86 struct BytesField { struct
87 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() argument
105 …arg8, int32_t arg9, int32_t arg10, int32_t arg11, int32_t arg12, const BytesField& arg13, const By… argument
/aosp_15_r20/out/soong/.intermediates/external/perfetto/statslog_perfetto.h/gen/
Dstatslog_perfetto.h112 struct BytesField { struct
113 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() function
114 char const* arg;
115 size_t arg_length;
/aosp_15_r20/out/soong/.intermediates/system/update_engine/statslog_ue.h/gen/
Dstatslog_ue.h148 struct BytesField { struct
149 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() function
150 char const* arg;
151 size_t arg_length;
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/runtime/statslog_neuralnetworks.h/gen/
Dstatslog_neuralnetworks.h173 struct BytesField { struct
174 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() function
182 int stats_write(int32_t code, int32_t arg1, int32_t arg2, int64_t arg3, const BytesField& arg4, cha… argument
/aosp_15_r20/out/soong/.intermediates/system/nfc/src/statslog_nfc.h/gen/
Dstatslog_nfc.h227 struct BytesField { struct
228 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() argument
229 char const* arg;
230 size_t arg_length;
/aosp_15_r20/out/soong/.intermediates/packages/modules/DnsResolver/statslog_resolv.h/gen/
Dstatslog_resolv.h199 struct BytesField { struct
200 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() argument
209 int stats_write(int32_t code, int32_t arg1, int32_t arg2, const BytesField& arg3); argument
/aosp_15_r20/out/soong/.intermediates/packages/modules/StatsD/statsd/statslog_statsd.h/gen/
Dstatslog_statsd.h221 struct BytesField { struct
222 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() argument
234 …32_t arg1, char const* arg2, int32_t arg3, int32_t arg4, char const* arg5, const BytesField& arg6); argument
/aosp_15_r20/out/soong/.intermediates/art/odrefresh/statslog_odrefresh.h/gen/
Dstatslog_odrefresh.h570 struct BytesField { struct
571 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() argument
572 char const* arg;
573 size_t arg_length;
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestWellKnownTypes.cs470 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
1463 public pbc::RepeatedField<pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
2145 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes
2174 BytesField = 18, enumerator
3095 public pbc::MapField<int, pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestWellKnownTypes.cs470 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
1463 public pbc::RepeatedField<pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
2145 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes
2174 BytesField = 18, enumerator
3095 public pbc::MapField<int, pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
/aosp_15_r20/out/soong/.intermediates/art/runtime/statslog_art.h/gen/
Dstatslog_art.h570 struct BytesField { struct
571 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() argument
572 char const* arg;
573 size_t arg_length;
/aosp_15_r20/out/soong/.intermediates/system/security/ondevice-signing/statslog_odsign.h/gen/
Dstatslog_odsign.h570 struct BytesField { struct
571 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() argument
572 char const* arg;
573 size_t arg_length;
/aosp_15_r20/out/soong/.intermediates/frameworks/av/services/mediametrics/stats_media_metrics.h/gen/
Dstats_media_metrics.h1410 struct BytesField { struct
1411 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() function
1421 … arg7, int32_t arg8, int32_t arg9, int32_t arg10, int32_t arg11, const BytesField& arg12, int32_t … argument
/aosp_15_r20/external/protobuf/java/core/src/test/proto/com/google/protobuf/
H A Dtest_bad_identifiers.proto200 repeated bytes BytesField = 24; // NO_PROTO3 field
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
H A Dtest_bad_identifiers.proto200 repeated bytes BytesField = 24; // NO_PROTO3 field
/aosp_15_r20/external/python/apitools/apitools/base/protorpclite/
Dmessages.py1500 class BytesField(Field): class
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/btif/statslog_bt.h/gen/
Dstatslog_bt.h3093 struct BytesField { struct
3094 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() function
3102 int stats_write(int32_t code, const BytesField& arg1, int32_t arg2, int32_t arg3); argument
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/stats_log_api_gen/statslog.h/gen/
Dstatslog.h31918 struct BytesField { struct
31919 BytesField(char const* array, size_t len) : arg(array), arg_length(len) {} in BytesField() function
31928 int stats_write(int32_t code, const BytesField& arg1); argument