Home
last modified time | relevance | path

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

12345678910>>...87

/third_party/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs54 public static FieldCodec<string> ForString(uint tag) in ForString()
64 public static FieldCodec<ByteString> ForBytes(uint tag) in ForBytes()
74 public static FieldCodec<bool> ForBool(uint tag) in ForBool()
84 public static FieldCodec<int> ForInt32(uint tag) in ForInt32()
94 public static FieldCodec<int> ForSInt32(uint tag) in ForSInt32()
104 public static FieldCodec<uint> ForFixed32(uint tag) in ForFixed32()
114 public static FieldCodec<int> ForSFixed32(uint tag) in ForSFixed32()
124 public static FieldCodec<uint> ForUInt32(uint tag) in ForUInt32()
134 public static FieldCodec<long> ForInt64(uint tag) in ForInt64()
144 public static FieldCodec<long> ForSInt64(uint tag) in ForSInt64()
[all …]
/third_party/grpc/include/grpcpp/impl/codegen/
Dasync_stream_impl.h156 void WriteLast(const W& msg, ::grpc::WriteOptions options, void* tag) { in WriteLast()
184 const W& request, bool start, void* tag) { in Create()
211 void StartCall(void* tag) override { in StartCall()
225 void ReadInitialMetadata(void* tag) override { in ReadInitialMetadata()
234 void Read(R* msg, void* tag) override { in Read()
249 void Finish(::grpc::Status* status, void* tag) override { in Finish()
264 bool start, void* tag) in ClientAsyncReader()
276 void StartCallInternal(void* tag) { in StartCallInternal()
333 R* response, bool start, void* tag) { in Create()
360 void StartCall(void* tag) override { in StartCall()
[all …]
Dasync_stream.h156 void WriteLast(const W& msg, ::grpc::WriteOptions options, void* tag) { in WriteLast()
184 const W& request, bool start, void* tag) { in Create()
211 void StartCall(void* tag) override { in StartCall()
225 void ReadInitialMetadata(void* tag) override { in ReadInitialMetadata()
234 void Read(R* msg, void* tag) override { in Read()
249 void Finish(::grpc::Status* status, void* tag) override { in Finish()
263 const W& request, bool start, void* tag) in ClientAsyncReader()
275 void StartCallInternal(void* tag) { in StartCallInternal()
332 R* response, bool start, void* tag) { in Create()
359 void StartCall(void* tag) override { in StartCall()
[all …]
/third_party/skia/third_party/externals/opengl-registry/xml/
Dreadme.tex167 \subsection{Attributes of \tag{registry} tags}
171 \subsection{Contents of \tag{registry} tags}
206 \subsection{Attributes of \tag{type} tags}
218 \subsection{Contents of \tag{type} tags}
230 \subsection{Example of a \tag{types} tag}
254 \subsection{Attributes of \tag{groups} tags}
258 \subsection{Contents of \tag{groups} tags}
264 \subsection{Example of \tag{groups} tags}
285 \subsection{Attributes of \tag{group} tags}
292 \subsection{Contents of \tag{group} tags}
[all …]
/third_party/openGLES/xml/
Dreadme.tex170 \subsection{Attributes of \tag{registry} tags}
174 \subsection{Contents of \tag{registry} tags}
209 \subsection{Attributes of \tag{type} tags}
221 \subsection{Contents of \tag{type} tags}
233 \subsection{Example of a \tag{types} tag}
257 \subsection{Attributes of \tag{groups} tags}
261 \subsection{Contents of \tag{groups} tags}
267 \subsection{Example of \tag{groups} tags}
288 \subsection{Attributes of \tag{group} tags}
295 \subsection{Contents of \tag{group} tags}
[all …]
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/
DLog.java28 public static void v(@NonNull String tag, @NonNull String message) { in v()
34 public static void v(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in v()
40 public static void i(@NonNull String tag, @NonNull String message) { in i()
46 public static void i(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in i()
52 public static void d(@NonNull String tag, @NonNull String message) { in d()
58 public static void d(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in d()
64 public static void w(@NonNull String tag, @NonNull String message) { in w()
68 public static void w(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in w()
72 public static void e(@NonNull String tag, @NonNull String message) { in e()
76 public static void e(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in e()
[all …]
/third_party/boost/boost/function_types/detail/
Dcv_traits.hpp28 { typedef non_cv tag; typedef T type; }; typedef
30 { typedef non_cv tag; typedef T type; }; typedef
32 { typedef non_cv tag; typedef T type; }; typedef
34 { typedef non_cv tag; typedef T type; }; typedef
36 { typedef non_cv tag; typedef T type; }; typedef
38 { typedef non_cv tag; typedef T type; }; typedef
41 { typedef const_non_volatile tag; typedef T type; }; typedef
43 { typedef const_non_volatile tag; typedef T type; }; typedef
45 { typedef const_non_volatile tag; typedef T type; }; typedef
47 { typedef const_non_volatile tag; typedef T type; }; typedef
[all …]
/third_party/boost/boost/parameter/aux_/
Dtag.hpp57 using tag = ::boost::mp11::mp_if< typedef
81 struct tag struct
95 ::boost::parameter::aux::tagged_argument_list_of_1<
132 struct tag struct
134 typedef ::boost::parameter::aux::tagged_argument<
148 struct tag<Keyword,Arg,::boost::mpl::false_> struct
150 typedef ::boost::parameter::aux::tagged_argument<
153 > type;
/third_party/typescript/tests/baselines/reference/
DexcessPropertyCheckWithUnions.js3 tag: "A", property
11 let wrong: ADT = { tag: "T", a1: "extra" } property
12 wrong = { tag: "A", d20: 12 } property
13 wrong = { tag: "D" } property
16 tag: "A", property
29 amb = { tag: "A", x: "hi" } property
30 amb = { tag: "A", y: 12 } property
31 amb = { tag: "A", x: "hi", y: 12 } property
34 amb = { tag: "A", x: "hi", extra: 12 } property
35 amb = { tag: "A", y: 12, extra: 12 } property
[all …]
DtryCatchFinallyControlFlow.js263 type State = { tag: "one" } | { tag: "two" } | { tag: "three" }; property
266 let state: State = { tag: "one" }; property
268 state = { tag: "two" }; property
270 state = { tag: "three" }; property
577 var state = { tag: "one" }; property
579 state = { tag: "two" }; property
581 state = { tag: "three" }; property
/third_party/boost/boost/mpi/
Dcommunicator.hpp1203 communicator::recv<content>(int source, int tag, in recv()
1253 communicator::irecv<content>(int source, int tag, in irecv()
1263 communicator::send_impl(int dest, int tag, const T& value, mpl::true_) const in send_impl()
1276 communicator::send_impl(int dest, int tag, const T& value, mpl::false_) const in send_impl()
1286 void communicator::send(int dest, int tag, const T& value) const in send()
1295 communicator::array_send_impl(int dest, int tag, const T* values, int n, in array_send_impl()
1309 communicator::array_send_impl(int dest, int tag, const T* values, int n, in array_send_impl()
1321 void communicator::send_vector(int dest, int tag, in send_vector()
1340 void communicator::send_vector(int dest, int tag, in send_vector()
1347 void communicator::send(int dest, int tag, const std::vector<T,A>& value) const in send()
[all …]
/third_party/boost/libs/spirit/classic/example/intermediate/simple_xml/
Dtag.hpp13 struct tag struct
19 boost::recursive_wrapper<tag> argument
30 void operator () (const tag &t); argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DAffixUtils.java325 long tag = 0L; in unescape() local
360 long tag = 0L; in unescapedCount() local
392 long tag = 0L; in containsType() local
412 long tag = 0L; in hasCurrencySymbols() local
438 long tag = 0L; in replaceType() local
459 long tag = 0L; in containsOnlySymbolsAndIgnorables() local
475 long tag = 0L; in iterateWithConsumer() local
495 private static long nextToken(long tag, CharSequence patternString) { in nextToken()
647 private static boolean hasNext(long tag, CharSequence string) { in hasNext()
648 assert tag >= 0; in hasNext() local
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DAffixUtils.java317 long tag = 0L; in unescape() local
352 long tag = 0L; in unescapedCount() local
384 long tag = 0L; in containsType() local
404 long tag = 0L; in hasCurrencySymbols() local
430 long tag = 0L; in replaceType() local
451 long tag = 0L; in containsOnlySymbolsAndIgnorables() local
467 long tag = 0L; in iterateWithConsumer() local
487 private static long nextToken(long tag, CharSequence patternString) { in nextToken()
639 private static boolean hasNext(long tag, CharSequence string) { in hasNext()
640 assert tag >= 0; in hasNext() local
[all …]
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
DLog.java33 public static void d (String tag, String msg) { in d()
38 public static void i (String tag, String msg) { in i()
43 public static void w (String tag, String msg) { in w()
48 public static void w (String tag, String msg, Throwable tr) { in w()
53 public static void e (String tag, String msg) { in e()
58 public static void e (String tag, String msg, Throwable tr) { in e()
/third_party/libexif/libexif/
Dexif-tag.c56 ExifTag tag; member
961 match_tag(const void *tag, const void *entry) in match_tag()
974 exif_tag_table_first(ExifTag tag) in exif_tag_table_first()
1001 exif_tag_get_name_in_ifd (ExifTag tag, ExifIfd ifd) in exif_tag_get_name_in_ifd()
1023 exif_tag_get_title_in_ifd (ExifTag tag, ExifIfd ifd) in exif_tag_get_title_in_ifd()
1046 exif_tag_get_description_in_ifd (ExifTag tag, ExifIfd ifd) in exif_tag_get_description_in_ifd()
1088 exif_tag_get_stuff (ExifTag tag, get_stuff_func func) in exif_tag_get_stuff()
1110 exif_tag_get_name (ExifTag tag) in exif_tag_get_name()
1116 exif_tag_get_title (ExifTag tag) in exif_tag_get_title()
1122 exif_tag_get_description (ExifTag tag) in exif_tag_get_description()
[all …]
/third_party/grpc/src/csharp/Grpc.Core/Profiling/
DProfilers.cs41 public static ProfilerScope NewScope(this IProfiler profiler, string tag) in NewScope()
49 public void Begin(string tag) in Begin()
53 public void End(string tag) in End()
57 public void Mark(string tag) in Mark()
77 public void Begin(string tag) in Begin()
82 public void End(string tag) in End()
87 public void Mark(string tag) in Mark()
/third_party/boost/boost/geometry/core/
Dtag.hpp40 struct tag struct
42 typedef void type;
59 struct tag struct
64 >::type type;
/third_party/boost/boost/accumulators/numeric/
Dfunctional_fwd.hpp35 struct tag struct
37 typedef void type;
41 struct tag<T const> struct
46 struct tag<T volatile> struct
51 struct tag<T const volatile> struct
/third_party/node/test/fixtures/
Daead-vectors.js6 tag: '272b422f62eb545eaa15b5ff84092447', tampered: false }, property
11 tag: 'ba2479f66275665a88cb7b15f43eb005', tampered: false }, property
16 tag: '272b422f62eb545eaa15b5ff84092447', tampered: true }, property
21 tag: '9bb44f663badabacae9720881fb1ec7a', tampered: false }, property
26 tag: '9bb44f663badabacae9720881fb1ec7a', tampered: true }, property
32 tag: 'd2a35e5c611e5e3d2258360241c5b045', tampered: false }, property
44 tag: '58e2fccefa7e3061367f1d57a4e7455a', tampered: false }, property
53 tag: 'ab6e47d42cec13bdf53a67b21257bddf', tampered: false }, property
68 tag: '4d5c2af327cd64a62cf35abd2ba6fab4', tampered: false }, property
84 tag: '5bc94fbc3221a5db94fae95ae7121a47', tampered: false }, property
[all …]
/third_party/boost/boost/graph/distributed/adjlist/
Dhandlers.hpp50 handle_add_vertex_with_property(int source, int tag, in handle_add_vertex_with_property()
64 handle_add_vertex_with_property_and_reply(int source, int tag, in handle_add_vertex_with_property_and_reply()
82 handle_add_edge(int source, int tag, const msg_add_edge_data& data, in handle_add_edge()
92 handle_add_edge_with_reply(int source, int tag, const msg_add_edge_data& data, in handle_add_edge_with_reply()
103 handle_add_edge_with_property(int source, int tag, in handle_add_edge_with_property()
115 (int source, int tag, in handle_add_edge_with_property_and_reply()
128 handle_nonlocal_edge(int source, int tag, in handle_nonlocal_edge()
138 handle_remove_edge(int source, int tag, in handle_remove_edge()
/third_party/icu/icu4c/source/i18n/
Dnumber_affixutils.cpp162 AffixTag tag; in unescape() local
186 AffixTag tag; in unescapedCodePointCount() local
206 AffixTag tag; in containsType() local
221 AffixTag tag; in hasCurrencySymbols() local
238 AffixTag tag; in replaceType() local
254 AffixTag tag; in containsOnlySymbolsAndIgnorables() local
270 AffixTag tag; in iterateWithConsumer() local
279 AffixTag AffixUtils::nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status… in nextToken()
421 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_affixutils.cpp162 AffixTag tag; in unescape() local
186 AffixTag tag; in unescapedCodePointCount() local
206 AffixTag tag; in containsType() local
221 AffixTag tag; in hasCurrencySymbols() local
238 AffixTag tag; in replaceType() local
254 AffixTag tag; in containsOnlySymbolsAndIgnorables() local
270 AffixTag tag; in iterateWithConsumer() local
279 AffixTag AffixUtils::nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status… in nextToken()
421 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_affixutils.cpp165 AffixTag tag; in unescape() local
189 AffixTag tag; in unescapedCodePointCount() local
209 AffixTag tag; in containsType() local
224 AffixTag tag; in hasCurrencySymbols() local
241 AffixTag tag; in replaceType() local
257 AffixTag tag; in containsOnlySymbolsAndIgnorables() local
273 AffixTag tag; in iterateWithConsumer() local
282 AffixTag AffixUtils::nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status… in nextToken()
426 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_affixutils.cpp163 AffixTag tag; in unescape() local
183 AffixTag tag; in unescapedCodePointCount() local
203 AffixTag tag; in containsType() local
218 AffixTag tag; in hasCurrencySymbols() local
235 AffixTag tag; in replaceType() local
251 AffixTag tag; in containsOnlySymbolsAndIgnorables() local
267 AffixTag tag; in iterateWithConsumer() local
276 AffixTag AffixUtils::nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status… in nextToken()
419 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext()

12345678910>>...87