/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectwriter.h | 180 explicit Event(Type type) : type_(type), value_(DataPiece::NullData()) {} in Event() argument 183 explicit Event(Type type, StringPiec argument [all...] |
H A D | utility.cc | 155 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 D | structseq.c | 51 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 D | selectmodule.c.h | 522 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 D | raw_hash_set_probe_benchmark.cc | 253 struct type { struct 260 struct type { struct
|
/third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
H A D | ShaderVars.h | 182 GLenum type; member
|
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_icu.cpp | 105 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 D | SkUnicode.h | 262 void forEachBreak(const char16_t utf16[], int utf16Units, SkUnicode::BreakType type, Callback&& callback) { in forEachBreak() argument
|
/third_party/skia/include/private/ |
H A D | GrResourceKey.h | 220 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 D | FuzzMain.cpp | 118 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 D | module.c | 652 int sepol_module_package_info(struct sepol_policy_file *spf, int *type, in sepol_module_package_info() argument
|
H A D | optimize.c | 59 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 D | dispol.c | 57 static int render_type(uint32_t type, policydb_t * p, FILE * fp) in render_type() argument
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_flatten_conditional_branch.cpp | 583 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 D | linker.cpp | 442 const uint32_t type = decoration.GetSingleWordInOperand(3u); in GetImportExportPairs() local
|
/third_party/spirv-tools/source/opt/ |
H A D | convert_to_sampled_image_pass.cpp | 130 auto* type = context()->get_type_mgr()->GetType(variable.type_id()); in GetStorageClass() local
|
H A D | instruction.h | 92 spv_operand_type_t type; // Type of this logical operand. member [all...] |
H A D | types.cpp | 100 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 D | upgrade_memory_model.cpp | 284 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 D | vector_dce.cpp | 304 const analysis::Type* type = type_mgr->GetType(type_id); in GetVectorComponentCount() local
|
/third_party/spirv-tools/source/ |
H A D | text.cpp | 187 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 D | validate_ray_tracing_reorder.cpp | 46 auto type = _.FindDef(pointer->GetOperandAs<uint32_t>(2)); in ValidateHitObjectPointer() local [all...] |
/third_party/spirv-tools/test/ |
H A D | binary_parse_test.cpp | 143 MakeSimpleOperand(uint16_t offset, spv_operand_type_t type) MakeSimpleOperand() argument [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDitheringTests.cpp | 125 const char* DitheringCase::getPatternTypeName (const PatternType type) in getPatternTypeName() argument
|
H A D | es3fIndexedStateQueryTests.cpp | 513 const char* getVerifierSuffix (QueryType type) in getVerifierSuffix() argument
|