Home
last modified time | relevance | path

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

12

/external/golang-protobuf/proto/
Dencode.go314 func (o *Buffer) enc_bool(p *Properties, base structPointer) error {
328 func (o *Buffer) enc_proto3_bool(p *Properties, base structPointer) error {
338 func size_bool(p *Properties, base structPointer) int {
346 func size_proto3_bool(p *Properties, base structPointer) int {
355 func (o *Buffer) enc_int32(p *Properties, base structPointer) error {
366 func (o *Buffer) enc_proto3_int32(p *Properties, base structPointer) error {
377 func size_int32(p *Properties, base structPointer) (n int) {
388 func size_proto3_int32(p *Properties, base structPointer) (n int) {
401 func (o *Buffer) enc_uint32(p *Properties, base structPointer) error {
412 func (o *Buffer) enc_proto3_uint32(p *Properties, base structPointer) error {
[all …]
Dproperties.go173 type Properties struct { struct
174 Name string // name of the field, for error messages
175 OrigName string // original name before protocol compiler (always set)
176 JSONName string // name to use for JSON; determined by protoc
177 Wire string
178 WireType int
179 Tag int
180 Required bool
181 Optional bool
182 Repeated bool
[all …]
Ddecode.go592 func (o *Buffer) dec_bool(p *Properties, base structPointer) error {
606 func (o *Buffer) dec_proto3_bool(p *Properties, base structPointer) error {
616 func (o *Buffer) dec_int32(p *Properties, base structPointer) error {
625 func (o *Buffer) dec_proto3_int32(p *Properties, base structPointer) error {
635 func (o *Buffer) dec_int64(p *Properties, base structPointer) error {
644 func (o *Buffer) dec_proto3_int64(p *Properties, base structPointer) error {
654 func (o *Buffer) dec_string(p *Properties, base structPointer) error {
663 func (o *Buffer) dec_proto3_string(p *Properties, base structPointer) error {
673 func (o *Buffer) dec_slice_byte(p *Properties, base structPointer) error {
683 func (o *Buffer) dec_slice_bool(p *Properties, base structPointer) error {
[all …]
Dclone.go111 func mergeAny(out, in reflect.Value, viaPtr bool, prop *Properties) {
Dequal.go158 func equalAny(v1, v2 reflect.Value, prop *Properties) bool {
Dtext.go163 func writeName(w *textWriter, props *Properties) error {
489 func (tm *TextMarshaler) writeAny(w *textWriter, v reflect.Value, props *Properties) error {
Dlib.go739 func fieldDefault(ft reflect.Type, prop *Properties) (sf *scalarField, nestedMessage bool, err erro…
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst3419 Properties section in Other tokens
3424 FS_COORD_ORIGIN
3440 FS_COORD_PIXEL_CENTER
3459 FS_COLOR0_WRITES_ALL_CBUFS
3465 VS_PROHIBIT_UCPS
3476 GS_INVOCATIONS
3484 VS_WINDOW_SPACE_POSITION
3494 TCS_VERTICES_OUT
3501 TES_PRIM_MODE
3508 TES_SPACING
[all …]
/external/libbrillo/brillo/dbus/
Dexported_property_set_unittest.cc63 struct Properties { struct in brillo::dbus_utils::ExportedPropertySetTest
65 ExportedProperty<bool> bool_prop_;
66 ExportedProperty<uint8_t> uint8_prop_;
67 ExportedProperty<int16_t> int16_prop_;
68 ExportedProperty<uint16_t> uint16_prop_;
69 ExportedProperty<int32_t> int32_prop_;
70 ExportedProperty<uint32_t> uint32_prop_;
71 ExportedProperty<int64_t> int64_prop_;
72 ExportedProperty<uint64_t> uint64_prop_;
73 ExportedProperty<double> double_prop_;
[all …]
/external/llvm/docs/
DSourceLevelDebugging.rst482 Introduction
497 Proposal
631 New DWARF Tags
640 New DWARF Attributes
655 New DWARF Constants
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DProperties.java14 public class Properties class
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DProperties.java14 public class Properties implements Serializable { class
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DProperties.java16 public class Properties implements Serializable { class
/external/python/cpython2/Doc/howto/
Ddescriptor.rst193 Properties chapter
/external/python/cpython3/Doc/howto/
Ddescriptor.rst187 Properties chapter
/external/freetype/include/freetype/internal/services/
Dsvprop.h41 FT_DEFINE_SERVICE( Properties ) in FT_DEFINE_SERVICE() argument
/external/clang/test/PCH/
Dchain-categories.m19 @interface NSObject (Properties) category
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h41 typedef std::map<string, float> Properties; typedef
/external/lzma/CPP/7zip/UI/Common/
DExtract.h48 CObjectVector<CProperty> Properties; member
DArchiveCommandLine.h88 CObjectVector<CProperty> Properties; member
/external/llvm/utils/TableGen/
DCodeGenTarget.h198 unsigned Properties; // Node properties variable
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenTarget.h175 unsigned Properties; // Node properties variable
/external/v8/src/compiler/
Doperator.h60 typedef base::Flags<Property, uint8_t> Properties; in NON_EXPORTED_BASE() typedef
/external/golang-protobuf/jsonpb/
Djsonpb.go1007 func acceptedJSONFieldNames(prop *proto.Properties) fieldNames {
/external/autotest/client/cros/cellular/
Dpseudo_modem.py160 def Properties(self): member in SIM
188 def Properties(self): member in SMS

12