Home
last modified time | relevance | path

Searched defs:fields (Results 1 - 25 of 287) sorted by relevance

12345678910>>...12

/third_party/protobuf/php/src/Google/Protobuf/
H A DStruct.php29 private $fields; variable
67 $this->fields = $arr; variable
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorCompound.cpp52 size_t fields = 0; in Make() local
H A DSkSLFieldAccess.cpp49 const std::vector<Type::Field>& fields = baseType.fields(); in Convert() local
/third_party/rust/crates/nix/test/common/
H A Dmod.rs95 let mut fields = l.split_whitespace(); variables
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h2195 number::impl::DecimalFormatFields* fields = nullptr; member in DecimalFormat
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddecimfmt.h2195 number::impl::DecimalFormatFields* fields = nullptr; member in DecimalFormat
/third_party/python/Include/
H A Dstructseq.h18 PyStructSequence_Field *fields; member
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ddecimfmt.h2195 number::impl::DecimalFormatFields* fields = nullptr; member in DecimalFormat
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-os2-unicode-ranges.py26 fields = re.split(r'\t+', line) variable
29 fields = fields[1:] variable
/third_party/toybox/toys/other/
H A Dlspci.c43 driver[256], *vbig = 0, *dbig = 0, **fields; in do_lspci() local
/third_party/protobuf/objectivec/
H A DGPBStruct.pbobjc.h101 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> *fields; variable
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofDescriptor.php40 private $fields; variable
/third_party/protobuf/python/google/protobuf/pyext/
H A Dunknown_fields.h60 const UnknownFieldSet* fields; member
/third_party/alsa-utils/alsamixer/
H A Ddevice_name.c35 static FIELD *fields[3]; variable
[all...]
/third_party/node/deps/v8/tools/
H A Dgen-postmortem-metadata.py332 fields = []; # field declarations variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DNameNamelessUniformBuffers.cpp91 const TVector<TField *> fields = block->fields(); variable
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_reflection_class.cc263 std::vector<std::string> fields; in WriteGeneratedCodeInfo() local
/third_party/ffmpeg/libavfilter/
H A Dvf_repeatfields.c68 static void update_pts(AVFilterLink *link, AVFrame *f, int64_t pts, int fields) in update_pts() argument
/third_party/ffmpeg/libavformat/
H A Dapetag.c113 uint32_t val, fields, tag_bytes; in ff_ape_parse_tag() local
/third_party/cJSON/
H A Dtest.c140 struct record fields[2] = in create_objects() local
/third_party/mesa3d/src/compiler/glsl/
H A Dir_validate.cpp1040 const glsl_struct_field *fields = in visit() local
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dv8-debug-helper-interop.h114 std::vector<StructField> fields; member
/third_party/python/Tools/unicode/
H A Dmkstringprep.py82 fields = l.split(";") variable
85 fields = fields[:-1] variable
87 fields = fields[0].split("-") variable
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DOneofDescriptor.cs50 private IList<FieldDescriptor> fields; field in Google.Protobuf.Reflection.OneofDescriptor
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DUnknownFieldSet.cs52 private readonly IDictionary<int, UnknownField> fields; field in Google.Protobuf.UnknownFieldSet
[all...]

Completed in 16 milliseconds

12345678910>>...12