| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | default_value_objectwriter.cc | 347 NodeKind kind = PRIMITIVE; in PopulateChildren() local 189 CreateNewNode( const std::string& name, const google::protobuf::Type* type, NodeKind kind, const DataPiece& data, bool is_placeholder, const std::vector<std::string>& path, bool suppress_empty_list, bool preserve_proto_field_names, bool use_ints_for_enums, FieldScrubCallBack field_scrub_callback) CreateNewNode() argument 200 Node( const std::string& name, const google::protobuf::Type* type, NodeKind kind, const DataPiece& data, bool is_placeholder, const std::vector<std::string>& path, bool suppress_empty_list, bool preserve_proto_field_names, bool use_ints_for_enums, FieldScrubCallBack field_scrub_callback) Node() argument [all...] |
| /third_party/rust/crates/clap/clap_derive/src/ |
| H A D | item.rs | 1044 pub fn kind(&self) -> Sp<Kind> { kind() functions [all...] |
| /third_party/vk-gl-cts/scripts/khr_util/ |
| H A D | registry.py | 210 kind = "item" variable in NameIndex
|
| /foundation/ability/idl_tool/idl_tool_2/lexer/ |
| H A D | token.h | 110 TokenType kind;
member
|
| /foundation/resourceschedule/ffrt/src/core/ |
| H A D | task.cpp | 271 void *ffrt_alloc_auto_managed_function_storage_base(ffrt_function_kind_t kind) in ffrt_alloc_auto_managed_function_storage_base() argument
|
| /third_party/elfutils/src/ |
| H A D | elfcompress.c | 319 Elf_Kind kind = elf_kind (elf); in process_file() local
|
| /third_party/curl/src/ |
| H A D | tool_formparse.c | 42 tool_mime_new(struct tool_mime *parent, toolmimekind kind) tool_mime_new() argument
|
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| H A D | CheckAPI.java | 1039 private static int tagKindIndex(String kind) { in tagKindIndex() argument
|
| /third_party/libuv/src/ |
| H A D | threadpool.c | 437 static void post(struct uv__queue* q, enum uv__work_kind kind) { in post() argument 571 uv__work_submit(uv_loop_t* loop, struct uv__work* w, enum uv__work_kind kind, void (*work)(struct uv__work* w), void (*done)(struct uv__work* w, int status)) uv__work_submit() argument 810 uv__work_submit(uv_loop_t* loop, uv_req_t* req, struct uv__work* w, enum uv__work_kind kind, void (*work)(struct uv__work *w), void (*done)(struct uv__work *w, int status)) uv__work_submit() argument
|
| /third_party/libbpf/src/ |
| H A D | btf.h | 367 __u16 kind = btf_kind(t); in btf_is_composite() local 409 __u16 kind = btf_kind(t); in btf_is_mod() local
|
| /third_party/mesa3d/src/intel/common/ |
| H A D | intel_decoder.h | 164 } kind; member
|
| /third_party/node/deps/v8/third_party/wasm-api/ |
| H A D | wasm.h | 303 wasm_valkind_t kind; member
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | value-type.h | 191 constexpr bool is_numeric(ValueKind kind) { in is_numeric() argument 203 constexpr bool is_reference(ValueKind kind) { in is_reference() argument 207 is_object_reference(ValueKind kind) is_object_reference() argument 211 value_kind_size_log2(ValueKind kind) value_kind_size_log2() argument 223 value_kind_size(ValueKind kind) value_kind_size() argument 236 value_kind_full_size(ValueKind kind) value_kind_full_size() argument 244 short_name(ValueKind kind) short_name() argument 254 name(ValueKind kind) name() argument 265 machine_type(ValueKind kind) machine_type() argument 278 is_packed(ValueKind kind) is_packed() argument 279 unpacked(ValueKind kind) unpacked() argument 283 is_rtt(ValueKind kind) is_rtt() argument 285 is_defaultable(ValueKind kind) is_defaultable() argument 302 Primitive(ValueKind kind) Primitive() argument 322 FromIndex(ValueKind kind, uint32_t index) FromIndex() argument 372 constexpr ValueKind kind() const { return KindField::decode(bit_field_); } kind() function in v8::internal::wasm::ValueType 538 CanonicalWithRelativeIndex(ValueKind kind, uint32_t index) CanonicalWithRelativeIndex() argument [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_dump.c | 134 dump_shader_string(enum dxil_shader_kind kind) in dump_shader_string() argument
|
| H A D | dxil_signature.c | 36 enum dxil_semantic_kind kind; member 52 is_depth_output(enum dxil_semantic_kind kind) in is_depth_output() argument 359 prog_semantic_from_kind(enum dxil_semantic_kind kind, unsigned num_vals, unsigned start_val) prog_semantic_from_kind() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.h | 218 enum lp_fs_kind kind; member
|
| /third_party/libdrm/tests/tegra/ |
| H A D | vic.h | 167 unsigned int kind; member
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | code-generator-impl.h | 223 DeoptimizeKind kind() const { return kind_; } in kind() function in v8::internal::compiler::DeoptimizationExit 190 DeoptimizationExit(SourcePosition pos, BytecodeOffset bailout_id, int translation_id, int pc_offset, DeoptimizeKind kind, DeoptimizeReason reason, NodeId node_id) DeoptimizationExit() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | linkage.cc | 503 CallDescriptor::Kind kind; in GetStubCallDescriptor() local [all...] |
| H A D | verifier.cc | 89 void CheckOutput(Node* node, Node* use, int count, const char* kind) { in CheckOutput() argument
|
| H A D | types.h | 310 Kind kind() const { return kind_; } in kind() function in v8::internal::compiler::BitsetType::TypeBase 311 explicit TypeBase(Kind kind) : kind_(kind) {} in TypeBase() argument 616 StructuralType(Kind kind, int length, Zone* zone) in StructuralType() argument
|
| H A D | machine-operator.h | 110 MemoryAccessKind kind; member 127 MemoryAccessKind kind; member 209 MemoryAccessKind kind; member [all...] |
| H A D | representation-change.h | 99 explicit Truncation(TruncationKind kind, IdentifyZeros identify_zeros) in Truncation() argument 102 TruncationKind kind() const { return kind_; } in kind() function in v8::internal::compiler::final
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | assembler.h | 112 Kind kind() const { return kind_; } in kind() function in v8::internal::HeapObjectRequest
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-call-gen.cc | 217 TNode<Int32T> kind = LoadMapElementsKind(arguments_list_map); in CallOrConstructWithArrayLike() local 324 CallOrConstructDoubleVarargs( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<FixedDoubleArray> elements, TNode<Int32T> length, TNode<Int32T> args_count, TNode<Context> context, TNode<Int32T> kind) CallOrConstructDoubleVarargs() argument
|