HomeSort by relevance Sort by last modified time
    Searched refs:pendingList (Results 1 - 3 of 3) sorted by null

  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyBuilder.java 73 this.pendingList = runtime.newArray();
102 this.pendingList.add(msgdef);
132 this.pendingList.add(enumDef);
153 for (int i = 0; i < this.pendingList.size(); i++) {
154 IRubyObject defRb = this.pendingList.entry(i);
161 this.pendingList = context.runtime.newArray();
165 protected RubyArray pendingList;
RubyMessageBuilderContext.java 185 this.builder.pendingList.add(mapentryDesc);
  /system/core/libsysutils/src/
SocketListener.cpp 156 SocketClientCollection pendingList;
216 pendingList.clear();
223 pendingList.push_back(c);
231 while (!pendingList.empty()) {
233 it = pendingList.begin();
235 pendingList.erase(it);

Completed in 90 milliseconds