| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | map.c | 93 Map_GetPropertyPtrPtr(PROTO_VAL *object, PROTO_STR *member, int type, void **cache_slot) Map_GetPropertyPtrPtr() argument [all...] |
| H A D | convert.c | 87 zval *val, *type, *klass; in PHP_METHOD() local 151 upb_fieldtype_t pbphp_dtype_to_type(upb_descriptortype_t type) { in pbphp_dtype_to_type() argument 351 Convert_PhpToUpb(zval *php_val, upb_msgval *upb_val, upb_fieldtype_t type, const Descriptor *desc, upb_arena *arena) Convert_PhpToUpb() argument 419 Convert_UpbToPhp(upb_msgval upb_val, zval *php_val, upb_fieldtype_t type, const Descriptor *desc, zval *arena) Convert_UpbToPhp() argument 476 Convert_PhpToUpbAutoWrap(zval *val, upb_msgval *upb_val, upb_fieldtype_t type, const Descriptor *desc, upb_arena *arena) Convert_PhpToUpbAutoWrap() argument [all...] |
| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| H A D | RubyMap.java | 420 needTypeclass(Descriptors.FieldDescriptor.Type type) needTypeclass() argument [all...] |
| /third_party/python/Lib/lib2to3/ |
| H A D | pytree.py | 43 type = None # int: token number (< 256) or symbol number (>= 256) variable in Base 431 type = None # Node type (token if < 256, symbol if >= 256) global() variable in BasePattern [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | message.cc | 227 const Message* GeneratedMessageFactory::GetPrototype(const Descriptor* type) { in GetPrototype() argument [all...] |
| H A D | unknown_field_set.h | 341 inline UnknownField::Type UnknownField::type() const { in type() function in google::protobuf::UnknownField 402 SetType(Type type) SetType() argument [all...] |
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | map_util.h | 49 template <class T> struct RemoveConst { typedef T type; }; typedef
|
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | default_value_objectwriter.h | 182 const google::protobuf::Type* type() const { return type_; } in type() function in google::protobuf::util::converter::DefaultValueObjectWriter::Node 184 void set_type(const google::protobuf::Type* type) { type_ = type; } in set_type() argument [all...] |
| H A D | json_stream_parser.h | 124 Type type; member [all...] |
| H A D | proto_writer.h | 188 const google::protobuf::Type& type() const { return type_; } in type() function in google::protobuf::util::converter::ProtoWriter::ProtoElement [all...] |
| /third_party/protobuf/src/google/protobuf/util/ |
| H A D | json_util.cc | 90 google::protobuf::Type type; in BinaryToJsonStream() local 180 google::protobuf::Type type; in JsonToBinaryStream() local
|
| /third_party/python/Lib/test/test_importlib/ |
| H A D | fixtures.py | 21 import importlib_resources as resources # type: ignore namespace
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | keywords.h | 40 int type; variable
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
| H A D | elf_mem_image.cc | 261 LookupSymbol(const char *name, const char *version, int type, SymbolInfo *info_out) const LookupSymbol() argument
|
| /third_party/skia/experimental/graphite/src/ |
| H A D | ContextUtils.cpp | 195 SkShader::GradientType type = s->asAGradient(&gradInfo); in ExtractCombo() local
|
| H A D | GraphicsPipelineDesc.h | 197 static constexpr inline size_t VertexAttribTypeSize(VertexAttribType type) { in VertexAttribTypeSize() argument
|
| H A D | UniformManager.cpp | 222 static uint32_t WriteUniform(SLType type, in WriteUniform() argument 305 static uint32_t sltype_to_alignment_mask(SLType type) { in sltype_to_alignment_mask() argument 371 inline uint32_t sltype_to_mtl_size(SLType type) { in sltype_to_mtl_size() argument 439 get_ubo_aligned_offset(uint32_t* currentOffset, uint32_t* maxAlignment, SLType type, int arrayCount) get_ubo_aligned_offset() argument 462 getUniformTypeForLayout(SLType type) getUniformTypeForLayout() argument [all...] |
| /third_party/skia/modules/skottie/src/layers/shapelayer/ |
| H A D | ShapeLayer.cpp | 122 const skjson::StringValue* type = jshape["ty"]; in FindShapeInfo() local
|
| H A D | Gradient.cpp | 34 const auto type = (ParseDefault<int>(jgrad["t"], 1) == 1) ? Type::kLinear in Make() local 51 GradientAdapter(sk_sp<sksg::Gradient> gradient, Type type, size_t stop_count, const skjson::ObjectValue& jgrad, const skjson::ObjectValue& jstops, const AnimationBuilder& abuilder) GradientAdapter() argument
|
| /third_party/skia/modules/skottie/src/text/ |
| H A D | RangeSelector.cpp | 248 const auto type = ParseDefault<int>((*jrange)["t"], kRange_SelectorType); in Make() local
|
| /third_party/skia/gm/ |
| H A D | compressed_textures.cpp | 181 CompressedTexturesGM(Type type) : fType(type) { in CompressedTexturesGM() argument
|
| H A D | runtimeintrinsics.cpp | 561 static SkString make_bvec_sksl(const char* type, const char* fn) { in make_bvec_sksl() argument 581 const char* type = std::is_integral<T>::value ? "int" : "float"; in plot_bvec() local
|
| /third_party/skia/include/core/ |
| H A D | SkRRect.h | 77 Type type() const { return this->getType(); } in type() function in SkRRect 491 SkRRect(const SkRect& rect, const SkVector radii[4], int32_t type) SkRRect() argument [all...] |
| /third_party/skia/bench/ |
| H A D | SkGlyphCacheBench.cpp | 182 int cacheMissCount(uint32_t type) { in cacheMissCount() argument
|
| H A D | RectBench.cpp | 271 BlitMaskBench(SkCanvas::PointMode mode, BlitMaskBench::kMaskType type, const char* name) BlitMaskBench() argument
|