/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | Values.java | 49 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
|
D | Structs.java | 42 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/ |
D | lws-ring.h | 264 ___type, /* type of objects with tails */ \ argument 300 ___ptail, /* ptr to tail of obj with tail doing consuming */ \ argument
|
/third_party/boost/boost/hof/ |
D | reveal.hpp | 227 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...>;
|
D | rotate.hpp | 76 struct of struct
|
D | flip.hpp | 82 struct of struct
|
D | fix.hpp | 158 struct of struct 200 struct of struct
|
D | unpack.hpp | 144 struct of struct
|
D | capture.hpp | 111 struct of struct
|
D | placeholders.hpp | 353 struct of<X> struct 398 struct of struct
|
D | decorate.hpp | 136 struct of struct
|
/third_party/typescript/tests/baselines/reference/ |
D | parserES5ForOfStatement18.js | 6 var of = of_1[_i]; variable
|
D | capturedLetConstInLoop13.js | 9 for (let name of names) { field in Main
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Row.java | 31 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
|
D | Pair.java | 34 public static <F, S> Pair<F, S> of(F first, S second) { in of() method in Pair
|
D | Relation.java | 41 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/ |
D | observableInferenceCanBeMade.ts | 5 declare function of<T>(a: T): Observable<T>; function
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | MeasureUnit.java | 1285 …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/ |
D | testcustom_time_zone.cpp | 42 dst_adjustment_offsets of(hours(1), hours(2), hours(2)); in main() local
|
D | testwcustom_time_zone.cpp | 43 dst_adjustment_offsets of(hours(1), hours(2), hours(2)); in main() local
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 549 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/ |
D | iccfrompng.c | 119 FILE *of; in extract_one_file() local
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/examples/ |
D | iccfrompng.c | 119 FILE *of; in extract_one_file() local
|
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
D | iccfrompng.c | 119 FILE *of; in extract_one_file() local
|
/third_party/typescript/lib/ |
D | lib.es2020.bigint.d.ts | 403 of(...items: bigint[]): BigInt64Array; method 675 of(...items: bigint[]): BigUint64Array; method
|