Home
last modified time | relevance | path

Searched refs:TYPE_KEY (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/common_lib/cros/
Dxmlrpc_types.py10 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/
DDNSRecordType.java117 TYPE_KEY("key", 25), enumConstant
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h57 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/
DInternals.md392 A "Key" (`TYPE_KEY`) is similar to a string, but doesn't store the size