Home
last modified time | relevance | path

Searched defs:type_name (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/protobuf/php/src/Google/Protobuf/Internal/
DMessageBuilderContext.php55 $number, $type_name = null)
83 public function optional($name, $type, $number, $type_name = null)
94 public function repeated($name, $type, $number, $type_name = null)
105 public function required($name, $type, $number, $type_name = null)
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessageBuilderContext.php55 $number, $type_name = null)
83 public function optional($name, $type, $number, $type_name = null)
94 public function repeated($name, $type, $number, $type_name = null)
105 public function required($name, $type, $number, $type_name = null)
/external/libdrm/tests/util/
Dkms.c51 struct type_name { struct
57 const struct type_name *table, in util_lookup_type_name() argument
/external/python/parse_type/parse_type/
Dcardinality_field.py40 def matches_type(cls, type_name): argument
49 def split_type(cls, type_name): argument
94 def create_type_variant(cls, type_name, type_converter): argument
/external/llvm/utils/llvm-build/llvmbuild/
Dcomponentinfo.py22 type_name = None variable in ComponentInfo
95 type_name = 'Group' variable in GroupComponentInfo
113 type_name = 'Library' variable in LibraryComponentInfo
199 type_name = "OptionalLibrary" variable in OptionalLibraryComponentInfo
213 type_name = 'LibraryGroup' variable in LibraryGroupComponentInfo
261 type_name = 'TargetGroup' variable in TargetGroupComponentInfo
338 type_name = 'Tool' variable in ToolComponentInfo
370 type_name = 'BuildTool' variable in BuildToolComponentInfo
/external/cronet/base/allocator/partition_allocator/
Dpartition_alloc_hooks.cc73 const char* type_name) { in AllocationObserverHookIfEnabled()
83 const char* type_name) { in AllocationOverrideHookIfEnabled()
106 const char* type_name) { in ReallocObserverHookIfEnabled()
/external/python/parse_type/tests/
Dtest_cardinality.py116 type_name="OptionalNumber"): argument
135 type_name="OptionalNumber"): argument
139 type_name="Numbers0"): argument
159 type_name="Numbers"): argument
196 def check_parse_number_with_many(self, parse_candidate, type_name="Numbers"): argument
200 type_name="Numbers0"): argument
/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry.cc66 StringPiece type_name) { in GetDecodeFn()
73 const string& type_name, const VariantDecodeFn& decode_fn) { in RegisterDecodeFn()
101 const string type_name = variant->TypeName(); in DecodeUnaryVariant() local
Dvariant_tensor_data.h47 const std::string& type_name() const { return type_name_; } in type_name() function
48 void set_type_name(const std::string& type_name) { type_name_ = type_name; } in set_type_name()
/external/cronet/third_party/protobuf/src/google/protobuf/
Dany_lite.cc57 StringPiece type_name) { in InternalPackFrom()
62 bool AnyMetadata::InternalUnpackTo(StringPiece type_name, in InternalUnpackTo()
/external/protobuf/src/google/protobuf/
Dany_lite.cc57 StringPiece type_name) { in InternalPackFrom()
62 bool AnyMetadata::InternalUnpackTo(StringPiece type_name, in InternalUnpackTo()
/external/rust/crates/serde_derive/src/
Dser.rs130 fn type_name(&self) -> String { in type_name() method
226 let type_name = cattrs.name().serialize_name(); in serialize_unit_struct() localVariable
238 let type_name = cattrs.name().serialize_name(); in serialize_newtype_struct() localVariable
267 let type_name = cattrs.name().serialize_name(); in serialize_tuple_struct() localVariable
311 let type_name = cattrs.name().serialize_name(); in serialize_struct_tag_field() localVariable
329 let type_name = cattrs.name().serialize_name(); in serialize_struct_as_struct() localVariable
505 let type_name = cattrs.name().serialize_name(); in serialize_externally_tagged_variant() localVariable
578 let type_name = cattrs.name().serialize_name(); in serialize_internally_tagged_variant() localVariable
646 let type_name = cattrs.name().serialize_name(); in serialize_adjacently_tagged_variant() localVariable
785 let type_name = cattrs.name().serialize_name(); in serialize_untagged_variant() localVariable
/external/libtextclassifier/native/utils/flatbuffers/
Dreflection.cc70 const StringPiece type_name) { in TypeForName()
90 const StringPiece type_name) { in TypeIdForName()
/external/flatbuffers/src/
Didl_gen_java.cpp719 const std::string type_name = GenTypeGet(field.value.type); in GenStruct() local
1277 auto type_name = namer_.Type(struct_def); in GenVectorAccessObject() local
1350 auto type_name = GenTypeGet_ObjectAPI(ev.union_type, false, true); in GenEnum_ObjectAPI() local
1386 const std::string &type_name, in GenUnionUnPack_ObjectAPI()
1462 auto type_name = GenTypeGet_ObjectAPI(field.value.type, false, true); in GenPackUnPack_ObjectAPI() local
1654 auto type_name = GenTypeGet(field.value.type); in GenPackUnPack_ObjectAPI() local
1941 auto type_name = GenTypeNameDest(type); in GenTypeGet_ObjectAPI() local
1986 auto type_name = GenTypeNameDest(type); in GenConcreteTypeGet_ObjectAPI() local
2040 auto type_name = GenTypeGet_ObjectAPI(field.value.type, false, true); in GenStruct_ObjectAPI() local
2056 auto type_name = GenTypeGet_ObjectAPI(field.value.type, false, true); in GenStruct_ObjectAPI() local
[all …]
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dsnippet.py32 def type_name(self): member in Snippet
118 def type_name(self): member in TokenSnippet
168 def type_name(self): member in Symbol
/external/cronet/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc75 std::string type_name; in ResolveMessageType() local
92 std::string type_name; in ResolveEnumType() local
307 std::string* type_name) { in ParseTypeUrl()
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc75 std::string type_name; in ResolveMessageType() local
92 std::string type_name; in ResolveEnumType() local
307 std::string* type_name) { in ParseTypeUrl()
/external/bcc/src/cc/frontends/clang/
Dtp_frontend_action.cc65 static inline bool _is_tracepoint_struct_type(string const& type_name, in _is_tracepoint_struct_type()
110 auto type_name = type->getPointeeType().getAsString(); in VisitFunctionDecl() local
/external/webrtc/tools_webrtc/sslroots/
Dgenerate_sslroots.py200 def _CreateArraySectionHeader(type_name, type_type, options): argument
206 def _AddLabelToArray(label, type_name): argument
/external/tensorflow/tensorflow/core/tfrt/eager/
Dvirtual_device.h26 static const char* type_name() { in type_name() function
/external/tensorflow/tensorflow/core/platform/
Dprotobuf_internal.h30 const string& type_name) { in ParseAny()
/external/python/cryptography/src/cryptography/hazmat/primitives/twofactor/
Dutils.py12 def _generate_uri(hotp, type_name, account_name, issuer, extra_parameters): argument
/external/libbrillo/brillo/
Dtype_name_undecorate.cc19 std::string UndecorateTypeName(const char* type_name) { in UndecorateTypeName()
/external/rust/crates/bindgen/ir/
Denum_ty.rs83 let type_name = ty.spelling(); in from_ty() localVariable
84 let type_name = if type_name.is_empty() { in from_ty() localVariable
89 let type_name = type_name.as_deref(); in from_ty() localVariable
/external/iproute2/include/
Djson_print.h44 #define _PRINT_FUNC(type_name, type) \ argument

1234567891011