HomeSort by relevance Sort by last modified time
    Searched defs:newtype (Results 1 - 10 of 10) sorted by null

  /external/curl/lib/
sendf.c 488 bool newtype = TRUE; local
494 newtype = FALSE;
503 if(!newtype) {
529 if(newtype)
  /toolchain/binutils/binutils-2.27/binutils/
rdcoff.c 151 int newtype;
153 newtype = DECREF (ntype);
157 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
163 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
191 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
150 int newtype; local
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go 393 return newtype(ctxt, gotype).Sym.(*sym.Symbol)
396 func newtype(ctxt *Link, gotype *sym.Symbol) *dwarf.DWDie { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go 393 return newtype(ctxt, gotype).Sym.(*sym.Symbol)
396 func newtype(ctxt *Link, gotype *sym.Symbol) *dwarf.DWDie { func
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 283 CMessageClass* newtype = reinterpret_cast<CMessageClass*>(result.get()); local
299 newtype->py_message_descriptor = py_descriptor;
300 newtype->message_descriptor = descriptor;
303 newtype->py_descriptor_pool = GetDescriptorPool_FromPool(
305 if (newtype->py_descriptor_pool == NULL) {
308 Py_INCREF(newtype->py_descriptor_pool);
311 if (cdescriptor_pool::RegisterMessageClass(newtype->py_descriptor_pool,
312 descriptor, newtype) < 0) {
    [all...]
  /external/python/cpython3/Objects/
exceptions.c 921 PyObject *newtype; local
922 newtype = PyDict_GetItem(errnomap, myerrno);
923 if (newtype) {
924 assert(PyType_Check(newtype));
925 type = (PyTypeObject *) newtype;
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 1024 milliseconds