Searched refs:TYPE_KEY (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/common_lib/cros/ |
D | xmlrpc_types.py | 10 TYPE_KEY = 'xmlrpc_struct_type_key' variable 29 if TYPE_KEY not in serialized: 37 klass = getattr(module, serialized[TYPE_KEY]) 56 serialized[TYPE_KEY], args, kwargs) 84 setattr(self, TYPE_KEY, self.__class__.__name__)
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
D | DNSRecordType.java | 117 TYPE_KEY("key", 25), enumConstant
|
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 57 TYPE_KEY = 4, enumerator 323 TYPE_KEY); in Keys() 364 bool IsKey() const { return type_ == TYPE_KEY; } in IsKey() 458 if (type_ == TYPE_KEY) { in AsKey() 917 stack_.push_back(Value(static_cast<uint64_t>(sloc), TYPE_KEY, BIT_WIDTH_8)); in Key() 999 assert(stack_[key].type_ == TYPE_KEY); in EndMap() 1403 Type vector_type = TYPE_KEY;
|
/external/flatbuffers/docs/source/ |
D | Internals.md | 392 A "Key" (`TYPE_KEY`) is similar to a string, but doesn't store the size
|