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

  /external/webrtc/webrtc/base/
logging.cc 182 extra_ = tmp.str();
196 if (!extra_.empty())
197 print_stream_ << " : " << extra_; local
logging.h 216 std::string extra_; member in class:rtc::LogMessage
  /external/jsoncpp/include/json/
reader.h 185 Location extra_; member in class:Json::Reader::ErrorInfo
  /external/jsoncpp/src/lib_json/
json_reader.cpp 727 info.extra_ = extra;
813 if (error.extra_)
815 "See " + getLocationLineAndColumn(error.extra_) + " for detail.\n";
847 info.extra_ = 0;
865 info.extra_ = begin_ + extra.getOffsetStart();
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 940 info.extra_ = extra;
1018 if (error.extra_)
1020 "See " + getLocationLineAndColumn(error.extra_) + " for detail.\n";
1052 info.extra_ = 0;
1070 info.extra_ = begin_ + extra.getOffsetStart();
    [all...]
json.h 1435 Location extra_; member in class:Json::Reader::ErrorInfo
    [all...]
  /external/mesa3d/src/mesa/main/
get.c 240 static const int extra_##e[] = { \
245 static const int extra_##e1##_##e2[] = { \
255 * Each EXTRA_ will be executed. For EXTRA_* enums of extensions and API
258 * behavior, you would need to make a custom EXTRA_ enum.
    [all...]

Completed in 279 milliseconds