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

  /external/chromium/chrome/browser/sync/
js_arg_list.cc 42 const std::vector<const Value*>& value_list) {
43 for (std::vector<const Value*>::const_iterator it = value_list.begin();
44 it != value_list.end(); ++it) {
js_arg_list.h 37 explicit SharedListValue(const std::vector<const Value*>& value_list);
  /external/bluetooth/glib/glib/
gkeyfile.c 1574 GString *value_list; local
1826 GString *value_list; local
2043 GString *value_list; local
    [all...]
  /external/mesa3d/src/glsl/
ir.cpp 508 ir_constant::ir_constant(const struct glsl_type *type, exec_list *value_list)
519 foreach_list(node, value_list) {
529 * value_list must be a 1-for-1 match with the structure components. Each
530 * entry must also be a constant. Just move the nodes from the value_list
535 * FINISHME: value_list, or should it make copies?
538 value_list->move_nodes_to(& this->components);
546 ir_constant *value = (ir_constant *) (value_list->head);
608 /* Use each component from each entry in the value_list to initialize one
    [all...]

Completed in 134 milliseconds