Home
last modified time | relevance | path

Searched defs:type (Results 11701 - 11725 of 22982) sorted by relevance

1...<<461462463464465466467468469470>>...920

/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h180 explicit Event(Type type) : type_(type), value_(DataPiece::NullData()) {} in Event() argument
183 explicit Event(Type type, StringPiec argument
[all...]
H A Dutility.cc155 FindFieldInTypeOrNull( const google::protobuf::Type* type, StringPiece field_name) FindFieldInTypeOrNull() argument
168 FindJsonFieldInTypeOrNull( const google::protobuf::Type* type, StringPiece json_name) FindJsonFieldInTypeOrNull() argument
181 FindFieldInTypeByNumberOrNull( const google::protobuf::Type* type, int32 number) FindFieldInTypeByNumberOrNull() argument
364 IsMap(const google::protobuf::Field& field, const google::protobuf::Type& type) IsMap() argument
373 IsMessageSetWireFormat(const google::protobuf::Type& type) IsMessageSetWireFormat() argument
[all...]
/third_party/python/Objects/
H A Dstructseq.c51 PyStructSequence_New(PyTypeObject *type) in PyStructSequence_New() argument
134 structseq_new_impl(PyTypeObject *type, PyObject *arg, PyObject *dict) in structseq_new_impl() argument
460 _PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc, unsigned long tp_flags) _PyStructSequence_InitType() argument
518 PyStructSequence_InitType2(PyTypeObject *type, PyStructSequence_Desc *desc) PyStructSequence_InitType2() argument
524 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) PyStructSequence_InitType() argument
531 _PyStructSequence_FiniType(PyTypeObject *type) _PyStructSequence_FiniType() argument
566 PyTypeObject *type; _PyStructSequence_NewType() local
[all...]
/third_party/python/Modules/clinic/
H A Dselectmodule.c.h522 select_epoll(PyTypeObject *type, PyObject *args, PyObject *kwargs) in select_epoll() argument
624 select_epoll_fromfd(PyTypeObject *type, PyObjec argument
940 select_kqueue(PyTypeObject *type, PyObject *args, PyObject *kwargs) select_kqueue() argument
1023 select_kqueue_fromfd(PyTypeObject *type, PyObject *arg) select_kqueue_fromfd() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_probe_benchmark.cc253 struct type { struct
260 struct type { struct
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
H A DShaderVars.h182 GLenum type; member
/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu.cpp105 static UBreakIteratorType convertType(SkUnicode::BreakType type) { in convertType() argument
175 ICUBreakIterator makeBreakIterator(SkUnicode::BreakType type) { in makeBreakIterator() argument
241 extractPositions(const char utf8[], int utf8Units, BreakType type, std::function<void(int, int)> setBreak) extractPositions() argument
[all...]
/third_party/skia/modules/skunicode/include/
H A DSkUnicode.h262 void forEachBreak(const char16_t utf16[], int utf16Units, SkUnicode::BreakType type, Callback&& callback) { in forEachBreak() argument
/third_party/skia/include/private/
H A DGrResourceKey.h220 Builder(GrScratchKey* key, ResourceType type, int data32Count) in Builder() argument
283 Builder(GrUniqueKey* key, Domain type, int data32Count, const char* tag = nullptr) in Builder() argument
/third_party/skia/fuzz/
H A DFuzzMain.cpp118 SkString type = SkString(FLAGS_type.isEmpty() ? "" : FLAGS_type[0]); in main() local
146 static int fuzz_file(SkString path, SkString type) { in fuzz_file() argument
324 std::string type = m.str(2); try_auto_detect() local
[all...]
/third_party/selinux/libsepol/src/
H A Dmodule.c652 int sepol_module_package_info(struct sepol_policy_file *spf, int *type, in sepol_module_package_info() argument
H A Doptimize.c59 static int type_vec_append(struct type_vec *v, uint32_t type) in type_vec_append() argument
77 static int type_vec_contains(const struct type_vec *v, uint32_t type) in type_vec_contains() argument
/third_party/selinux/checkpolicy/test/
H A Ddispol.c57 static int render_type(uint32_t type, policydb_t * p, FILE * fp) in render_type() argument
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp583 auto type = ir_context->get_type_mgr()->GetType(instruction.type_id()); in InstructionNeedsPlaceholder() local
795 auto type = ir_context->get_type_mgr()->GetType(instruction.type_id()); InstructionCanBeHandled() local
[all...]
/third_party/spirv-tools/source/link/
H A Dlinker.cpp442 const uint32_t type = decoration.GetSingleWordInOperand(3u); in GetImportExportPairs() local
/third_party/spirv-tools/source/opt/
H A Dconvert_to_sampled_image_pass.cpp130 auto* type = context()->get_type_mgr()->GetType(variable.type_id()); in GetStorageClass() local
H A Dinstruction.h92 spv_operand_type_t type; // Type of this logical operand. member
[all...]
H A Dtypes.cpp100 std::unique_ptr<Type> type; in Clone() local
313 Vector(const Type* type, uint32_t count) Vector() argument
339 Matrix(const Type* type, uint32_t count) Matrix() argument
363 Image(Type* type, spv::Dim dimen, uint32_t d, bool array, bool multisample, uint32_t sampling, spv::ImageFormat f, spv::AccessQualifier qualifier) Image() argument
419 Array(const Type* type, const Array::LengthInfo& length_info_arg) Array() argument
454 ReplaceElementType(const Type* type) ReplaceElementType() argument
462 RuntimeArray(const Type* type) RuntimeArray() argument
484 ReplaceElementType(const Type* type) ReplaceElementType() argument
564 Pointer(const Type* type, spv::StorageClass sc) Pointer() argument
595 SetPointeeType(const Type* type) SetPointeeType() argument
633 SetReturnType(const Type* type) SetReturnType() argument
678 CooperativeMatrixNV(const Type* type, const uint32_t scope, const uint32_t rows, const uint32_t columns) CooperativeMatrixNV() argument
714 CooperativeMatrixKHR(const Type* type, const uint32_t scope, const uint32_t rows, const uint32_t columns, const uint32_t use) CooperativeMatrixKHR() argument
[all...]
H A Dupgrade_memory_model.cpp284 const analysis::Integer* type = constant->type()->AsInteger(); in UpgradeSemantics() local
307 analysis::Type* type = context()->get_type_mgr()->GetType(inst->type_id()); in GetInstructionAttributes() local
714 const analysis::Integer* type = constant->type()->AsInteger(); IsDeviceScope() local
[all...]
H A Dvector_dce.cpp304 const analysis::Type* type = type_mgr->GetType(type_id); in GetVectorComponentCount() local
/third_party/spirv-tools/source/
H A Dtext.cpp187 spvTextEncodeOperand(const spvtools::AssemblyGrammar& grammar, spvtools::AssemblyContext* context, const spv_operand_type_t type, const char* textValue, spv_instruction_t* pInst, spv_operand_pattern_t* pExpectedOperands) spvTextEncodeOperand() argument
612 const spv_operand_type_t type = expectedOperands.back(); spvTextEncodeOpcode() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_ray_tracing_reorder.cpp46 auto type = _.FindDef(pointer->GetOperandAs<uint32_t>(2)); in ValidateHitObjectPointer() local
[all...]
/third_party/spirv-tools/test/
H A Dbinary_parse_test.cpp143 MakeSimpleOperand(uint16_t offset, spv_operand_type_t type) MakeSimpleOperand() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDitheringTests.cpp125 const char* DitheringCase::getPatternTypeName (const PatternType type) in getPatternTypeName() argument
H A Des3fIndexedStateQueryTests.cpp513 const char* getVerifierSuffix (QueryType type) in getVerifierSuffix() argument

Completed in 29 milliseconds

1...<<461462463464465466467468469470>>...920