Home
last modified time | relevance | path

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

123

/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DValues.java49 public static Value of(boolean value) { in of() method in Values
54 public static Value of(double value) { in of() method in Values
59 public static Value of(String value) { in of() method in Values
64 public static Value of(Struct value) { in of() method in Values
69 public static Value of(ListValue value) { in of() method in Values
77 public static Value of(Iterable<Value> values) { in of() method in Values
DStructs.java42 public static Struct of(String k1, Value v1) { in of() method in Structs
51 public static Struct of(String k1, Value v1, String k2, Value v2) { in of() method in Structs
60 public static Struct of(String k1, Value v1, String k2, Value v2, String k3, Value v3) { in of() method in Structs
/third_party/libwebsockets/include/libwebsockets/
Dlws-ring.h264 ___type, /* type of objects with tails */ \ argument
300 ___ptail, /* ptr to tail of obj with tail doing consuming */ \ argument
/third_party/boost/boost/hof/
Dreveal.hpp227 struct of struct
231 using apply = decltype(Id()(std::declval<F>())(std::declval<Ts>()...));
248 struct of struct
252 using apply = typename Id::template defer<Template, Ts...>;
Drotate.hpp76 struct of struct
Dflip.hpp82 struct of struct
Dfix.hpp158 struct of struct
200 struct of struct
Dunpack.hpp144 struct of struct
Dcapture.hpp111 struct of struct
Dplaceholders.hpp353 struct of<X> struct
398 struct of struct
Ddecorate.hpp136 struct of struct
/third_party/typescript/tests/baselines/reference/
DparserES5ForOfStatement18.js6 var of = of_1[_i]; variable
DcapturedLetConstInLoop13.js9 for (let name of names) { field in Main
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRow.java31 public static <C0, C1> R2<C0,C1> of(C0 p0, C1 p1) { in of() method in Row
34 public static <C0, C1, C2> R3<C0,C1,C2> of(C0 p0, C1 p1, C2 p2) { in of() method in Row
37 public static <C0, C1, C2, C3> R4<C0,C1,C2,C3> of(C0 p0, C1 p1, C2 p2, C3 p3) { in of() method in Row
40 public static <C0, C1, C2, C3, C4> R5<C0,C1,C2,C3,C4> of(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) { in of() method in Row
DPair.java34 public static <F, S> Pair<F, S> of(F first, S second) { in of() method in Pair
DRelation.java41 public static <K, V> Relation<K, V> of(Map<K, Set<V>> map, Class<?> setCreator) { in of() method in Relation
45 …public static <K,V> Relation<K, V> of(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setCo… in of() method in Relation
/third_party/typescript/tests/cases/compiler/
DobservableInferenceCanBeMade.ts5 declare function of<T>(a: T): Observable<T>; function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMeasureUnit.java1285 …unitPerUnitToSingleUnit.put(Pair.<MeasureUnit, MeasureUnit>of(MeasureUnit.LITER, MeasureUnit.KILOM… in of() method
1286 …unitPerUnitToSingleUnit.put(Pair.<MeasureUnit, MeasureUnit>of(MeasureUnit.POUND, MeasureUnit.SQUAR… in of() method
1287 …unitPerUnitToSingleUnit.put(Pair.<MeasureUnit, MeasureUnit>of(MeasureUnit.PIXEL, MeasureUnit.CENTI… in of() method
1288 …unitPerUnitToSingleUnit.put(Pair.<MeasureUnit, MeasureUnit>of(MeasureUnit.MILE, MeasureUnit.HOUR),… in of() method
1289 …unitPerUnitToSingleUnit.put(Pair.<MeasureUnit, MeasureUnit>of(MeasureUnit.MILLIGRAM, MeasureUnit.D… in of() method
1290 …unitPerUnitToSingleUnit.put(Pair.<MeasureUnit, MeasureUnit>of(MeasureUnit.MILE, MeasureUnit.GALLON… in of() method
1291 …unitPerUnitToSingleUnit.put(Pair.<MeasureUnit, MeasureUnit>of(MeasureUnit.KILOMETER, MeasureUnit.H… in of() method
1292 …unitPerUnitToSingleUnit.put(Pair.<MeasureUnit, MeasureUnit>of(MeasureUnit.MILE, MeasureUnit.GALLON… in of() method
1293 …unitPerUnitToSingleUnit.put(Pair.<MeasureUnit, MeasureUnit>of(MeasureUnit.PIXEL, MeasureUnit.INCH)… in of() method
1294 …unitPerUnitToSingleUnit.put(Pair.<MeasureUnit, MeasureUnit>of(MeasureUnit.METER, MeasureUnit.SECON… in of() method
/third_party/boost/libs/date_time/test/local_time/
Dtestcustom_time_zone.cpp42 dst_adjustment_offsets of(hours(1), hours(2), hours(2)); in main() local
Dtestwcustom_time_zone.cpp43 dst_adjustment_offsets of(hours(1), hours(2), hours(2)); in main() local
/third_party/ffmpeg/fftools/
Dffmpeg.c549 OutputFile *of = output_files[i]; in ffmpeg_cleanup() local
702 static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue) in write_packet()
841 OutputFile *of = output_files[ost->file_index]; in close_output_stream() local
861 static void output_packet(OutputFile *of, AVPacket *pkt, in output_packet()
889 OutputFile *of = output_files[ost->file_index]; in check_recording_time() local
900 static void do_audio_out(OutputFile *of, OutputStream *ost, in do_audio_out()
960 static void do_subtitle_out(OutputFile *of, in do_subtitle_out()
1043 static void do_video_out(OutputFile *of, in do_video_out()
1397 OutputFile *of = output_files[ost->file_index]; in finish_output_stream() local
1422 OutputFile *of = output_files[ost->file_index]; in reap_filters() local
[all …]
/third_party/libpng/contrib/examples/
Diccfrompng.c119 FILE *of; in extract_one_file() local
/third_party/flutter/skia/third_party/externals/libpng/contrib/examples/
Diccfrompng.c119 FILE *of; in extract_one_file() local
/third_party/skia/third_party/externals/libpng/contrib/examples/
Diccfrompng.c119 FILE *of; in extract_one_file() local
/third_party/typescript/lib/
Dlib.es2020.bigint.d.ts403 of(...items: bigint[]): BigInt64Array; method
675 of(...items: bigint[]): BigUint64Array; method

123