Home
last modified time | relevance | path

Searched refs:COPY_VALUE (Results 1 – 2 of 2) sorted by relevance

/external/volley/src/test/java/com/android/volley/toolbox/
DJsonRequestCharsetTest.java52 private static final String COPY_VALUE = "\u00a9"; field in JsonRequestCharsetTest
66 assertEquals(COPY_VALUE, objectResponse.result.getString(COPY_NAME)); in defaultCharsetJsonObject()
79 assertEquals(COPY_VALUE, arrayResponse.result.getString(COPY_INDEX)); in defaultCharsetJsonArray()
93 assertEquals(COPY_VALUE, objectResponse.result.getString(COPY_NAME)); in specifiedCharsetJsonObject()
111 JSONObject json = new JSONObject().put(TEXT_NAME, TEXT_VALUE).put(COPY_NAME, COPY_VALUE); in jsonObjectString()
116 JSONArray json = new JSONArray().put(TEXT_INDEX, TEXT_VALUE).put(COPY_INDEX, COPY_VALUE); in jsonArrayString()
/external/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc370 #define COPY_VALUE(TYPE, Name) \ in MergeMessage() macro
376 COPY_VALUE(BOOL, Bool) in MergeMessage()
377 COPY_VALUE(INT32, Int32) in MergeMessage()
378 COPY_VALUE(INT64, Int64) in MergeMessage()
379 COPY_VALUE(UINT32, UInt32) in MergeMessage()
380 COPY_VALUE(UINT64, UInt64) in MergeMessage()
381 COPY_VALUE(FLOAT, Float) in MergeMessage()
382 COPY_VALUE(DOUBLE, Double) in MergeMessage()
383 COPY_VALUE(ENUM, Enum) in MergeMessage()
384 COPY_VALUE(STRING, String) in MergeMessage()
[all …]