Home
last modified time | relevance | path

Searched defs:Decimal (Results 1 – 17 of 17) sorted by relevance

/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/type/
Ddecimal.proto33 message Decimal { message
/external/googleapis/google/type/
Ddecimal.proto33 message Decimal { message
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/
DDecimal.java35 public final class Decimal extends com.google.protobuf.GeneratedMessageV3 class
41 private Decimal(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Decimal() method in Decimal
45 private Decimal() { in Decimal() method in Decimal
/external/rust/crates/nom/doc/
Dnom_recipes.md266 #### Decimal subsubsection
/external/rust/crates/litrs/src/integer/
Dmod.rs42 Decimal, enumerator
/external/rust/crates/gdbstub/src/
Darch.rs260 Decimal, enumerator
/external/deqp-deps/SPIRV-Tools/test/
Dtext_literal_test.cpp376 TEST(OverflowIntegerParse, Decimal) { in TEST() argument
/external/cronet/third_party/libc++/src/benchmarks/
Dformatter_int.bench.cpp80 Decimal, enumerator
/external/angle/third_party/spirv-tools/src/test/
Dtext_literal_test.cpp376 TEST(OverflowIntegerParse, Decimal) { in TEST() argument
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_literal_test.cpp376 TEST(OverflowIntegerParse, Decimal) { in TEST() argument
/external/rust/crates/uniffi_meta/src/
Dlib.rs291 Decimal = 10, enumerator
/external/sqlite/dist/sqlite-autoconf-3440300/
Dshell.c3675 typedef struct Decimal Decimal; typedef
3676 struct Decimal { struct
3687 ** Release memory held by a Decimal, but do not free the object itself. argument
/external/sqlite/dist/sqlite-autoconf-3420000/orig/
Dshell.c2657 typedef struct Decimal Decimal; typedef
2658 struct Decimal { struct
2669 ** Release memory held by a Decimal, but do not free the object itself. argument
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dshell.c3670 typedef struct Decimal Decimal; typedef
3671 struct Decimal { struct
3682 ** Release memory held by a Decimal, but do not free the object itself. argument
/external/sqlite/dist/sqlite-autoconf-3420000/
Dshell.c2664 typedef struct Decimal Decimal; typedef
2665 struct Decimal { struct
2676 ** Release memory held by a Decimal, but do not free the object itself. argument
/external/python/cpython3/Lib/
D_pydecimal.py523 class Decimal(object): class
/external/python/cpython2/Lib/
Ddecimal.py505 class Decimal(object): class