Home
last modified time | relevance | path

Searched defs:elided (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-fts.h63 char elided; /* children skipped in interest of antecedent children */ member
/third_party/ninja/src/
Dutil_test.cc431 string elided = ElideMiddle(input, 10); in TEST() local
/third_party/glib/gobject/
Dgobject_gdb.py265 def elided(self): member in SignalFrame
/third_party/libwebsockets/lib/core-net/
Dnetwork.c818 char c, elided = 0, soe = 0, zb = (char)-1, n, ipv4 = 0; in lws_write_numeric_address() local
/third_party/json/third_party/cpplint/
Dcpplint.py1668 def _CollapseStrings(elided): argument